Skip to content

Commit 9713b9d

Browse files
pelwellpopcornmix
authored andcommitted
configs: Enable UNICODE support (for filesystems)
CONFIG_UNICODE enables "UTF-8 normalization and casefolding support". Enable it for the standard defconfigs as a module, so that it is only loaded when needed, e.g. to support a case-insensitive filing system. See: #6808 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent c502129 commit 9713b9d

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

arch/arm/configs/bcm2709_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,7 @@ CONFIG_NLS_ISO8859_15=m
15721572
CONFIG_NLS_KOI8_R=m
15731573
CONFIG_NLS_KOI8_U=m
15741574
CONFIG_DLM=m
1575+
CONFIG_UNICODE=m
15751576
CONFIG_KEY_DH_OPERATIONS=y
15761577
CONFIG_SECURITY=y
15771578
CONFIG_SECURITY_APPARMOR=y

arch/arm/configs/bcmrpi_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,7 @@ CONFIG_NLS_ISO8859_15=m
15631563
CONFIG_NLS_KOI8_R=m
15641564
CONFIG_NLS_KOI8_U=m
15651565
CONFIG_DLM=m
1566+
CONFIG_UNICODE=m
15661567
CONFIG_KEY_DH_OPERATIONS=y
15671568
CONFIG_SECURITY=y
15681569
CONFIG_SECURITY_APPARMOR=y

arch/arm64/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,6 +1678,7 @@ CONFIG_NLS_ISO8859_15=m
16781678
CONFIG_NLS_KOI8_R=m
16791679
CONFIG_NLS_KOI8_U=m
16801680
CONFIG_DLM=m
1681+
CONFIG_UNICODE=m
16811682
CONFIG_KEY_DH_OPERATIONS=y
16821683
CONFIG_SECURITY=y
16831684
CONFIG_SECURITY_APPARMOR=y

arch/arm64/configs/bcm2711_rt_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,6 +1676,7 @@ CONFIG_NLS_ISO8859_15=m
16761676
CONFIG_NLS_KOI8_R=m
16771677
CONFIG_NLS_KOI8_U=m
16781678
CONFIG_DLM=m
1679+
CONFIG_UNICODE=m
16791680
CONFIG_KEY_DH_OPERATIONS=y
16801681
CONFIG_SECURITY=y
16811682
CONFIG_SECURITY_APPARMOR=y

arch/arm64/configs/bcm2712_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,6 +1680,7 @@ CONFIG_NLS_ISO8859_15=m
16801680
CONFIG_NLS_KOI8_R=m
16811681
CONFIG_NLS_KOI8_U=m
16821682
CONFIG_DLM=m
1683+
CONFIG_UNICODE=m
16831684
CONFIG_KEY_DH_OPERATIONS=y
16841685
CONFIG_SECURITY=y
16851686
CONFIG_SECURITY_APPARMOR=y

0 commit comments

Comments
 (0)