[PATCH] LED: add LED device support for the zaurus corgi and spitz models
[deliverable/linux.git] / drivers / leds / Kconfig
CommitLineData
c72a1d60
RP
1
2menu "LED devices"
3
4config NEW_LEDS
5 bool "LED Support"
6 help
7 Say Y to enable Linux LED support. This is not related to standard
8 keyboard LEDs which are controlled via the input system.
9
10config LEDS_CLASS
11 tristate "LED Class Support"
12 depends NEW_LEDS
13 help
14 This option enables the led sysfs class in /sys/class/leds. You'll
15 need this to do anything useful with LEDs. If unsure, say N.
16
c3bc9956
RP
17config LEDS_TRIGGERS
18 bool "LED Trigger support"
19 depends NEW_LEDS
20 help
21 This option enables trigger support for the leds class.
22 These triggers allow kernel events to drive the LEDs and can
23 be configured via sysfs. If unsure, say Y.
24
3179108d
RP
25config 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
32config 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
6655c6fe
RP
39config LEDS_TRIGGER_TIMER
40 tristate "LED Timer Trigger"
41 depends LEDS_TRIGGERS
42 help
43 This allows LEDs to be controlled by a programmable timer
44 via sysfs. If unsure, say Y.
45
c72a1d60
RP
46endmenu
47
This page took 0.059243 seconds and 5 git commands to generate.