diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-10 12:10:10 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-11 16:38:16 +0200 |
commit | 6542615e41a109d944730cabd91441cdb3a692c2 (patch) | |
tree | 1ef65868ad7f8d9b88e5a6c3c697c5e7abaea9f7 /target/linux/mvebu | |
parent | 18deed29be8c4ba25aa45a3981b7366a257f58aa (diff) | |
download | upstream-6542615e41a109d944730cabd91441cdb3a692c2.tar.gz upstream-6542615e41a109d944730cabd91441cdb3a692c2.tar.bz2 upstream-6542615e41a109d944730cabd91441cdb3a692c2.zip |
kernel: Move CONFIG_F2FS_FS_SECURITY to generic kernel config
Move the CONFIG_F2FS_FS_SECURITY kernel configuration option to the
generic kernel configuration.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/config-4.19 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mvebu/config-4.19 b/target/linux/mvebu/config-4.19 index 1eae0a55db..5dbbb59562 100644 --- a/target/linux/mvebu/config-4.19 +++ b/target/linux/mvebu/config-4.19 @@ -178,7 +178,6 @@ CONFIG_EXT4_FS=y CONFIG_EXTCON=y # CONFIG_F2FS_CHECK_FS is not set CONFIG_F2FS_FS=y -# CONFIG_F2FS_FS_SECURITY is not set CONFIG_FIXED_PHY=y CONFIG_FIX_EARLYCON_MEM=y CONFIG_FS_IOMAP=y |