Re: [PATCH] bootmenu: Select CFB_CONSOLE_ANSI if CFB_CONSOLE

2020-12-29 Thread Pali Rohár
On Tuesday 29 December 2020 11:42:56 Heinrich Schuchardt wrote: > On 12/29/20 4:32 AM, Simon Glass wrote: > > Hi Paul, > > > > On Sat, 26 Dec 2020 at 14:04, Pali Rohár wrote: > > > > > > CMD_BOOTMENU uses ANSI terminal. Therefore if U-Boot has enabled > > > CFB_CONSOLE then bootmenu needs also C

Re: [PATCH] bootmenu: Select CFB_CONSOLE_ANSI if CFB_CONSOLE

2020-12-29 Thread Heinrich Schuchardt
On 12/29/20 4:32 AM, Simon Glass wrote: Hi Paul, On Sat, 26 Dec 2020 at 14:04, Pali Rohár wrote: CMD_BOOTMENU uses ANSI terminal. Therefore if U-Boot has enabled CFB_CONSOLE then bootmenu needs also CFB_CONSOLE_ANSI to work. Define this dependency in Kconfig and remove information about this

Re: [PATCH] bootmenu: Select CFB_CONSOLE_ANSI if CFB_CONSOLE

2020-12-28 Thread Simon Glass
Hi Paul, On Sat, 26 Dec 2020 at 14:04, Pali Rohár wrote: > > CMD_BOOTMENU uses ANSI terminal. Therefore if U-Boot has enabled > CFB_CONSOLE then bootmenu needs also CFB_CONSOLE_ANSI to work. > > Define this dependency in Kconfig and remove information about this > requirement from documentation f

[PATCH] bootmenu: Select CFB_CONSOLE_ANSI if CFB_CONSOLE

2020-12-26 Thread Pali Rohár
CMD_BOOTMENU uses ANSI terminal. Therefore if U-Boot has enabled CFB_CONSOLE then bootmenu needs also CFB_CONSOLE_ANSI to work. Define this dependency in Kconfig and remove information about this requirement from documentation file. Signed-off-by: Pali Rohár --- cmd/Kconfig| 1 + do