diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-10 12:02:02 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-11 16:38:16 +0200 |
commit | 18deed29be8c4ba25aa45a3981b7366a257f58aa (patch) | |
tree | ca4ec005e0dde3141378990ec1cf3038103b1913 /target/linux/uml/config/x86_64 | |
parent | b79d2356db065d97be881dfca152e9f9385af408 (diff) | |
download | upstream-18deed29be8c4ba25aa45a3981b7366a257f58aa.tar.gz upstream-18deed29be8c4ba25aa45a3981b7366a257f58aa.tar.bz2 upstream-18deed29be8c4ba25aa45a3981b7366a257f58aa.zip |
kernel: Remove 2FS_FS_XATTR and F2FS_STAT_FS symbols from target configs
This config option was moved to the generic kernel configuration.
Fixes: ab1bd576562b ("kernel: move F2FS_FS_XATTR and F2FS_STAT_FS symbols to generic")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/uml/config/x86_64')
-rw-r--r-- | target/linux/uml/config/x86_64 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64 index 988ef22faf..d3b3704f6c 100644 --- a/target/linux/uml/config/x86_64 +++ b/target/linux/uml/config/x86_64 @@ -32,7 +32,6 @@ CONFIG_DNOTIFY=y # CONFIG_EARLY_PRINTK is not set CONFIG_EXT4_FS=y CONFIG_F2FS_FS=y -CONFIG_F2FS_STAT_FS=y CONFIG_FAILOVER=y CONFIG_FS_IOMAP=y CONFIG_FS_MBCACHE=y |