Message ID | 20200114233436.112510-1-xypron.glpk@gmx.de |
---|---|
State | New |
Headers | show |
Series | [1/1] efi_loader: imply VIDEO_ANSI | expand |
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index 21ef440341..5016a61f49 100644 --- a/lib/efi_loader/Kconfig +++ b/lib/efi_loader/Kconfig @@ -15,6 +15,7 @@ config EFI_LOADER select HAVE_BLOCK_DEVICE select REGEX imply CFB_CONSOLE_ANSI + imply VIDEO_ANSI help Select this option if you want to run UEFI applications (like GNU GRUB or iPXE) on top of U-Boot. If this option is enabled, U-Boot
UEFI programs like GRUB make change terminal colors which requires support for ANSI escape sequences. Let CONFIG_EFI_LOADER=y imply CONFIG_VIDEO_ANSI. Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de> --- lib/efi_loader/Kconfig | 1 + 1 file changed, 1 insertion(+) -- 2.24.1