From 2328c5c76fccc1d784ba5ed9562e7caa75be08d8 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Tue, 22 Aug 2023 20:14:47 +0900 Subject: [PATCH] RISCV: config: tizen_visionfive2: Enable basic nls codepages To support mount fat partition without module, enable basic nls codepages including iso8859-1, ascii, utf8. Change-Id: Ib9c1318068c2d6d445ee592f1dc5cc3be70136cd Signed-off-by: Seung-Woo Kim --- arch/riscv/configs/tizen_visionfive2_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/riscv/configs/tizen_visionfive2_defconfig b/arch/riscv/configs/tizen_visionfive2_defconfig index af3f603..e1c872a 100644 --- a/arch/riscv/configs/tizen_visionfive2_defconfig +++ b/arch/riscv/configs/tizen_visionfive2_defconfig @@ -381,7 +381,9 @@ CONFIG_NFS_V4_2=y CONFIG_ROOT_NFS=y CONFIG_9P_FS=y CONFIG_NLS_CODEPAGE_437=y -CONFIG_NLS_ISO8859_1=m +CONFIG_NLS_ASCII=y +CONFIG_NLS_ISO8859_1=y +CONFIG_NLS_UTF8=y CONFIG_SECURITY=y CONFIG_SECURITYFS=y CONFIG_SECURITY_PATH=y -- 2.7.4