summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2015-03-01 22:06:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-02 07:35:39 +0100
commit43f133f68b931c7aad318343aca56975690dd628 (patch)
tree4bc03701959161249dc497171dbb37527e9153c9 /common
parent32a629976e7fb4e098c5ee3213464520e2446ae4 (diff)
downloadbarebox-43f133f68b931c7aad318343aca56975690dd628.tar.gz
barebox-43f133f68b931c7aad318343aca56975690dd628.tar.xz
menu: depend on !CONFIG_SHELL_NONE
It doesn't make much sense to have the menuframework but no shell. Fixes: In function `menu_action_command': undefined reference to `run_command' Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index d4373431aa..cf197076db 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -414,6 +414,7 @@ config AUTO_COMPLETE
config MENU
bool
prompt "Menu Framework"
+ depends on !SHELL_NONE
select PROCESS_ESCAPE_SEQUENCE
help
a menu framework that allow us to create list menu to simplify