add missing kernel config symbols for 2.6.36
[openwrt/openwrt.git] / target / linux / ar71xx / patches-2.6.33 / 207-rb750-led-driver.patch
1 --- a/drivers/leds/Kconfig
2 +++ b/drivers/leds/Kconfig
3 @@ -276,6 +276,10 @@ config LEDS_WNDR3700_USB
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 @@ -34,6 +34,7 @@ obj-$(CONFIG_LEDS_REGULATOR) += leds-re
17 obj-$(CONFIG_LEDS_INTEL_SS4200) += leds-ss4200.o
18 obj-$(CONFIG_LEDS_LT3593) += leds-lt3593.o
19 obj-$(CONFIG_LEDS_ADP5520) += leds-adp5520.o
20 +obj-$(CONFIG_LEDS_RB750) += leds-rb750.o
21
22 # LED SPI Drivers
23 obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o