.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | menuconfig LEDS_TRIGGERS |
---|
2 | 3 | bool "LED Trigger support" |
---|
3 | 4 | depends on LEDS_CLASS |
---|
.. | .. |
---|
14 | 15 | This allows LEDs to be controlled by a programmable timer |
---|
15 | 16 | via sysfs. Some LED hardware can be programmed to start |
---|
16 | 17 | blinking the LED without any further software interaction. |
---|
17 | | - For more details read Documentation/leds/leds-class.txt. |
---|
| 18 | + For more details read Documentation/leds/leds-class.rst. |
---|
18 | 19 | |
---|
19 | 20 | If unsure, say Y. |
---|
20 | 21 | |
---|
.. | .. |
---|
63 | 64 | |
---|
64 | 65 | config LEDS_TRIGGER_CPU |
---|
65 | 66 | bool "LED CPU Trigger" |
---|
| 67 | + depends on !PREEMPT_RT |
---|
66 | 68 | help |
---|
67 | 69 | This allows LEDs to be controlled by active CPUs. This shows |
---|
68 | 70 | the active CPUs across an array of LEDs so you can see which |
---|
.. | .. |
---|
129 | 131 | This allows LEDs to be controlled by network device activity. |
---|
130 | 132 | If unsure, say Y. |
---|
131 | 133 | |
---|
| 134 | +config LEDS_TRIGGER_PATTERN |
---|
| 135 | + tristate "LED Pattern Trigger" |
---|
| 136 | + help |
---|
| 137 | + This allows LEDs to be controlled by a software or hardware pattern |
---|
| 138 | + which is a series of tuples, of brightness and duration (ms). |
---|
| 139 | + If unsure, say N |
---|
| 140 | + |
---|
| 141 | +config LEDS_TRIGGER_AUDIO |
---|
| 142 | + tristate "Audio Mute LED Trigger" |
---|
| 143 | + help |
---|
| 144 | + This allows LEDs to be controlled by audio drivers for following |
---|
| 145 | + the audio mute and mic-mute changes. |
---|
| 146 | + If unsure, say N |
---|
| 147 | + |
---|
132 | 148 | endif # LEDS_TRIGGERS |
---|