diff options
author | Constantin Baranov <const@mimas.ru> | 2008-11-17 11:31:08 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-08 12:38:57 +0000 |
commit | ec9a943ce9f6d6a8ea09587b49d29a020c418c76 (patch) | |
tree | 192fcccbf197ab80735fb6d8eb8d6a87521c34cb /drivers/leds/Kconfig | |
parent | 9e42d0cf5020aaf217433cad1a224745241d212a (diff) | |
download | linux-3.10-ec9a943ce9f6d6a8ea09587b49d29a020c418c76.tar.gz linux-3.10-ec9a943ce9f6d6a8ea09587b49d29a020c418c76.tar.bz2 linux-3.10-ec9a943ce9f6d6a8ea09587b49d29a020c418c76.zip |
leds: ALIX.2 LEDs driver
Driver for PC Engines ALIX.2 and ALIX.3 LEDs.
Signed-off-by: Constantin Baranov <const@mimas.ru>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index e7fb7d2fcbf..b7f9e251b5a 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -63,6 +63,12 @@ config LEDS_WRAP help This option enables support for the PCEngines WRAP programmable LEDs. +config LEDS_ALIX2 + tristate "LED Support for ALIX.2 and ALIX.3 series" + depends on LEDS_CLASS && X86 && EXPERIMENTAL + help + This option enables support for the PCEngines ALIX.2 and ALIX.3 LEDs. + config LEDS_H1940 tristate "LED Support for iPAQ H1940 device" depends on LEDS_CLASS && ARCH_H1940 |