summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-05-26 12:09:13 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-05-30 07:03:33 +0200
commit0974830c3ec721cc3c5a8f1966e9ea32da13fcf9 (patch)
treed0c406df7729281a6de827875a39b32a2587ca25 /common
parentef7b17a2a11c03569652cc65b84d94311a551ec3 (diff)
downloadbarebox-0974830c3ec721cc3c5a8f1966e9ea32da13fcf9.tar.gz
barebox-0974830c3ec721cc3c5a8f1966e9ea32da13fcf9.tar.xz
common: select dependencies for defaultenv-2
Now that GLOBALVAR and NVVAR are user visible options they need to be selected when selecting the global and nv command support which uses them. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 928db0a159..a8c1855aab 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -740,14 +740,17 @@ config DEFAULT_ENVIRONMENT_GENERIC_NEW
bool
depends on DEFAULT_ENVIRONMENT
depends on SHELL_HUSH
+ select COMMAND_SUPPORT
select CMD_GETOPT
select GLOB
select GLOB_SORT
+ select GLOBALVAR
select CMD_GLOBAL
select CMD_AUTOMOUNT
select CMD_BASENAME
select CMD_READLINK
select CMD_DIRNAME
+ select NVVAR
select CMD_NV
select FLEXIBLE_BOOTARGS
select CMD_BOOT