From 5acaa41ce998a1a755e45b1f8aa81df24441b2da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABlle=20Nassiet?= Date: Thu, 5 Oct 2017 05:46:52 -0700 Subject: arch/x86: enable CONFIG_SDCARD_FS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable sdcardfs required config for Android-O. Change-Id: I6aeaa2fad6852aa7801612593e954252c00a1463 Tracked-On: https://jira01.devtools.intel.com/browse/AW-7118 Signed-off-by: Gaƫlle Nassiet Reviewed-on: https://android.intel.com/602425 Reviewed-by: jenkins_ndg Reviewed-by: Dubray, SimonX Reviewed-by: Tasayco Loarte, VictorX Reviewed-by: Louis, FabienX --- arch/x86/configs/i386_mrfl_defconfig | 2 +- arch/x86/configs/x86_64_mrfl_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/configs/i386_mrfl_defconfig b/arch/x86/configs/i386_mrfl_defconfig index f28a740c4638..1195c1e92cc5 100644 --- a/arch/x86/configs/i386_mrfl_defconfig +++ b/arch/x86/configs/i386_mrfl_defconfig @@ -4127,7 +4127,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 diff --git a/arch/x86/configs/x86_64_mrfl_defconfig b/arch/x86/configs/x86_64_mrfl_defconfig index 5ea9fc40b486..363666d08475 100644 --- a/arch/x86/configs/x86_64_mrfl_defconfig +++ b/arch/x86/configs/x86_64_mrfl_defconfig @@ -4101,7 +4101,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 -- cgit v1.2.3