From 8787ffd8d408307ca63b24d1d798f902c9176187 Mon Sep 17 00:00:00 2001 From: Jianqun Xu Date: Tue, 26 Jul 2016 16:19:15 +0800 Subject: [PATCH] ARM64: configs: rockchip support CONFIG_F2FS_FS Select CONFIG_F2FS_FS and CONFIG_F2FS_FS_SECURITY. Change-Id: I0380977d3593fccf6b417f8e72f118b7fc2c2b9b Signed-off-by: Jianqun Xu --- arch/arm64/configs/rockchip_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index 72c1c1ea9453..cf6d0abc747c 100644 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -584,6 +584,8 @@ CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT3_FS=y CONFIG_EXT4_FS_SECURITY=y +CONFIG_F2FS_FS=y +CONFIG_F2FS_FS_SECURITY=y CONFIG_QUOTA=y CONFIG_FUSE_FS=y CONFIG_ISO9660_FS=y -- 2.34.1