summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-03-21 20:45:50 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-07-03 18:03:56 +0200
commit93f6201af71d9a0a521c99212e6066778270a357 (patch)
treeaf7f65f9977edadc5e50885417273516d37b6933
parent15b1bf10d1a1b21ecbf20169e30688df1c8e34be (diff)
downloadu-boot-93f6201af71d9a0a521c99212e6066778270a357.tar.gz
efi_loader: imply FAT, FAT_WRITE
The UEFI spec requires support for the FAT file system. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rw-r--r--lib/efi_loader/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index aad37b7155..6c9df3a767 100644
--- 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