[U-Boot] [DO NOT MERGE PATCH 25/25] sunxi: A23/A33/V3S: Enable DM_MMC
Jagan Teki
jagan at amarulasolutions.com
Mon Jul 16 08:19:56 UTC 2018
Enable DM_MMC for Allwinner A23/A33/V3S SoC.
Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
---
arch/arm/mach-sunxi/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index 0d277f9e2b..be1ff10212 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -196,6 +196,7 @@ config MACH_SUN8I_A23
select CPU_V7_HAS_VIRT
select ARCH_SUPPORT_PSCI
select DRAM_SUN8I_A23
+ select DM_MMC if MMC
select PHY_SUN4I_USB
select SUNXI_GEN_SUN6I
select SUPPORT_SPL
@@ -209,6 +210,7 @@ config MACH_SUN8I_A33
select CPU_V7_HAS_VIRT
select ARCH_SUPPORT_PSCI
select DRAM_SUN8I_A33
+ select DM_MMC if MMC
select PHY_SUN4I_USB
select SUNXI_GEN_SUN6I
select SUPPORT_SPL
@@ -252,6 +254,7 @@ config MACH_SUN8I_V3S
select CPU_V7_HAS_NONSEC
select CPU_V7_HAS_VIRT
select ARCH_SUPPORT_PSCI
+ select DM_MMC if MMC
select SUNXI_GEN_SUN6I
select SUNXI_DRAM_DW
select SUNXI_DRAM_DW_16BIT
--
2.17.1
More information about the U-Boot
mailing list