aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-06-11 15:10:36 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-07-02 18:37:25 +0200
commitce02a674a516f36b3ffae74fc547081ee4584146 (patch)
tree4cf4e84cb60c0d0b53c8c7085f28e4cdd5a387df
parente88e9d42c4cb3875165516efe19f3a8a69353e95 (diff)
downloadkernel_replicant_linux-ce02a674a516f36b3ffae74fc547081ee4584146.tar.gz
kernel_replicant_linux-ce02a674a516f36b3ffae74fc547081ee4584146.tar.bz2
kernel_replicant_linux-ce02a674a516f36b3ffae74fc547081ee4584146.zip
replicant_*_defconfig: Add F2FS
The CACHE partition uses F2FS, so in order for the mount to succeed, we need to have F2FS support in the kernel. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--arch/arm/configs/replicant_i9300_defconfig2
-rw-r--r--arch/arm/configs/replicant_i9305_defconfig2
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/replicant_i9300_defconfig b/arch/arm/configs/replicant_i9300_defconfig
index 005eee48b8bc..79f89724bacd 100644
--- a/arch/arm/configs/replicant_i9300_defconfig
+++ b/arch/arm/configs/replicant_i9300_defconfig
@@ -435,6 +435,8 @@ CONFIG_ANDROID_BINDERFS=y
CONFIG_DAX=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_SECURITY=y
+CONFIG_F2FS_FS=y
+CONFIG_F2FS_FS_SECURITY=y
CONFIG_QUOTA=y
CONFIG_QFMT_V2=y
CONFIG_AUTOFS4_FS=y
diff --git a/arch/arm/configs/replicant_i9305_defconfig b/arch/arm/configs/replicant_i9305_defconfig
index 6da33071d3da..0e86966a5c3f 100644
--- a/arch/arm/configs/replicant_i9305_defconfig
+++ b/arch/arm/configs/replicant_i9305_defconfig
@@ -435,6 +435,8 @@ CONFIG_ANDROID_BINDERFS=y
CONFIG_DAX=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_SECURITY=y
+CONFIG_F2FS_FS=y
+CONFIG_F2FS_FS_SECURITY=y
CONFIG_QUOTA=y
CONFIG_QFMT_V2=y
CONFIG_AUTOFS4_FS=y