diff options
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 |