b114dcc1e01a9389c31a95bbff4f100a979b2acf
[openwrt/openwrt.git] / target / linux / ar71xx / patches-2.6.34 / 207-rb750-led-driver.patch
1 --- a/drivers/leds/Kconfig
2 +++ b/drivers/leds/Kconfig
3 @@ -301,6 +301,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_TRIGGER_TIMER
14 --- a/drivers/leds/Makefile
15 +++ b/drivers/leds/Makefile
16 @@ -36,6 +36,7 @@ obj-$(CONFIG_LEDS_INTEL_SS4200) += leds
17 obj-$(CONFIG_LEDS_LT3593) += leds-lt3593.o
18 obj-$(CONFIG_LEDS_ADP5520) += leds-adp5520.o
19 obj-$(CONFIG_LEDS_DELL_NETBOOKS) += dell-led.o
20 +obj-$(CONFIG_LEDS_RB750) += leds-rb750.o
21
22 # LED SPI Drivers
23 obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o