aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorSimon Guinot <sguinot@lacie.com>2010-07-06 16:08:46 +0200
committerNicolas Pitre <nico@fluxnic.net>2010-07-16 22:02:00 -0400
commit11efe71f6564e59ba9acfc636ac6f423e059dc69 (patch)
treedcbc12bdf746393d1ecacacf58563f982eaaf6de /drivers/leds/Kconfig
parentb6a044ff5757b22572ac3f3ccd006fb052b27b77 (diff)
downloadkernel_samsung_smdk4412-11efe71f6564e59ba9acfc636ac6f423e059dc69.zip
kernel_samsung_smdk4412-11efe71f6564e59ba9acfc636ac6f423e059dc69.tar.gz
kernel_samsung_smdk4412-11efe71f6564e59ba9acfc636ac6f423e059dc69.tar.bz2
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/Kconfig')
-rw-r--r--drivers/leds/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 81bf25e..e411262 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -302,6 +302,15 @@ config LEDS_MC13783
This option enable support for on-chip LED drivers found
on Freescale Semiconductor MC13783 PMIC.
+config LEDS_NS2
+ tristate "LED support for Network Space v2 GPIO LEDs"
+ depends on MACH_NETSPACE_V2 || MACH_INETSPACE_V2 || MACH_NETSPACE_MAX_V2
+ default y
+ help
+ This option enable support for the dual-GPIO LED found on the
+ Network Space v2 board (and parents). This include Internet Space v2,
+ Network Space (Max) v2 and d2 Network v2 boards.
+
config LEDS_TRIGGERS
bool "LED Trigger support"
help