xref: /linux/drivers/leds/Kconfig (revision 3179108daaaccbf28b17d6d8b0e06abf0eee6d9f)
1c72a1d60SRichard Purdie
2c72a1d60SRichard Purdiemenu "LED devices"
3c72a1d60SRichard Purdie
4c72a1d60SRichard Purdieconfig NEW_LEDS
5c72a1d60SRichard Purdie	bool "LED Support"
6c72a1d60SRichard Purdie	help
7c72a1d60SRichard Purdie	  Say Y to enable Linux LED support.  This is not related to standard
8c72a1d60SRichard Purdie	  keyboard LEDs which are controlled via the input system.
9c72a1d60SRichard Purdie
10c72a1d60SRichard Purdieconfig LEDS_CLASS
11c72a1d60SRichard Purdie	tristate "LED Class Support"
12c72a1d60SRichard Purdie	depends NEW_LEDS
13c72a1d60SRichard Purdie	help
14c72a1d60SRichard Purdie	  This option enables the led sysfs class in /sys/class/leds.  You'll
15c72a1d60SRichard Purdie	  need this to do anything useful with LEDs.  If unsure, say N.
16c72a1d60SRichard Purdie
17c3bc9956SRichard Purdieconfig LEDS_TRIGGERS
18c3bc9956SRichard Purdie	bool "LED Trigger support"
19c3bc9956SRichard Purdie	depends NEW_LEDS
20c3bc9956SRichard Purdie	help
21c3bc9956SRichard Purdie	  This option enables trigger support for the leds class.
22c3bc9956SRichard Purdie	  These triggers allow kernel events to drive the LEDs and can
23c3bc9956SRichard Purdie	  be configured via sysfs. If unsure, say Y.
24c3bc9956SRichard Purdie
25*3179108dSRichard Purdieconfig LEDS_CORGI
26*3179108dSRichard Purdie	tristate "LED Support for the Sharp SL-C7x0 series"
27*3179108dSRichard Purdie	depends LEDS_CLASS && PXA_SHARP_C7xx
28*3179108dSRichard Purdie	help
29*3179108dSRichard Purdie	  This option enables support for the LEDs on Sharp Zaurus
30*3179108dSRichard Purdie	  SL-C7x0 series (C700, C750, C760, C860).
31*3179108dSRichard Purdie
32*3179108dSRichard Purdieconfig LEDS_SPITZ
33*3179108dSRichard Purdie	tristate "LED Support for the Sharp SL-Cxx00 series"
34*3179108dSRichard Purdie	depends LEDS_CLASS && PXA_SHARP_Cxx00
35*3179108dSRichard Purdie	help
36*3179108dSRichard Purdie	  This option enables support for the LEDs on Sharp Zaurus
37*3179108dSRichard Purdie	  SL-Cxx00 series (C1000, C3000, C3100).
38*3179108dSRichard Purdie
396655c6feSRichard Purdieconfig LEDS_TRIGGER_TIMER
406655c6feSRichard Purdie	tristate "LED Timer Trigger"
416655c6feSRichard Purdie	depends LEDS_TRIGGERS
426655c6feSRichard Purdie	help
436655c6feSRichard Purdie	  This allows LEDs to be controlled by a programmable timer
446655c6feSRichard Purdie	  via sysfs. If unsure, say Y.
456655c6feSRichard Purdie
46c72a1d60SRichard Purdieendmenu
47c72a1d60SRichard Purdie
48