riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 12 Aug 2021 08:10:27 +0000 (10:10 +0200)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Sat, 11 Sep 2021 04:31:12 +0000 (21:31 -0700)
commitefe1e08bca9a1fab2b0ad886be4fb5335dcbf29c
tree951dd7d66225a9928de16248dd005eba8e1032da
parent3a87ff891290e1b9ef3f03396c22fd3b2f6eb955
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 <heinrich.schuchardt@canonical.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/configs/defconfig