From: Marek Szyprowski Date: Fri, 13 Sep 2024 10:22:14 +0000 (+0200) Subject: RISCV: configs: tizen_qemu: enable NLS options needed vfat filesystem X-Git-Tag: accepted/tizen/unified/x/20240923.124434^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ac7118d04557501ef732b549c210c2dabd60fb7;p=platform%2Fkernel%2Flinux-starfive.git RISCV: configs: tizen_qemu: enable NLS options needed vfat filesystem Enable basic NLS codepages needed to properly mount vfat formatted boot partition. Signed-off-by: Marek Szyprowski Change-Id: If85024d7a4ab9bc7389be75fc38e2d84c7b48e36 --- diff --git a/arch/riscv/configs/tizen_qemu_defconfig b/arch/riscv/configs/tizen_qemu_defconfig index 7617fe49d223..46402c2c9806 100644 --- a/arch/riscv/configs/tizen_qemu_defconfig +++ b/arch/riscv/configs/tizen_qemu_defconfig @@ -119,6 +119,10 @@ CONFIG_NFS_V4_1=y CONFIG_NFS_V4_2=y CONFIG_ROOT_NFS=y CONFIG_9P_FS=y +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_ASCII=y +CONFIG_NLS_ISO8859_1=y +CONFIG_NLS_UTF8=y CONFIG_SECURITY=y CONFIG_SECURITY_SMACK=y CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y