mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] common: Make MENU depend on PROCESS_ESCAPE_SEQUENCE
@ 2012-05-21 15:53 Alan Ott
  2012-05-21 20:06 ` Sascha Hauer
  2012-05-21 22:44 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 2 replies; 11+ messages in thread
From: Alan Ott @ 2012-05-21 15:53 UTC (permalink / raw)
  To: barebox; +Cc: Alan Ott

print_menu_entry() in common/menu.c depeneds on process_escape_sequence().

Signed-off-by: Alan Ott <alan@signal11.us>
---
 common/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/common/Kconfig b/common/Kconfig
index 73d620a..ebb9400 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -342,6 +342,7 @@ config AUTO_COMPLETE
 config MENU
 	bool
 	prompt "Menu Framework"
+	depends on PROCESS_ESCAPE_SEQUENCE
 	help
 	   a menu framework that allow us to create list menu to simplify
 	   barebox and make it more user-frendly
-- 
1.7.0.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-05-22 19:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-21 15:53 [PATCH] common: Make MENU depend on PROCESS_ESCAPE_SEQUENCE Alan Ott
2012-05-21 20:06 ` Sascha Hauer
2012-05-22  2:40   ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-22  3:35     ` Alan Ott
2012-05-21 22:44 ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-22  2:22   ` [PATCH] common: Make HUSH_SHELL select PROCESS_ESCAPE_SEQUENCE Alan Ott
2012-05-22  3:32     ` [PATCH v2] common: Make MENU select PROCESS_ESCAPE_SEQUENCE if HUSH_SHELL is selected Alan Ott
2012-05-22  9:27       ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-22 15:08         ` Alan Ott
2012-05-22 19:04           ` Sascha Hauer
2012-05-22  2:24   ` [PATCH] common: Make MENU depend on PROCESS_ESCAPE_SEQUENCE Alan Ott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox