]> git.sur5r.net Git - u-boot/commit
efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSI
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 29 Apr 2018 21:37:12 +0000 (23:37 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 3 Jun 2018 13:27:20 +0000 (15:27 +0200)
commit503e04fab85c0ae0603758693d135bb2576e529b
tree975dcb63dda0da0c553fa2d6ee2ec113c0ff301a
parente2dc4229ad009df13b131fcc16516e79c14276b7
efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSI

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@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/Kconfig