summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-02-04 15:48:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-02-04 15:48:45 +0100
commitdb63bd8e10abf033e0a49932e2319a76b0fa9c1b (patch)
treea969f6af13387e6bf3baaa1aba0171740da3e0f5 /commands/Kconfig
parent1b575024f67f43a3b325c1d3f021ac482b6fad81 (diff)
parent964893b34b829760d81988af79a0cb0766ddc119 (diff)
downloadbarebox-db63bd8e10abf033e0a49932e2319a76b0fa9c1b.tar.gz
barebox-db63bd8e10abf033e0a49932e2319a76b0fa9c1b.tar.xz
Merge branch 'for-next/commands'
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 53cee5cbf9..c9a53b773e 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