]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit89895a9b0d9d1ac1353094a13c911d4e07ad9016
tree951dd7d66225a9928de16248dd005eba8e1032da
parenteea5d14aada2b7f3b74d7334f390d8187149b905
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