diff options
author | Heinrich Schuchardt | 2020-03-21 20:45:50 +0100 |
---|---|---|
committer | Heinrich Schuchardt | 2020-07-03 18:03:56 +0200 |
commit | 93f6201af71d9a0a521c99212e6066778270a357 (patch) | |
tree | af7f65f9977edadc5e50885417273516d37b6933 /lib/efi_loader | |
parent | 15b1bf10d1a1b21ecbf20169e30688df1c8e34be (diff) |
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>
Diffstat (limited to 'lib/efi_loader')
-rw-r--r-- | lib/efi_loader/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index aad37b71550..6c9df3a7676 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 |