diff mbox series

[U-Boot,v2,30/53] sunxi: H3_H5: Enable DM_MMC

Message ID 20180810060711.6547-31-jagan@amarulasolutions.com
State Superseded
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series clk: Add Allwinner CLK, RESET support | expand

Commit Message

Jagan Teki Aug. 10, 2018, 6:06 a.m. UTC
Enable DM_MMC for Allwinner H3/H5 SoCs.

Tested on
H3: BPI-M2+
H5: Orangepi pc2, prime, zero+2

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 arch/arm/mach-sunxi/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index 3fc30ee268..e911dd0722 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -134,6 +134,7 @@  config MACH_SUNXI_H3_H5
 	bool
 	select CLK
 	select DM_I2C
+	select DM_MMC if MMC
 	select PHY_SUN4I_USB
 	select SUNXI_DE2
 	select SUNXI_DRAM_DW