[U-Boot] [PATCH v3 40/58] sunxi: A13/A31: Enable DM_MMC
Jagan Teki
jagan at amarulasolutions.com
Sun Aug 19 13:56:57 UTC 2018
Enable DM_MMC for Allwinner A13/A31 SoC.
Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
---
arch/arm/mach-sunxi/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index dd973cc821..593999391a 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -164,6 +164,7 @@ config MACH_SUN5I
select CLK
select ARM_CORTEX_CPU_IS_UP
select DRAM_SUN4I
+ select DM_MMC if MMC
select PHY_SUN4I_USB
select SUNXI_GEN_SUN4I
select SUPPORT_SPL
@@ -177,6 +178,7 @@ config MACH_SUN6I
select ARCH_SUPPORT_PSCI
select CLK
select DRAM_SUN6I
+ select DM_MMC if MMC
select PHY_SUN4I_USB
select SUN6I_P2WI
select SUN6I_PRCM
--
2.18.0.321.gffc6fa0e3
More information about the U-Boot
mailing list