diff options
author | Simon Guinot <sguinot@lacie.com> | 2010-07-06 14:08:46 (GMT) |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-07-17 02:02:00 (GMT) |
commit | 11efe71f6564e59ba9acfc636ac6f423e059dc69 (patch) | |
tree | dcbc12bdf746393d1ecacacf58563f982eaaf6de /drivers/leds/Makefile | |
parent | b6a044ff5757b22572ac3f3ccd006fb052b27b77 (diff) | |
download | linux-11efe71f6564e59ba9acfc636ac6f423e059dc69.tar.xz |
leds: add LED driver for Network Space v2 LEDs
This patch add a LED class driver for the dual-GPIO LEDs found on the
Network Space v2 board (and parents). This include Internet Space v2,
Network Space (Max) v2 and d2 Network v2 boards.
This dual-GPIO LED is wired to a CPLD and can blink in relation with the
SATA activity. The driver expose this capability through a "sata" sysfs
attribute.
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 2493de4..7d6b958 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -37,6 +37,7 @@ obj-$(CONFIG_LEDS_LT3593) += leds-lt3593.o 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 # LED SPI Drivers obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o |