aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-04-29 23:37:12 +0200
committerAlexander Graf <agraf@suse.de>2018-06-03 15:27:20 +0200
commit503e04fab85c0ae0603758693d135bb2576e529b (patch)
tree975dcb63dda0da0c553fa2d6ee2ec113c0ff301a /lib
parente2dc4229ad009df13b131fcc16516e79c14276b7 (diff)
downloadu-boot-midas-503e04fab85c0ae0603758693d135bb2576e529b.tar.gz
u-boot-midas-503e04fab85c0ae0603758693d135bb2576e529b.tar.bz2
u-boot-midas-503e04fab85c0ae0603758693d135bb2576e529b.zip
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_loader/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index 2909e76960..df58e633d1 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -10,6 +10,7 @@ config EFI_LOADER
default y
select LIB_UUID
select HAVE_BLOCK_DEVICE
+ imply CFB_CONSOLE_ANSI
help
Select this option if you want to run EFI applications (like grub2)
on top of U-Boot. If this option is enabled, U-Boot will expose EFI