linux: Enable CONFIG_UNICODE to support casefold

Required to mount filesystems with casefold enabled. Fixes #109432
This commit is contained in:
Varris 2021-01-29 13:38:41 +01:00 committed by Tim Steinbach
parent e9c39c7b73
commit 662e3b88ae

View File

@ -416,6 +416,8 @@ let
NLS_ISO8859_1 = module; # VFAT default for the iocharset= mount option
DEVTMPFS = yes;
UNICODE = whenAtLeast "5.2" yes; # Casefolding support for filesystems
};
security = {