Enable NLS support for FAT filesystem

This commit is contained in:
Mikael Voss 2024-08-03 16:38:02 +02:00
parent 592da6cc3f
commit 67deca94e5

View file

@ -296,6 +296,9 @@ with lib.kernel;
HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON = yes;
EFIVAR_FS = yes;
NLS = yes;
NLS_CODEPAGE_437 = yes;
NLS_ISO8859_1 = yes;
UNICODE = yes;
SECURITY_DMESG_RESTRICT = yes;