From 123554325275436c2e742006622a0578b81b75a5 Mon Sep 17 00:00:00 2001 From: sashko9807 Date: Sat, 1 Jun 2019 21:30:18 +0300 Subject: [PATCH] defconfig: Enable SDCARD_FS Fixes the booting issue on Unlegacy Android ROMs --- arch/arm/configs/franco_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/franco_defconfig b/arch/arm/configs/franco_defconfig index 7582881fcc33..059d0da0f87d 100644 --- a/arch/arm/configs/franco_defconfig +++ b/arch/arm/configs/franco_defconfig @@ -3204,7 +3204,7 @@ CONFIG_MISC_FILESYSTEMS=y # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set # CONFIG_ECRYPT_FS is not set -# CONFIG_SDCARD_FS is not set +CONFIG_SDCARD_FS=y # CONFIG_HFS_FS is not set # CONFIG_HFSPLUS_FS is not set # CONFIG_BEFS_FS is not set