Skip to content

Commit efe1e08

Browse files
xypronpalmer-dabbelt
authored andcommitted
riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1
The EFI system partition uses the FAT file system. Many distributions add an entry in /etc/fstab for the ESP. We must ensure that mounting does not fail. The default code page for FAT is 437 (cf. CONFIG_FAT_DEFAULT_CODEPAGE). The default IO character set is "iso8859-1" (cf. CONFIG_NLS_ISO8859_1). So let's enable NLS_CODEPAGE_437 and NLS_ISO8859_1 in defconfig. Signed-off-by: Heinrich Schuchardt <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 3a87ff8 commit efe1e08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/riscv/configs/defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ CONFIG_NFS_V4_1=y
110110
CONFIG_NFS_V4_2=y
111111
CONFIG_ROOT_NFS=y
112112
CONFIG_9P_FS=y
113+
CONFIG_NLS_CODEPAGE_437=y
114+
CONFIG_NLS_ISO8859_1=m
113115
CONFIG_CRYPTO_USER_API_HASH=y
114116
CONFIG_CRYPTO_DEV_VIRTIO=y
115117
CONFIG_PRINTK_TIME=y

0 commit comments

Comments
 (0)