projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15b1bf1
)
efi_loader: imply FAT, FAT_WRITE
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sat, 21 Mar 2020 19:45:50 +0000
(20:45 +0100)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 3 Jul 2020 16:03:56 +0000
(18:03 +0200)
The UEFI spec requires support for the FAT file system.
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 aad37b715505e3713378d8e8d77cd4f8c009c9e0..6c9df3a767637fccbd16a246a425c74a4451bc3c 100644
(file)
--- a/
lib/efi_loader/Kconfig
+++ b/
lib/efi_loader/Kconfig
@@
-15,6
+15,8
@@
config EFI_LOADER
select HAVE_BLOCK_DEVICE
select REGEX
imply CFB_CONSOLE_ANSI
+ imply FAT
+ imply FAT_WRITE
imply USB_KEYBOARD_FN_KEYS
imply VIDEO_ANSI
help