Kconfig (b22364c8eec89e6b0c081a237f3b6348df87796f) Kconfig (bd4009af4883451f55f57155e364f03f700c9ce8)
1
2menu "LED devices"
3
4config NEW_LEDS
5 bool "LED Support"
6 help
7 Say Y to enable Linux LED support. This allows control of supported
8 LEDs from both userspace and optionally, by kernel events (triggers).

--- 68 unchanged lines hidden (view full) ---

77 LED.
78
79config LEDS_WRAP
80 tristate "LED Support for the WRAP series LEDs"
81 depends on LEDS_CLASS && SCx200_GPIO
82 help
83 This option enables support for the PCEngines WRAP programmable LEDs.
84
1
2menu "LED devices"
3
4config NEW_LEDS
5 bool "LED Support"
6 help
7 Say Y to enable Linux LED support. This allows control of supported
8 LEDs from both userspace and optionally, by kernel events (triggers).

--- 68 unchanged lines hidden (view full) ---

77 LED.
78
79config LEDS_WRAP
80 tristate "LED Support for the WRAP series LEDs"
81 depends on LEDS_CLASS && SCx200_GPIO
82 help
83 This option enables support for the PCEngines WRAP programmable LEDs.
84
85config LEDS_H1940
86 tristate "LED Support for iPAQ H1940 device"
87 depends LEDS_CLASS && ARCH_H1940
88 help
89 This option enables support for the LEDs on the h1940.
90
85comment "LED Triggers"
86
87config LEDS_TRIGGERS
88 bool "LED Trigger support"
89 depends on NEW_LEDS
90 help
91 This option enables trigger support for the leds class.
92 These triggers allow kernel events to drive the LEDs and can

--- 27 unchanged lines hidden ---
91comment "LED Triggers"
92
93config LEDS_TRIGGERS
94 bool "LED Trigger support"
95 depends on NEW_LEDS
96 help
97 This option enables trigger support for the leds class.
98 These triggers allow kernel events to drive the LEDs and can

--- 27 unchanged lines hidden ---