diff mbox series

[U-Boot,v2,1/1] efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSI

Message ID 20180429213712.5941-1-xypron.glpk@gmx.de
State Accepted
Commit 503e04fab85c0ae0603758693d135bb2576e529b
Delegated to: Alexander Graf
Headers show
Series [U-Boot,v2,1/1] efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSI | expand

Commit Message

Heinrich Schuchardt April 29, 2018, 9:37 p.m. UTC
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>
---
v2
	Use 'imply' instead of 'default if'.
---
 lib/efi_loader/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index d38780b604e..c3c4783f394 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