From: Seung-Woo Kim Date: Tue, 22 Aug 2023 11:14:47 +0000 (+0900) Subject: RISCV: config: tizen_visionfive2: Enable basic nls codepages X-Git-Tag: accepted/tizen/unified/riscv/20230823.111001^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2328c5c76fccc1d784ba5ed9562e7caa75be08d8;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/arch/riscv/configs/tizen_visionfive2_defconfig b/arch/riscv/configs/tizen_visionfive2_defconfig index af3f603e856f..e1c872a47716 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