diff options
author | Nick Forbes <Nick.Forbes@huntsworth.com> | 2008-04-24 19:06:52 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-04-24 19:06:52 -0400 |
commit | 060856c799191ffc360105cac49f3f9e68d526b7 (patch) | |
tree | 191f593264e0712b1be086c3e49faa9b2c782e9a /drivers/leds/Kconfig | |
parent | 2e214e0fa21465cf2749ca7d5a072cf8591f3213 (diff) |
leds: Add default-on trigger
Add a trigger which allows LEDs to default to the full
brightness state.
Signed-off-by: Nick Forbes <Nick.Forbes@huntsworth.com>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
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 |