1 --- a/drivers/leds/Kconfig
2 +++ b/drivers/leds/Kconfig
3 @@ -227,6 +227,13 @@ config LEDS_BD2802
4 This option enables support for BD2802GU RGB LED driver chips
5 accessed via the I2C bus.
7 +config LEDS_WNDR3700_USB
8 + tristate "NETGEAR WNDR3700 USB LED driver"
9 + depends on LEDS_CLASS && AR71XX_MACH_WNDR3700
11 + This option enables support for the USB LED found on the
12 + NETGEAR WNDR3700 board.
14 comment "LED Triggers"
17 --- a/drivers/leds/Makefile
18 +++ b/drivers/leds/Makefile
19 @@ -27,6 +27,7 @@ obj-$(CONFIG_LEDS_PCA955X) += leds-pca9
20 obj-$(CONFIG_LEDS_DA903X) += leds-da903x.o
21 obj-$(CONFIG_LEDS_WM8350) += leds-wm8350.o
22 obj-$(CONFIG_LEDS_PWM) += leds-pwm.o
23 +obj-${CONFIG_LEDS_WNDR3700_USB} += leds-wndr3700-usb.o
26 obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o