[U-Boot] [PATCH 1/1] video: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSI
Heinrich Schuchardt
xypron.glpk at gmx.de
Sun Apr 29 20:58:38 UTC 2018
On 04/29/2018 10:52 PM, Alexander Graf wrote:
>
>
>> Am 29.04.2018 um 22:43 schrieb Heinrich Schuchardt <xypron.glpk at gmx.de>:
>>
>> EFI applications like GRUB issue ANSI sequences for setting colors
>> and for positioning. So if the EFI subsystem is enabled, we should
>> also enable ANSI control sequences by default.
>>
>> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
>> ---
>> drivers/video/Kconfig | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
>> index 2fc0defcd0..343ef31031 100644
>> --- a/drivers/video/Kconfig
>> +++ b/drivers/video/Kconfig
>> @@ -557,6 +557,7 @@ config CFB_CONSOLE
>> config CFB_CONSOLE_ANSI
>> bool "Support ANSI escape sequences"
>> depends on CFB_CONSOLE
>> + default y if EFI_LOADER
>
> Isn‘t this what imply does?
>
> Alex
Do you mean an existing imply? Or do you mean I should put an imply
somewhere else?
Regards
Heinrich
>
>> help
>> This allows the colour buffer frame buffer driver to support
>> a limited number of ANSI escape sequences (cursor control,
>> --
>> 2.11.0
>>
>
>
More information about the U-Boot
mailing list