summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-07-25 10:02:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-07-25 10:06:30 +0200
commitd6a50c915f20a3f081dbb6b3fe92d412b693801c (patch)
tree8c93271150d977f0dafcbff3f09314b952496116 /common
parent7b0de0e6fac6646007091abb976e06115d254142 (diff)
downloadbarebox-d6a50c915f20a3f081dbb6b3fe92d412b693801c.tar.gz
barebox-d6a50c915f20a3f081dbb6b3fe92d412b693801c.tar.xz
stddev: make it selectable via Kconfig
enable is by default for simple and hush we do not need to NO_SHELL this allow to save 1KiB Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 b776031bad..a17b543bb7 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