[PATCH] common: Make MENU depend on PROCESS_ESCAPE_SEQUENCE

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Mon May 21 22:40:26 EDT 2012


Hi

Please revert break my work on at91bootstrap where we use the menu without any shell support

And the does work with or without hush support

Best Regards,
J.

On May 22, 2012, at 4:06 AM, Sascha Hauer <s.hauer at pengutronix.de> wrote:

> Hi Alan,
> 
> On Mon, May 21, 2012 at 11:53:36AM -0400, Alan Ott wrote:
>> print_menu_entry() in common/menu.c depeneds on process_escape_sequence().
>> 
>> Signed-off-by: Alan Ott <alan at signal11.us>
> 
> Applied, thanks
> 
> Sascha
> 
>> ---
>> 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 at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/barebox
>> 
> 
> -- 
> Pengutronix e.K.                           |                             |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
> 
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox



More information about the barebox mailing list