b98b84da37b2754379c5ca900a8fba27c76cc91c
[openwrt.git] / target / linux / ar71xx / patches-2.6.35 / 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 @@ -38,6 +38,7 @@ obj-$(CONFIG_LEDS_LT3593)             += leds-lt359
17  obj-$(CONFIG_LEDS_ADP5520)             += leds-adp5520.o
18  obj-$(CONFIG_LEDS_DELL_NETBOOKS)       += dell-led.o
19  obj-$(CONFIG_LEDS_MC13783)             += leds-mc13783.o
20 +obj-$(CONFIG_LEDS_RB750)               += leds-rb750.o
21  
22  # LED SPI Drivers
23  obj-$(CONFIG_LEDS_DAC124S085)          += leds-dac124s085.o