projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75fe571
)
efi_loader: imply USB_KEYBOARD_FN_KEYS
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Wed, 4 Dec 2019 21:58:58 +0000
(22:58 +0100)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Tue, 7 Jan 2020 17:08:20 +0000
(18:08 +0100)
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>
lib/efi_loader/Kconfig
patch
|
blob
|
history
diff --git
a/lib/efi_loader/Kconfig
b/lib/efi_loader/Kconfig
index 21ef440341473deb9c3e513f6634ffa2e12e82c8..e2cb72930396e9a36d2636c8caf624d68bda3084 100644
(file)
--- 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 USB_KEYBOARD_FN_KEYS
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