RISCV: config: tizen_visionfive2: Enable basic nls codepages 71/297671/1 accepted/tizen/unified/riscv/20230823.111001
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 22 Aug 2023 11:14:47 +0000 (20:14 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 22 Aug 2023 11:16:39 +0000 (20:16 +0900)
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 <sw0312.kim@samsung.com>
arch/riscv/configs/tizen_visionfive2_defconfig

index af3f603..e1c872a 100644 (file)
@@ -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