kconfigcheck: add NLS_ASCII for efi check (MR 2310)

This option is required for kernels to support mounting the ESP as /boot
after pmaports bb6d7a05b
This commit is contained in:
Clayton Craft 2024-05-16 22:35:06 -07:00 committed by Oliver Smith
parent 1b2024e7d8
commit 3eca24f1ed
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

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