From f606a0cde93bee811241e4e9ac7fb442c95c124d Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Mon, 16 Jan 2017 11:45:44 +0100 Subject: defaultenv: select COMMAND_SUPPORT and GLOBALVAR To satisfy the direct dependencies of the selected commands. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- common/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/Kconfig') 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 -- cgit v1.2.3