From 3eca24f1edbea4208e45e94d77609adea091e2c3 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Thu, 16 May 2024 22:35:06 -0700 Subject: [PATCH] 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 --- pmb/config/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 0a846a07..f7eb40dc 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -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,