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/apm821xx | |
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/apm821xx')
-rw-r--r-- | target/linux/apm821xx/sata/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/apm821xx/sata/config-default b/target/linux/apm821xx/sata/config-default index 15aed962d5..284ba04bb8 100644 --- a/target/linux/apm821xx/sata/config-default +++ b/target/linux/apm821xx/sata/config-default @@ -17,7 +17,6 @@ CONFIG_SATA_DWC=y CONFIG_EXT4_FS=y # CONFIG_F2FS_CHECK_FS is not set CONFIG_F2FS_FS=y -# CONFIG_F2FS_FS_SECURITY is not set CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_GPIOLIB=y |