efi_loader: imply USB_KEYBOARD_FN_KEYS

UEFI applications like GRUB and SCT assume that function keys are enabled
on the keyboard.

Let EFI_LOADER imply USB_KEYBOARD_FN_KEYS.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
Heinrich Schuchardt 2019-12-04 22:58:58 +01:00
parent 75fe571a41
commit 8876e1bc88

View File

@ -15,6 +15,7 @@ config EFI_LOADER
select HAVE_BLOCK_DEVICE select HAVE_BLOCK_DEVICE
select REGEX select REGEX
imply CFB_CONSOLE_ANSI imply CFB_CONSOLE_ANSI
imply USB_KEYBOARD_FN_KEYS
help help
Select this option if you want to run UEFI applications (like GNU 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 GRUB or iPXE) on top of U-Boot. If this option is enabled, U-Boot