diff options
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index fda44df5921f..f7846b40c842 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -22,6 +22,20 @@ config LEDS_TRIGGERS | |||
22 | These triggers allow kernel events to drive the LEDs and can | 22 | These triggers allow kernel events to drive the LEDs and can |
23 | be configured via sysfs. If unsure, say Y. | 23 | be configured via sysfs. If unsure, say Y. |
24 | 24 | ||
25 | config LEDS_CORGI | ||
26 | tristate "LED Support for the Sharp SL-C7x0 series" | ||
27 | depends LEDS_CLASS && PXA_SHARP_C7xx | ||
28 | help | ||
29 | This option enables support for the LEDs on Sharp Zaurus | ||
30 | SL-C7x0 series (C700, C750, C760, C860). | ||
31 | |||
32 | config LEDS_SPITZ | ||
33 | tristate "LED Support for the Sharp SL-Cxx00 series" | ||
34 | depends LEDS_CLASS && PXA_SHARP_Cxx00 | ||
35 | help | ||
36 | This option enables support for the LEDs on Sharp Zaurus | ||
37 | SL-Cxx00 series (C1000, C3000, C3100). | ||
38 | |||
25 | config LEDS_TRIGGER_TIMER | 39 | config LEDS_TRIGGER_TIMER |
26 | tristate "LED Timer Trigger" | 40 | tristate "LED Timer Trigger" |
27 | depends LEDS_TRIGGERS | 41 | depends LEDS_TRIGGERS |