summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 75ebfb8e5d..65017692f1 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -57,6 +57,13 @@ config CMD_READLINE
tristate
prompt "readline"
+config CMD_LET
+ tristate
+ prompt "let"
+ help
+ the 'let' command is used for arithmetics. It works like the corresponding
+ Unix shell command.
+
config CMD_TRUE
tristate
default y