[PATCH] LoongArch: defconfig: enable NLS_ISO8859_1

From: Wentao Guan
Date: Wed Sep 24 2025 - 22:47:45 EST


NLS_DEFAULT is "iso8859-1",so enable CONFIG_NLS_ISO8859_1.
To solve the problem that I found EFI partition(FAT) mount failed,
systemd say "Failed to mount boot-efi.mount - /boot/efi",
and booting to emergency mode.

It is similar to commit
efe1e08bca9a("riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1")

Signed-off-by: Wentao Guan <guanwentao@xxxxxxxxxxxxx>
---
arch/loongarch/configs/loongson3_defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig
index 34eaee0384c92..b1dabce266e9c 100644
--- a/arch/loongarch/configs/loongson3_defconfig
+++ b/arch/loongarch/configs/loongson3_defconfig
@@ -1030,6 +1030,7 @@ CONFIG_9P_FS=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_936=y
CONFIG_NLS_ASCII=y
+CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_UTF8=y
CONFIG_DLM=m
CONFIG_KEY_DH_OPERATIONS=y
--
2.20.1