diff options
author | Nick Forbes <Nick.Forbes@huntsworth.com> | 2008-04-25 01:06:52 +0200 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-04-25 01:06:52 +0200 |
commit | 060856c799191ffc360105cac49f3f9e68d526b7 (patch) | |
tree | 191f593264e0712b1be086c3e49faa9b2c782e9a /drivers/leds/Kconfig | |
parent | leds: Document the context brightness_set needs (diff) | |
download | linux-060856c799191ffc360105cac49f3f9e68d526b7.tar.xz linux-060856c799191ffc360105cac49f3f9e68d526b7.zip |
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 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 |