diff options
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 2d5ea8a05338..86a369bc57d6 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -183,4 +183,11 @@ config LEDS_TRIGGER_HEARTBEAT | |||
183 | load average. | 183 | load average. |
184 | If unsure, say Y. | 184 | If unsure, say Y. |
185 | 185 | ||
186 | config LEDS_TRIGGER_DEFAULT_ON | ||
187 | tristate "LED Default ON Trigger" | ||
188 | depends on LEDS_TRIGGERS | ||
189 | help | ||
190 | This allows LEDs to be initialised in the ON state. | ||
191 | If unsure, say Y. | ||
192 | |||
186 | endif # NEW_LEDS | 193 | endif # NEW_LEDS |