Skip to content

Commit 7ef9729

Browse files
committed
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 b086a4b commit 7ef9729

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

arch/arm/configs/bcm2709_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,6 +1576,7 @@ CONFIG_NLS_ISO8859_15=m
15761576
CONFIG_NLS_KOI8_R=m
15771577
CONFIG_NLS_KOI8_U=m
15781578
CONFIG_DLM=m
1579+
CONFIG_UNICODE=m
15791580
CONFIG_KEY_DH_OPERATIONS=y
15801581
CONFIG_SECURITY=y
15811582
CONFIG_SECURITY_APPARMOR=y

arch/arm/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,6 +1612,7 @@ CONFIG_NLS_ISO8859_15=m
16121612
CONFIG_NLS_KOI8_R=m
16131613
CONFIG_NLS_KOI8_U=m
16141614
CONFIG_DLM=m
1615+
CONFIG_UNICODE=m
16151616
CONFIG_KEY_DH_OPERATIONS=y
16161617
CONFIG_SECURITY=y
16171618
CONFIG_SECURITY_APPARMOR=y

arch/arm/configs/bcmrpi_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,7 @@ CONFIG_NLS_ISO8859_15=m
15671567
CONFIG_NLS_KOI8_R=m
15681568
CONFIG_NLS_KOI8_U=m
15691569
CONFIG_DLM=m
1570+
CONFIG_UNICODE=m
15701571
CONFIG_KEY_DH_OPERATIONS=y
15711572
CONFIG_SECURITY=y
15721573
CONFIG_SECURITY_APPARMOR=y

arch/arm64/configs/bcm2711_defconfig

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

arch/arm64/configs/bcm2711_rt_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

arch/arm64/configs/bcm2712_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,6 +1683,7 @@ CONFIG_NLS_ISO8859_15=m
16831683
CONFIG_NLS_KOI8_R=m
16841684
CONFIG_NLS_KOI8_U=m
16851685
CONFIG_DLM=m
1686+
CONFIG_UNICODE=m
16861687
CONFIG_KEY_DH_OPERATIONS=y
16871688
CONFIG_SECURITY=y
16881689
CONFIG_SECURITY_APPARMOR=y

0 commit comments

Comments
 (0)