diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-06-11 15:10:36 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-06-12 19:12:18 +0200 |
commit | 261221966f5ce40b4cd1311df8a5128a7cb76e15 (patch) | |
tree | 1609f779db3537a908519e2ba45538e87c0cbdad | |
parent | 9efc9e8106d98cca4a3b2e0fdeceaf15c3d4eb8f (diff) | |
download | kernel_replicant_linux-261221966f5ce40b4cd1311df8a5128a7cb76e15.tar.gz kernel_replicant_linux-261221966f5ce40b4cd1311df8a5128a7cb76e15.tar.bz2 kernel_replicant_linux-261221966f5ce40b4cd1311df8a5128a7cb76e15.zip |
replicant_i9305_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_i9305_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/replicant_i9305_defconfig b/arch/arm/configs/replicant_i9305_defconfig index 104063d5ffb0..07eb7887a6ab 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 |