diff options
author | Paul Spooren <mail@aparcar.org> | 2020-10-05 13:54:43 -1000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-10-09 01:49:22 +0100 |
commit | 0f5b5cf730167e851f8289f41bf9af435b6013ab (patch) | |
tree | 8b7fe4ca7b2f426ec2e034ab959afe51962e91a6 /target/linux/zynq | |
parent | 32d7acc9c544bacdeccf6cf6ee260f8f8af7c31e (diff) | |
download | upstream-0f5b5cf730167e851f8289f41bf9af435b6013ab.tar.gz upstream-0f5b5cf730167e851f8289f41bf9af435b6013ab.tar.bz2 upstream-0f5b5cf730167e851f8289f41bf9af435b6013ab.zip |
kernel: clean up XATTR config symbols
Extended attributes are required for overlayfs and have hence been long
ago enabled for jffs2, but should be enabled unconditionally for all
other filesystems which may potentially serve as overlayfs' upper
directory. Previously it was inconsistently added in multiple targets.
Add symbols to generic kernel config and remove all *_XATTR symbols
from target configs.
Signed-off-by: Paul Spooren <mail@aparcar.org>
[keep things as they are for squashfs, improve commit message]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/zynq')
-rw-r--r-- | target/linux/zynq/config-5.4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/zynq/config-5.4 b/target/linux/zynq/config-5.4 index ccd2a75663..e027db2273 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_FS_XATTR=y CONFIG_F2FS_STAT_FS=y CONFIG_FB=y CONFIG_FB_CFB_COPYAREA=y @@ -371,7 +370,6 @@ CONFIG_IRQ_WORK=y # CONFIG_ISDN is not set CONFIG_JBD2=y # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set -# CONFIG_JFFS2_FS_XATTR is not set CONFIG_JFFS2_ZLIB=y CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_MODE_NEON is not set @@ -589,7 +587,6 @@ CONFIG_THERMAL_OF=y CONFIG_TICK_CPU_ACCOUNTING=y CONFIG_TIMER_OF=y CONFIG_TIMER_PROBE=y -# CONFIG_TMPFS_XATTR is not set CONFIG_TREE_RCU=y CONFIG_TREE_SRCU=y CONFIG_UIO=y |