aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlistair Strachan <astrachan@google.com>2018-10-26 10:02:08 -0700
committerAmit Pundir <amit.pundir@linaro.org>2019-02-15 12:34:40 +0530
commitfe7f8be127c12d409ce6f1c1b37e406e057e7efc (patch)
tree2691bc33f943db154a2b7ea4ee454956b0b8c774
parentcd32388eb49021d6654396848dbb2eba6e45b63f (diff)
downloadkernel_replicant_linux-fe7f8be127c12d409ce6f1c1b37e406e057e7efc.tar.gz
kernel_replicant_linux-fe7f8be127c12d409ce6f1c1b37e406e057e7efc.tar.bz2
kernel_replicant_linux-fe7f8be127c12d409ce6f1c1b37e406e057e7efc.zip
ANDROID: cuttlefish_defconfig: Enable CONFIG_SDCARD_FS
Bug: 118439987 Bug: 120439617 Change-Id: I020ec721d98c5612bfe76dcfc05caabb1f3588c1 Signed-off-by: Alistair Strachan <astrachan@google.com>
-rw-r--r--arch/arm64/configs/cuttlefish_defconfig1
-rw-r--r--arch/x86/configs/x86_64_cuttlefish_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/cuttlefish_defconfig b/arch/arm64/configs/cuttlefish_defconfig
index 8986dac9c39f..1248dc54cb84 100644
--- a/arch/arm64/configs/cuttlefish_defconfig
+++ b/arch/arm64/configs/cuttlefish_defconfig
@@ -395,6 +395,7 @@ CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
+CONFIG_SDCARD_FS=y
CONFIG_PSTORE=y
CONFIG_PSTORE_CONSOLE=y
CONFIG_PSTORE_RAM=y
diff --git a/arch/x86/configs/x86_64_cuttlefish_defconfig b/arch/x86/configs/x86_64_cuttlefish_defconfig
index 937f715f5fee..975d12270d9a 100644
--- a/arch/x86/configs/x86_64_cuttlefish_defconfig
+++ b/arch/x86/configs/x86_64_cuttlefish_defconfig
@@ -410,6 +410,7 @@ CONFIG_PROC_KCORE=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_HUGETLBFS=y
+CONFIG_SDCARD_FS=y
CONFIG_PSTORE=y
CONFIG_PSTORE_CONSOLE=y
CONFIG_PSTORE_RAM=y