forked from Mirror/pmbootstrap
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:
parent
1b2024e7d8
commit
3eca24f1ed
1 changed files with 1 additions and 0 deletions
|
@ -692,6 +692,7 @@ kconfig_options_uefi = {
|
||||||
"EFI_VARS_PSTORE": True,
|
"EFI_VARS_PSTORE": True,
|
||||||
"EFI_RUNTIME_WRAPPERS": True,
|
"EFI_RUNTIME_WRAPPERS": True,
|
||||||
"VFAT_FS": True,
|
"VFAT_FS": True,
|
||||||
|
"NLS_ASCII": True,
|
||||||
},
|
},
|
||||||
"x86_64": {
|
"x86_64": {
|
||||||
"EFI_MIXED": True,
|
"EFI_MIXED": True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue