summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-12-18 14:40:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-12-20 09:57:36 +0100
commitc840feead1db0fb9bbface0efff66ce8a8d24791 (patch)
tree18cd47af4c9b3ba99042c0cd86893f2453d5085c /commands/Kconfig
parent5323cbbbfdea6c7b86dc8260b87c768ba5db89a6 (diff)
downloadbarebox-c840feead1db0fb9bbface0efff66ce8a8d24791.tar.gz
barebox-c840feead1db0fb9bbface0efff66ce8a8d24791.tar.xz
LED: Add trigger command
This patch allows controlling LED triggers vie the command line. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 64e08bb3bf..f137f47324 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -379,4 +379,12 @@ config CMD_LED
help
include led command to control LEDs
+config CMD_LED_TRIGGER
+ bool
+ depends on LED_TRIGGERS
+ prompt "trigger command"
+ help
+ The trigger command allows to control LED triggers from the command
+ line.
+
endmenu