Kconfig (cec035de8265b18252742ef359b12e9694641112) | Kconfig (4c79141d28bc290ae307e3f81f5bc909c26faf6e) |
---|---|
1menuconfig NEW_LEDS 2 bool "LED Support" 3 depends on HAS_IOMEM 4 help 5 Say Y to enable Linux LED support. This allows control of supported 6 LEDs from both userspace and optionally, by kernel events (triggers). 7 8 This is not related to standard keyboard LEDs which are controlled --- 138 unchanged lines hidden (view full) --- 147 These triggers allow kernel events to drive the LEDs and can 148 be configured via sysfs. If unsure, say Y. 149 150config LEDS_TRIGGER_TIMER 151 tristate "LED Timer Trigger" 152 depends on LEDS_TRIGGERS 153 help 154 This allows LEDs to be controlled by a programmable timer | 1menuconfig NEW_LEDS 2 bool "LED Support" 3 depends on HAS_IOMEM 4 help 5 Say Y to enable Linux LED support. This allows control of supported 6 LEDs from both userspace and optionally, by kernel events (triggers). 7 8 This is not related to standard keyboard LEDs which are controlled --- 138 unchanged lines hidden (view full) --- 147 These triggers allow kernel events to drive the LEDs and can 148 be configured via sysfs. If unsure, say Y. 149 150config LEDS_TRIGGER_TIMER 151 tristate "LED Timer Trigger" 152 depends on LEDS_TRIGGERS 153 help 154 This allows LEDs to be controlled by a programmable timer |
155 via sysfs. If unsure, say Y. | 155 via sysfs. Some LED hardware can be programmed to start 156 blinking the LED without any further software interaction. 157 For more details read Documentation/leds-class.txt. |
156 | 158 |
159 If unsure, say Y. 160 |
|
157config LEDS_TRIGGER_IDE_DISK 158 bool "LED IDE Disk Trigger" 159 depends on LEDS_TRIGGERS && BLK_DEV_IDEDISK 160 help 161 This allows LEDs to be controlled by IDE disk activity. 162 If unsure, say Y. 163 164config LEDS_TRIGGER_HEARTBEAT 165 tristate "LED Heartbeat Trigger" 166 depends on LEDS_TRIGGERS 167 help 168 This allows LEDs to be controlled by a CPU load average. 169 The flash frequency is a hyperbolic function of the 1-minute 170 load average. 171 If unsure, say Y. 172 173endif # NEW_LEDS | 161config LEDS_TRIGGER_IDE_DISK 162 bool "LED IDE Disk Trigger" 163 depends on LEDS_TRIGGERS && BLK_DEV_IDEDISK 164 help 165 This allows LEDs to be controlled by IDE disk activity. 166 If unsure, say Y. 167 168config LEDS_TRIGGER_HEARTBEAT 169 tristate "LED Heartbeat Trigger" 170 depends on LEDS_TRIGGERS 171 help 172 This allows LEDs to be controlled by a CPU load average. 173 The flash frequency is a hyperbolic function of the 1-minute 174 load average. 175 If unsure, say Y. 176 177endif # NEW_LEDS |