pmb.config: kconfig check: add vfat to uefi check (MR 2269)

UEFI 2.0 spec requires FAT for the ESP[1], and we use the ESP for /boot so
let's make sure that the kernel always has support for mounting it.

1. https://uefi.org/specs/UEFI/2.10/13_Protocols_Media_Access.html#file-system-format-1
This commit is contained in:
Clayton Craft 2024-03-05 09:14:25 -08:00
parent 1352c658a5
commit a416e3ffae
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -683,6 +683,7 @@ kconfig_options_uefi = {
"EFI_ESRT": True,
"EFI_VARS_PSTORE": True,
"EFI_RUNTIME_WRAPPERS": True,
"VFAT_FS": True,
},
"x86_64": {
"EFI_MIXED": True,