Skip to content

Commit 5d7f565

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 84620c3 commit 5d7f565

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
@@ -1579,6 +1579,7 @@ CONFIG_NLS_ISO8859_15=m
15791579
CONFIG_NLS_KOI8_R=m
15801580
CONFIG_NLS_KOI8_U=m
15811581
CONFIG_DLM=m
1582+
CONFIG_UNICODE=m
15821583
CONFIG_KEY_DH_OPERATIONS=y
15831584
CONFIG_SECURITY=y
15841585
CONFIG_SECURITY_APPARMOR=y

arch/arm/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,6 +1615,7 @@ CONFIG_NLS_ISO8859_15=m
16151615
CONFIG_NLS_KOI8_R=m
16161616
CONFIG_NLS_KOI8_U=m
16171617
CONFIG_DLM=m
1618+
CONFIG_UNICODE=m
16181619
CONFIG_KEY_DH_OPERATIONS=y
16191620
CONFIG_SECURITY=y
16201621
CONFIG_SECURITY_APPARMOR=y

arch/arm/configs/bcmrpi_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,6 +1570,7 @@ CONFIG_NLS_ISO8859_15=m
15701570
CONFIG_NLS_KOI8_R=m
15711571
CONFIG_NLS_KOI8_U=m
15721572
CONFIG_DLM=m
1573+
CONFIG_UNICODE=m
15731574
CONFIG_KEY_DH_OPERATIONS=y
15741575
CONFIG_SECURITY=y
15751576
CONFIG_SECURITY_APPARMOR=y

arch/arm64/configs/bcm2711_defconfig

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

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

arch/arm64/configs/bcm2712_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,6 +1686,7 @@ CONFIG_NLS_ISO8859_15=m
16861686
CONFIG_NLS_KOI8_R=m
16871687
CONFIG_NLS_KOI8_U=m
16881688
CONFIG_DLM=m
1689+
CONFIG_UNICODE=m
16891690
CONFIG_KEY_DH_OPERATIONS=y
16901691
CONFIG_SECURITY=y
16911692
CONFIG_SECURITY_APPARMOR=y

0 commit comments

Comments
 (0)