summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-11-30 16:13:03 +0100
committerMichal Simek <michal.simek@xilinx.com>2015-12-07 10:14:29 +0100
commitd9ae52c8f081e30cfceafc0ddb7f29d4ecd36d00 (patch)
treeeeab09faa3c621fb84d59d392774bffe5440daa3 /arch/arm/Kconfig
parent400434537b6c79116dde82899037ae532e81482d (diff)
downloadblackbird-obmc-uboot-d9ae52c8f081e30cfceafc0ddb7f29d4ecd36d00.tar.gz
blackbird-obmc-uboot-d9ae52c8f081e30cfceafc0ddb7f29d4ecd36d00.zip
zynq: sdhci: Move driver to DM
Move driver to DM Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 67d4fd59ac..fb9176b8a9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -553,6 +553,7 @@ config ARCH_ZYNQ
select DM
select DM_ETH
select SPL_DM
+ select DM_MMC
select DM_SPI
select DM_SERIAL
select DM_SPI_FLASH
@@ -564,6 +565,7 @@ config ARCH_ZYNQMP
select DM
select OF_CONTROL
select DM_ETH
+ select DM_MMC
select DM_SERIAL
config TEGRA
OpenPOWER on IntegriCloud