commit | 93f6201af71d9a0a521c99212e6066778270a357 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Mar 21 20:45:50 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jul 03 18:03:56 2020 +0200 |
tree | af7f65f9977edadc5e50885417273516d37b6933 | |
parent | 15b1bf10d1a1b21ecbf20169e30688df1c8e34be [diff] [blame] |
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>
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index aad37b7..6c9df3a 100644 --- a/lib/efi_loader/Kconfig +++ b/lib/efi_loader/Kconfig
@@ -15,6 +15,8 @@ select HAVE_BLOCK_DEVICE select REGEX imply CFB_CONSOLE_ANSI + imply FAT + imply FAT_WRITE imply USB_KEYBOARD_FN_KEYS imply VIDEO_ANSI help