]> git.sur5r.net Git - u-boot/commitdiff
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)
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

index 2909e7696080d8ffb711e0f96ba28e5ead6848c1..df58e633d1c46e0f24e7e4698f6a112880766a63 100644 (file)
@@ -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