From 5423d9d27e9e4eb829e9aabd4f2a334b5547d705 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 9 Oct 2020 23:16:53 +0100 Subject: kernel: move F2FS_FS_XATTR and F2FS_STAT_FS symbols to generic Similar to how it was already done for other filesystems' *_FS_XATTR kernel config symbols, also move CONFIG_F2FS_FS_XATTR=y and CONFIG_F2FS_STAT_FS=y to target/linux/generic. Signed-off-by: Daniel Golle --- target/linux/zynq/config-4.19 | 2 -- target/linux/zynq/config-5.4 | 1 - 2 files changed, 3 deletions(-) (limited to 'target/linux/zynq') diff --git a/target/linux/zynq/config-4.19 b/target/linux/zynq/config-4.19 index 6122dcfd52..c12bd5f8c1 100644 --- a/target/linux/zynq/config-4.19 +++ b/target/linux/zynq/config-4.19 @@ -195,8 +195,6 @@ CONFIG_EXTCON=y # CONFIG_F2FS_CHECK_FS is not set CONFIG_F2FS_FS=y # CONFIG_F2FS_FS_SECURITY is not set -CONFIG_F2FS_FS_XATTR=y -CONFIG_F2FS_STAT_FS=y CONFIG_FB=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_FILLRECT=y diff --git a/target/linux/zynq/config-5.4 b/target/linux/zynq/config-5.4 index e027db2273..d389a27a03 100644 --- a/target/linux/zynq/config-5.4 +++ b/target/linux/zynq/config-5.4 @@ -206,7 +206,6 @@ CONFIG_EXTCON=y # CONFIG_F2FS_CHECK_FS is not set CONFIG_F2FS_FS=y # CONFIG_F2FS_FS_SECURITY is not set -CONFIG_F2FS_STAT_FS=y CONFIG_FB=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_FILLRECT=y -- cgit v1.2.3