summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-08-01 17:49:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-08-01 17:49:27 +0200
commit9204bf87d6cfa824b0d87bf9c059cb0f65c2b401 (patch)
tree89d2d8c83a027f0b765da4ae71f6ecf8b59690b9 /common
parenta8dbc3f762bd946adebae229bfa9023bb7e5127e (diff)
parentd6a50c915f20a3f081dbb6b3fe92d412b693801c (diff)
downloadbarebox-9204bf87d6cfa824b0d87bf9c059cb0f65c2b401.tar.gz
barebox-9204bf87d6cfa824b0d87bf9c059cb0f65c2b401.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 763983e7d5..37bc123a87 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -50,6 +50,9 @@ config BINFMT
config GLOBALVAR
bool
+config STDDEV
+ bool
+
menu "General Settings "
config LOCALVERSION
@@ -283,6 +286,7 @@ choice
select COMMAND_SUPPORT
select PARAMETER
select BINFMT
+ select STDDEV
help
Enable hush support. This is the most advanced shell available
for barebox.
@@ -292,6 +296,7 @@ choice
select ENVIRONMENT_VARIABLES
select COMMAND_SUPPORT
select PARAMETER
+ select STDDEV
help
simple shell. No if/then, no return values from commands, no loops