From 294dc7160e55ffb6b940045fb00f01697dacd660 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 25 Sep 2013 07:22:23 +0200 Subject: defenv-2: replace menu with menutree This makes the menu easier to extend and to maintain. Signed-off-by: Sascha Hauer --- common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 -- cgit v1.2.3