summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
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