summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-25 07:22:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-03-28 09:44:44 +0100
commit294dc7160e55ffb6b940045fb00f01697dacd660 (patch)
tree20321d6ba683f47be6bc963b166b984d0096b1b5 /common
parentca8edb3b65ae2be88278efac6ca7da1de964be88 (diff)
downloadbarebox-294dc7160e55ffb6b940045fb00f01697dacd660.tar.gz
barebox-294dc7160e55ffb6b940045fb00f01697dacd660.tar.xz
defenv-2: replace menu with menutree
This makes the menu easier to extend and to maintain. 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 bc54e97a27..0031cc8770 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -605,7 +605,7 @@ config DEFAULT_ENVIRONMENT_GENERIC_NEW
config DEFAULT_ENVIRONMENT_GENERIC_NEW_MENU
bool
depends on DEFAULT_ENVIRONMENT_GENERIC_NEW
- depends on CMD_MENU_MANAGEMENT
+ depends on CMD_MENUTREE
default y
config DEFAULT_ENVIRONMENT_GENERIC_NEW_DFU