From 237cbf1ac7a4799bc6e6b4ce0233a5dafa8de94a Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 26 Mar 2014 21:21:33 +0100 Subject: [PATCH] defaultenv-2: Fix menu files selection Signed-off-by: Sascha Hauer --- common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Kconfig b/common/Kconfig index 5989502a7..84c52fc39 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -602,7 +602,7 @@ config DEFAULT_ENVIRONMENT_GENERIC_NEW config DEFAULT_ENVIRONMENT_GENERIC_NEW_MENU bool depends on DEFAULT_ENVIRONMENT_GENERIC_NEW - depends on CONFIG_CMD_MENU_MANAGEMENT + depends on CMD_MENU_MANAGEMENT default y config DEFAULT_ENVIRONMENT_GENERIC_NEW_DFU