From: Jaehoon Chung Date: Thu, 1 Jun 2023 06:49:48 +0000 (+0900) Subject: RISCV: config: Enable configurations relevant to F2FS X-Git-Tag: accepted/tizen/unified/riscv/20230725.071352~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28b6042e39798211ecfa16e3983dc07cd47c2e4f;p=platform%2Fkernel%2Flinux-starfive.git RISCV: config: Enable configurations relevant to F2FS Enable configurations relevant to F2FS. Tizen is using F2FS filesystem on Headed image. Change-Id: I5dcc1976815740b8d5c93a5f2036a08258327b68 Signed-off-by: Jaehoon Chung --- diff --git a/arch/riscv/configs/tizen_vf2_defconfig b/arch/riscv/configs/tizen_vf2_defconfig index df4d462160f7..846080409e06 100644 --- a/arch/riscv/configs/tizen_vf2_defconfig +++ b/arch/riscv/configs/tizen_vf2_defconfig @@ -255,6 +255,8 @@ CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y CONFIG_BTRFS_FS=y CONFIG_BTRFS_FS_POSIX_ACL=y +CONFIG_F2FS_FS=y +CONFIG_F2FS_FS_SECURITY=y CONFIG_FANOTIFY=y CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=y