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 46*6a0c51bfSJohn Bowlerconfig LEDS_IXP4XX 47*6a0c51bfSJohn Bowler tristate "LED Support for GPIO connected LEDs on IXP4XX processors" 48*6a0c51bfSJohn Bowler depends LEDS_CLASS && ARCH_IXP4XX 49*6a0c51bfSJohn Bowler help 50*6a0c51bfSJohn Bowler This option enables support for the LEDs connected to GPIO 51*6a0c51bfSJohn Bowler outputs of the Intel IXP4XX processors. To be useful the 52*6a0c51bfSJohn Bowler particular board must have LEDs and they must be connected 53*6a0c51bfSJohn Bowler to the GPIO lines. If unsure, say Y. 54*6a0c51bfSJohn Bowler 556655c6feSRichard Purdieconfig LEDS_TRIGGER_TIMER 566655c6feSRichard Purdie tristate "LED Timer Trigger" 576655c6feSRichard Purdie depends LEDS_TRIGGERS 586655c6feSRichard Purdie help 596655c6feSRichard Purdie This allows LEDs to be controlled by a programmable timer 606655c6feSRichard Purdie via sysfs. If unsure, say Y. 616655c6feSRichard Purdie 62c72a1d60SRichard Purdieendmenu 63c72a1d60SRichard Purdie 64