summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-01-16 11:45:44 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-17 07:58:09 +0100
commitf606a0cde93bee811241e4e9ac7fb442c95c124d (patch)
treeedef883db35cee5e5aba6c3ad737e991b865c36b /common
parentd7253200f53a2a3ca3739f2b2bf106ee6ba09496 (diff)
downloadbarebox-f606a0cde93bee811241e4e9ac7fb442c95c124d.tar.gz
barebox-f606a0cde93bee811241e4e9ac7fb442c95c124d.tar.xz
defaultenv: select COMMAND_SUPPORT and GLOBALVAR
To satisfy the direct dependencies of the selected commands. 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/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 462c104fde..c9fe2cea7a 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -854,6 +854,8 @@ config DEFAULT_ENVIRONMENT_GENERIC
depends on DEFAULT_ENVIRONMENT
depends on !DEFAULT_ENVIRONMENT_GENERIC_NEW
depends on SHELL_HUSH
+ select COMMAND_SUPPORT
+ select GLOBALVAR
select CMD_GETOPT
select CMD_CRC
select CMD_CRC_CMP