summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëlle Nassiet <gaellex.nassiet@intel.com>2017-10-05 05:46:52 -0700
committerBertolin, PierreX <pierrex.bertolin@intel.com>2017-10-09 07:10:53 -0700
commit5acaa41ce998a1a755e45b1f8aa81df24441b2da (patch)
tree32e8b5eb10a28e9993bbbfc6eb4cc95e75bc5f9d
parent68eb168e7844ab11214473f4883d038851b80d19 (diff)
downloadx86-5acaa41ce998a1a755e45b1f8aa81df24441b2da.tar.gz
arch/x86: enable CONFIG_SDCARD_FS
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 <gaellex.nassiet@intel.com> Reviewed-on: https://android.intel.com/602425 Reviewed-by: jenkins_ndg <jenkins_ndg@intel.com> Reviewed-by: Dubray, SimonX <simonx.dubray@intel.com> Reviewed-by: Tasayco Loarte, VictorX <victorx.tasayco.loarte@intel.com> Reviewed-by: Louis, FabienX <fabienx.louis@intel.com>
-rw-r--r--arch/x86/configs/i386_mrfl_defconfig2
-rw-r--r--arch/x86/configs/x86_64_mrfl_defconfig2
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