diff options
author | Simon Guinot <sguinot@lacie.com> | 2010-10-07 16:38:49 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-10-07 14:02:12 -0400 |
commit | 2446783250fc12ba9bc39771e04988692742ed90 (patch) | |
tree | e4db7f8444d2726e7df8d30784e8f4e3fc32f0f4 /drivers/leds/Makefile | |
parent | e5971bbc1caf0ccbab3fea74fe37abb649d1c7cf (diff) | |
download | op-kernel-dev-2446783250fc12ba9bc39771e04988692742ed90.zip op-kernel-dev-2446783250fc12ba9bc39771e04988692742ed90.tar.gz |
leds: add LED driver for Big Network series LEDs
This patch add a LED class driver for LEDs found on the LaCie 2Big and
5Big Network v2 boards. The LEDs are wired to a CPLD and are controlled
through a GPIO extension bus.
Signed-off-by: Simon Guinot <sguinot@lacie.com>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index 7d6b958..9c96db4 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -38,6 +38,7 @@ obj-$(CONFIG_LEDS_ADP5520) += leds-adp5520.o obj-$(CONFIG_LEDS_DELL_NETBOOKS) += dell-led.o obj-$(CONFIG_LEDS_MC13783) += leds-mc13783.o obj-$(CONFIG_LEDS_NS2) += leds-ns2.o +obj-$(CONFIG_LEDS_NETXBIG) += leds-netxbig.o # LED SPI Drivers obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o |