diff options
author | Dirk Opfer <dirk@opfer-online.de> | 2006-03-31 05:31:12 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-31 15:18:57 -0500 |
commit | 6d0cf3e0480f6be9232854387794443d1a904d6d (patch) | |
tree | 2d787a372cb9bd5bf01e6197cabfd0061adfa513 /drivers/leds/Kconfig | |
parent | 6a0c51bfce5ae4058366017d861aea6564d25aee (diff) |
[PATCH] LED: add device support for tosa
Adds LED drivers for LEDs found on the Sharp Zaurus c6000 model (tosa).
Signed-off-by: Dirk Opfer <dirk@opfer-online.de>
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 d9e2f9853b9d..64dcdd3185c0 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -52,6 +52,13 @@ config LEDS_IXP4XX | |||
52 | particular board must have LEDs and they must be connected | 52 | particular board must have LEDs and they must be connected |
53 | to the GPIO lines. If unsure, say Y. | 53 | to the GPIO lines. If unsure, say Y. |
54 | 54 | ||
55 | config LEDS_TOSA | ||
56 | tristate "LED Support for the Sharp SL-6000 series" | ||
57 | depends LEDS_CLASS && PXA_SHARPSL | ||
58 | help | ||
59 | This option enables support for the LEDs on Sharp Zaurus | ||
60 | SL-6000 series. | ||
61 | |||
55 | config LEDS_TRIGGER_TIMER | 62 | config LEDS_TRIGGER_TIMER |
56 | tristate "LED Timer Trigger" | 63 | tristate "LED Timer Trigger" |
57 | depends LEDS_TRIGGERS | 64 | depends LEDS_TRIGGERS |