[PATCH] common: Make MENU depend on PROCESS_ESCAPE_SEQUENCE
Alan Ott
alan at signal11.us
Mon May 21 22:24:35 EDT 2012
On 05/21/2012 06:44 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 11:53 Mon 21 May , Alan Ott wrote:
>> print_menu_entry() in common/menu.c depeneds on process_escape_sequence().
>>
>> Signed-off-by: Alan Ott <alan at 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
> no the menu does not need this as I use it withouth hush
>
Jean-Christophe,
You're right. I just posted another patch which may work better.
Thanks!
Alan.
More information about the barebox
mailing list