Skip to content
Snippets Groups Projects
Commit faadc041 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: imply VIDEO_ANSI


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: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 30ed1d4b
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ config EFI_LOADER
select REGEX
imply CFB_CONSOLE_ANSI
imply USB_KEYBOARD_FN_KEYS
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment