From 87f26154a60e9ee1c053497b0f41a0316709ec8d Mon Sep 17 00:00:00 2001 From: Alistair Strachan Date: Mon, 29 Oct 2018 14:37:18 -0700 Subject: [PATCH] ANDROID: cuttlefish_defconfig: Enable CONFIG_MMC Bug: 118439987 Bug: 120439617 Change-Id: I7c63e4b9462bfe6fe46c6f7d5661b48dcecdb5e8 Signed-off-by: Alistair Strachan --- arch/arm64/configs/cuttlefish_defconfig | 4 ++++ arch/x86/configs/x86_64_cuttlefish_defconfig | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/arch/arm64/configs/cuttlefish_defconfig b/arch/arm64/configs/cuttlefish_defconfig index 97a45ba040a2..fa86d0682e21 100644 --- a/arch/arm64/configs/cuttlefish_defconfig +++ b/arch/arm64/configs/cuttlefish_defconfig @@ -356,6 +356,10 @@ CONFIG_USB_CONFIGFS_F_FS=y CONFIG_USB_CONFIGFS_F_ACC=y CONFIG_USB_CONFIGFS_F_AUDIO_SRC=y CONFIG_USB_CONFIGFS_F_MIDI=y +CONFIG_MMC=y +# CONFIG_PWRSEQ_EMMC is not set +# CONFIG_PWRSEQ_SIMPLE is not set +# CONFIG_MMC_BLOCK is not set CONFIG_RTC_CLASS=y # CONFIG_RTC_HCTOSYS is not set # CONFIG_RTC_SYSTOHC is not set diff --git a/arch/x86/configs/x86_64_cuttlefish_defconfig b/arch/x86/configs/x86_64_cuttlefish_defconfig index 3ad5e6d87a5d..5ce93372e6a7 100644 --- a/arch/x86/configs/x86_64_cuttlefish_defconfig +++ b/arch/x86/configs/x86_64_cuttlefish_defconfig @@ -368,6 +368,10 @@ CONFIG_USB_CONFIGFS_F_FS=y CONFIG_USB_CONFIGFS_F_ACC=y CONFIG_USB_CONFIGFS_F_AUDIO_SRC=y CONFIG_USB_CONFIGFS_F_MIDI=y +CONFIG_MMC=y +# CONFIG_PWRSEQ_EMMC is not set +# CONFIG_PWRSEQ_SIMPLE is not set +# CONFIG_MMC_BLOCK is not set CONFIG_RTC_CLASS=y # CONFIG_RTC_HCTOSYS is not set CONFIG_SW_SYNC=y