summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index c52406caef..8eec66175b 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -55,6 +55,9 @@ config UIMAGE
config GLOBALVAR
bool
+config STDDEV
+ bool
+
menu "General Settings "
config LOCALVERSION
@@ -288,6 +291,7 @@ choice
select COMMAND_SUPPORT
select PARAMETER
select BINFMT
+ select STDDEV
help
Enable hush support. This is the most advanced shell available
for barebox.
@@ -297,6 +301,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
@@ -513,6 +518,7 @@ config DEFAULT_ENVIRONMENT_GENERIC_NEW
select GLOB_SORT
select CMD_GLOBAL
select CMD_AUTOMOUNT
+ select CMD_BASENAME
select FLEXIBLE_BOOTARGS
prompt "Generic environment template"