xref: /linux/drivers/leds/Kconfig (revision 24f51e81745861c70da2255ce30c7078aed2d20e)
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
17*24f51e81SBen Dookscomment "LED drivers"
18c3bc9956SRichard Purdie
193179108dSRichard Purdieconfig LEDS_CORGI
203179108dSRichard Purdie	tristate "LED Support for the Sharp SL-C7x0 series"
213179108dSRichard Purdie	depends LEDS_CLASS && PXA_SHARP_C7xx
223179108dSRichard Purdie	help
233179108dSRichard Purdie	  This option enables support for the LEDs on Sharp Zaurus
243179108dSRichard Purdie	  SL-C7x0 series (C700, C750, C760, C860).
253179108dSRichard Purdie
264d3cb354SRichard Purdieconfig LEDS_LOCOMO
274d3cb354SRichard Purdie	tristate "LED Support for Locomo device"
284d3cb354SRichard Purdie	depends LEDS_CLASS && SHARP_LOCOMO
294d3cb354SRichard Purdie	help
304d3cb354SRichard Purdie	  This option enables support for the LEDs on Sharp Locomo.
314d3cb354SRichard Purdie	  Zaurus models SL-5500 and SL-5600.
324d3cb354SRichard Purdie
333179108dSRichard Purdieconfig LEDS_SPITZ
343179108dSRichard Purdie	tristate "LED Support for the Sharp SL-Cxx00 series"
353179108dSRichard Purdie	depends LEDS_CLASS && PXA_SHARP_Cxx00
363179108dSRichard Purdie	help
373179108dSRichard Purdie	  This option enables support for the LEDs on Sharp Zaurus
383179108dSRichard Purdie	  SL-Cxx00 series (C1000, C3000, C3100).
393179108dSRichard Purdie
406a0c51bfSJohn Bowlerconfig LEDS_IXP4XX
416a0c51bfSJohn Bowler	tristate "LED Support for GPIO connected LEDs on IXP4XX processors"
426a0c51bfSJohn Bowler	depends LEDS_CLASS && ARCH_IXP4XX
436a0c51bfSJohn Bowler	help
446a0c51bfSJohn Bowler	  This option enables support for the LEDs connected to GPIO
456a0c51bfSJohn Bowler	  outputs of the Intel IXP4XX processors.  To be useful the
466a0c51bfSJohn Bowler	  particular board must have LEDs and they must be connected
476a0c51bfSJohn Bowler	  to the GPIO lines.  If unsure, say Y.
486a0c51bfSJohn Bowler
496d0cf3e0SDirk Opferconfig LEDS_TOSA
506d0cf3e0SDirk Opfer	tristate "LED Support for the Sharp SL-6000 series"
516d0cf3e0SDirk Opfer	depends LEDS_CLASS && PXA_SHARPSL
526d0cf3e0SDirk Opfer	help
536d0cf3e0SDirk Opfer	  This option enables support for the LEDs on Sharp Zaurus
546d0cf3e0SDirk Opfer	  SL-6000 series.
556d0cf3e0SDirk Opfer
5654bdc470SBen Dooksconfig LEDS_S3C24XX
5754bdc470SBen Dooks	tristate "LED Support for Samsung S3C24XX GPIO LEDs"
5854bdc470SBen Dooks	depends on LEDS_CLASS && ARCH_S3C2410
5954bdc470SBen Dooks	help
6054bdc470SBen Dooks	  This option enables support for LEDs connected to GPIO lines
6154bdc470SBen Dooks	  on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440.
6254bdc470SBen Dooks
63*24f51e81SBen Dookscomment "LED Triggers"
64*24f51e81SBen Dooks
65*24f51e81SBen Dooksconfig LEDS_TRIGGERS
66*24f51e81SBen Dooks	bool "LED Trigger support"
67*24f51e81SBen Dooks	depends NEW_LEDS
68*24f51e81SBen Dooks	help
69*24f51e81SBen Dooks	  This option enables trigger support for the leds class.
70*24f51e81SBen Dooks	  These triggers allow kernel events to drive the LEDs and can
71*24f51e81SBen Dooks	  be configured via sysfs. If unsure, say Y.
72*24f51e81SBen Dooks
736655c6feSRichard Purdieconfig LEDS_TRIGGER_TIMER
746655c6feSRichard Purdie	tristate "LED Timer Trigger"
756655c6feSRichard Purdie	depends LEDS_TRIGGERS
766655c6feSRichard Purdie	help
776655c6feSRichard Purdie	  This allows LEDs to be controlled by a programmable timer
786655c6feSRichard Purdie	  via sysfs. If unsure, say Y.
796655c6feSRichard Purdie
802bfb646cSRichard Purdieconfig LEDS_TRIGGER_IDE_DISK
81baa351eaSBen Dooks	bool "LED IDE Disk Trigger"
822bfb646cSRichard Purdie	depends LEDS_TRIGGERS && BLK_DEV_IDEDISK
832bfb646cSRichard Purdie	help
842bfb646cSRichard Purdie	  This allows LEDs to be controlled by IDE disk activity.
852bfb646cSRichard Purdie	  If unsure, say Y.
862bfb646cSRichard Purdie
87c72a1d60SRichard Purdieendmenu
88c72a1d60SRichard Purdie
89