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>
This commit is contained in:
parent
15b1bf10d1
commit
93f6201af7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user