From: Yinbo Zhu Date: Tue, 15 Oct 2019 09:20:54 +0000 (+0800) Subject: configs: enable eSDHC device module for P4080DS board X-Git-Tag: v2020.10~477^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a41f77e24e7798265f8e28da697db7944db6ba3;p=platform%2Fkernel%2Fu-boot.git configs: enable eSDHC device module for P4080DS board Enable eSDHC device module for P4080DS board Signed-off-by: Yinbo Zhu Reviewed-by: Priyanka Jain --- diff --git a/configs/P4080DS_SDCARD_defconfig b/configs/P4080DS_SDCARD_defconfig index e8209fa..806708b 100644 --- a/configs/P4080DS_SDCARD_defconfig +++ b/configs/P4080DS_SDCARD_defconfig @@ -55,3 +55,4 @@ CONFIG_SPI=y CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_DM_MMC=y diff --git a/configs/P4080DS_SPIFLASH_defconfig b/configs/P4080DS_SPIFLASH_defconfig index 2d0cb46..c15238a 100644 --- a/configs/P4080DS_SPIFLASH_defconfig +++ b/configs/P4080DS_SPIFLASH_defconfig @@ -56,3 +56,4 @@ CONFIG_SPI=y CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_DM_MMC=y diff --git a/configs/P4080DS_defconfig b/configs/P4080DS_defconfig index 801f560..1144905 100644 --- a/configs/P4080DS_defconfig +++ b/configs/P4080DS_defconfig @@ -54,3 +54,4 @@ CONFIG_SPI=y CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_DM_MMC=y