diff options
author | Nick Forbes <Nick.Forbes@huntsworth.com> | 2008-04-25 00:06:52 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-04-25 00:06:52 +0100 |
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 2d5ea8a0533..86a369bc57d 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -183,4 +183,11 @@ config LEDS_TRIGGER_HEARTBEAT load average. If unsure, say Y. +config LEDS_TRIGGER_DEFAULT_ON + tristate "LED Default ON Trigger" + depends on LEDS_TRIGGERS + help + This allows LEDs to be initialised in the ON state. + If unsure, say Y. + endif # NEW_LEDS |