diff options
author | Łukasz Stelmach <l.stelmach@samsung.com> | 2023-10-20 14:03:05 +0200 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2023-10-23 00:49:28 +0000 |
commit | abb9c7cd8f51d92d4c5d7d9fec95bcea46f991f3 (patch) | |
tree | 201a781dcef7f518790be4ffcdccd5b81fee1c15 | |
parent | d42faaa3ee0d046412273060995294f73b077fc6 (diff) | |
download | linux-starfive-abb9c7cd8f51d92d4c5d7d9fec95bcea46f991f3.tar.gz linux-starfive-abb9c7cd8f51d92d4c5d7d9fec95bcea46f991f3.tar.bz2 linux-starfive-abb9c7cd8f51d92d4c5d7d9fec95bcea46f991f3.zip |
RISCV: config: Enable configurations relevant to F2FS
Enable configurations relevant to F2FS.
Tizen is using F2FS filesystem on Headed image.
Change-Id: Ifb1eef43a774fd6f1424dc3eb14261d80cf850bb
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
-rw-r--r-- | arch/riscv/configs/tizen_qemu_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/configs/tizen_qemu_defconfig b/arch/riscv/configs/tizen_qemu_defconfig index adc85d998a35..28812878bcfa 100644 --- a/arch/riscv/configs/tizen_qemu_defconfig +++ b/arch/riscv/configs/tizen_qemu_defconfig @@ -97,6 +97,8 @@ CONFIG_RPMSG_VIRTIO=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y +CONFIG_F2FS_FS=y +CONFIG_F2FS_FS_SECURITY=y CONFIG_AUTOFS4_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y |