summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-03-26 21:21:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-03-28 08:49:35 +0100
commit237cbf1ac7a4799bc6e6b4ce0233a5dafa8de94a (patch)
tree6e37c15cc43d9bdd6a762596fc8d91150bda2921 /common
parent4449fac89875a8fffeaab00edad0e759db81a329 (diff)
downloadbarebox-237cbf1ac7a4799bc6e6b4ce0233a5dafa8de94a.tar.gz
barebox-237cbf1ac7a4799bc6e6b4ce0233a5dafa8de94a.tar.xz
defaultenv-2: Fix menu files selection
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 5989502a75..84c52fc398 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