diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-10 12:32:18 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-11 16:38:16 +0200 |
commit | 722906d144a58990313fe92b0aec44efb85db750 (patch) | |
tree | ed214bd2c1082a437ed3d041c01dc0b68a9adb95 /target/linux/x86 | |
parent | 6542615e41a109d944730cabd91441cdb3a692c2 (diff) | |
download | upstream-722906d144a58990313fe92b0aec44efb85db750.tar.gz upstream-722906d144a58990313fe92b0aec44efb85db750.tar.bz2 upstream-722906d144a58990313fe92b0aec44efb85db750.zip |
kernel: move CONFIG_F2FS_CHECK_FS to generic kernel config
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/config-4.19 | 1 | ||||
-rw-r--r-- | target/linux/x86/config-5.4 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/x86/config-4.19 b/target/linux/x86/config-4.19 index 412fdf900b..fad10dfef4 100644 --- a/target/linux/x86/config-4.19 +++ b/target/linux/x86/config-4.19 @@ -128,7 +128,6 @@ CONFIG_EDAC_SUPPORT=y # CONFIG_EDD is not set # CONFIG_EUROTECH_WDT is not set CONFIG_EXT4_FS=y -# CONFIG_F2FS_CHECK_FS is not set CONFIG_F2FS_FS=y # CONFIG_F71808E_WDT is not set CONFIG_FIRMWARE_MEMMAP=y diff --git a/target/linux/x86/config-5.4 b/target/linux/x86/config-5.4 index 66cca96005..83d9cf2e05 100644 --- a/target/linux/x86/config-5.4 +++ b/target/linux/x86/config-5.4 @@ -145,7 +145,6 @@ CONFIG_EFI_EARLYCON=y # CONFIG_EISA is not set # CONFIG_EUROTECH_WDT is not set CONFIG_EXT4_FS=y -# CONFIG_F2FS_CHECK_FS is not set CONFIG_F2FS_FS=y # CONFIG_F71808E_WDT is not set CONFIG_FIRMWARE_MEMMAP=y |