diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-03-31 05:31:10 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-31 15:18:57 -0500 |
commit | 4d3cb35476903768541f79e61f171e79e6065098 (patch) | |
tree | 0fef0f8fe697dd4a060c97d36fea0320158a8a03 /drivers/leds/Kconfig | |
parent | 3179108daaaccbf28b17d6d8b0e06abf0eee6d9f (diff) |
[PATCH] LED: add LED device support for locomo devices
Adds an LED driver for LEDs exported by the Sharp LOCOMO chip as found on some
models of Sharp Zaurus.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index f7846b40c842..6099e32985aa 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -29,6 +29,13 @@ config LEDS_CORGI | |||
29 | This option enables support for the LEDs on Sharp Zaurus | 29 | This option enables support for the LEDs on Sharp Zaurus |
30 | SL-C7x0 series (C700, C750, C760, C860). | 30 | SL-C7x0 series (C700, C750, C760, C860). |
31 | 31 | ||
32 | config LEDS_LOCOMO | ||
33 | tristate "LED Support for Locomo device" | ||
34 | depends LEDS_CLASS && SHARP_LOCOMO | ||
35 | help | ||
36 | This option enables support for the LEDs on Sharp Locomo. | ||
37 | Zaurus models SL-5500 and SL-5600. | ||
38 | |||
32 | config LEDS_SPITZ | 39 | config LEDS_SPITZ |
33 | tristate "LED Support for the Sharp SL-Cxx00 series" | 40 | tristate "LED Support for the Sharp SL-Cxx00 series" |
34 | depends LEDS_CLASS && PXA_SHARP_Cxx00 | 41 | depends LEDS_CLASS && PXA_SHARP_Cxx00 |