xref: /linux/drivers/leds/Kconfig (revision 54bdc470100b9d8ffd349a3ebe23013c25affddf)
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
253179108dSRichard Purdieconfig LEDS_CORGI
263179108dSRichard Purdie	tristate "LED Support for the Sharp SL-C7x0 series"
273179108dSRichard Purdie	depends LEDS_CLASS && PXA_SHARP_C7xx
283179108dSRichard Purdie	help
293179108dSRichard Purdie	  This option enables support for the LEDs on Sharp Zaurus
303179108dSRichard Purdie	  SL-C7x0 series (C700, C750, C760, C860).
313179108dSRichard Purdie
324d3cb354SRichard Purdieconfig LEDS_LOCOMO
334d3cb354SRichard Purdie	tristate "LED Support for Locomo device"
344d3cb354SRichard Purdie	depends LEDS_CLASS && SHARP_LOCOMO
354d3cb354SRichard Purdie	help
364d3cb354SRichard Purdie	  This option enables support for the LEDs on Sharp Locomo.
374d3cb354SRichard Purdie	  Zaurus models SL-5500 and SL-5600.
384d3cb354SRichard Purdie
393179108dSRichard Purdieconfig LEDS_SPITZ
403179108dSRichard Purdie	tristate "LED Support for the Sharp SL-Cxx00 series"
413179108dSRichard Purdie	depends LEDS_CLASS && PXA_SHARP_Cxx00
423179108dSRichard Purdie	help
433179108dSRichard Purdie	  This option enables support for the LEDs on Sharp Zaurus
443179108dSRichard Purdie	  SL-Cxx00 series (C1000, C3000, C3100).
453179108dSRichard Purdie
466a0c51bfSJohn Bowlerconfig LEDS_IXP4XX
476a0c51bfSJohn Bowler	tristate "LED Support for GPIO connected LEDs on IXP4XX processors"
486a0c51bfSJohn Bowler	depends LEDS_CLASS && ARCH_IXP4XX
496a0c51bfSJohn Bowler	help
506a0c51bfSJohn Bowler	  This option enables support for the LEDs connected to GPIO
516a0c51bfSJohn Bowler	  outputs of the Intel IXP4XX processors.  To be useful the
526a0c51bfSJohn Bowler	  particular board must have LEDs and they must be connected
536a0c51bfSJohn Bowler	  to the GPIO lines.  If unsure, say Y.
546a0c51bfSJohn Bowler
556d0cf3e0SDirk Opferconfig LEDS_TOSA
566d0cf3e0SDirk Opfer	tristate "LED Support for the Sharp SL-6000 series"
576d0cf3e0SDirk Opfer	depends LEDS_CLASS && PXA_SHARPSL
586d0cf3e0SDirk Opfer	help
596d0cf3e0SDirk Opfer	  This option enables support for the LEDs on Sharp Zaurus
606d0cf3e0SDirk Opfer	  SL-6000 series.
616d0cf3e0SDirk Opfer
62*54bdc470SBen Dooksconfig LEDS_S3C24XX
63*54bdc470SBen Dooks	tristate "LED Support for Samsung S3C24XX GPIO LEDs"
64*54bdc470SBen Dooks	depends on LEDS_CLASS && ARCH_S3C2410
65*54bdc470SBen Dooks	help
66*54bdc470SBen Dooks	  This option enables support for LEDs connected to GPIO lines
67*54bdc470SBen Dooks	  on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440.
68*54bdc470SBen Dooks
696655c6feSRichard Purdieconfig LEDS_TRIGGER_TIMER
706655c6feSRichard Purdie	tristate "LED Timer Trigger"
716655c6feSRichard Purdie	depends LEDS_TRIGGERS
726655c6feSRichard Purdie	help
736655c6feSRichard Purdie	  This allows LEDs to be controlled by a programmable timer
746655c6feSRichard Purdie	  via sysfs. If unsure, say Y.
756655c6feSRichard Purdie
762bfb646cSRichard Purdieconfig LEDS_TRIGGER_IDE_DISK
772bfb646cSRichard Purdie	bool "LED Timer Trigger"
782bfb646cSRichard Purdie	depends LEDS_TRIGGERS && BLK_DEV_IDEDISK
792bfb646cSRichard Purdie	help
802bfb646cSRichard Purdie	  This allows LEDs to be controlled by IDE disk activity.
812bfb646cSRichard Purdie	  If unsure, say Y.
822bfb646cSRichard Purdie
83c72a1d60SRichard Purdieendmenu
84c72a1d60SRichard Purdie
85