a668c2c18f8087481652e07c05d5078ff6c1b9a0
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / patches-2.6.32 / 207-rb750-led-driver.patch
1 --- a/drivers/leds/Kconfig
2 +++ b/drivers/leds/Kconfig
3 @@ -243,6 +243,10 @@
4 This option enables support for the USB LED found on the
5 NETGEAR WNDR3700 board.
6
7 +config LEDS_RB750
8 + tristate "LED driver for the Mikrotik RouterBOARD 750"
9 + depends on LEDS_CLASS && AR71XX_MACH_RB750
10 +
11 comment "LED Triggers"
12
13 config LEDS_TRIGGERS
14 --- a/drivers/leds/Makefile
15 +++ b/drivers/leds/Makefile
16 @@ -30,6 +30,7 @@
17 obj-$(CONFIG_LEDS_WM8350) += leds-wm8350.o
18 obj-$(CONFIG_LEDS_PWM) += leds-pwm.o
19 obj-${CONFIG_LEDS_WNDR3700_USB} += leds-wndr3700-usb.o
20 +obj-${CONFIG_LEDS_RB750} += leds-rb750.o
21
22 # LED SPI Drivers
23 obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o