[PATCH 18/20] common: menu needs PROCESS_ESCAPE_SEQUENCE

Lucas Stach l.stach at pengutronix.de
Mon Nov 24 03:06:58 PST 2014


Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
 common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/Kconfig b/common/Kconfig
index 6583aabc44d9..562798063b81 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -414,6 +414,7 @@ config AUTO_COMPLETE
 config MENU
 	bool
 	prompt "Menu Framework"
+	select PROCESS_ESCAPE_SEQUENCE
 	help
 	  a menu framework that allow us to create list menu to simplify
 	  barebox and make it more user-frendly
-- 
2.1.1




More information about the barebox mailing list