summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-12-15 11:15:49 +0100
committerJaehoon Chung <jh80.chung@samsung.com>2016-12-22 07:08:52 +0900
commit9c4132b5267b8d58712077c1c231717c76c4d52f (patch)
tree990ef4ab21d3fdbf2cdcc9597a5d33320c2abe1b /drivers
parentc942fc925e7dabbba38ec58953455a0ecc3e6517 (diff)
downloadu-boot-imx-9c4132b5267b8d58712077c1c231717c76c4d52f.zip
u-boot-imx-9c4132b5267b8d58712077c1c231717c76c4d52f.tar.gz
u-boot-imx-9c4132b5267b8d58712077c1c231717c76c4d52f.tar.bz2
mmc: Extend dependencies for zynq sdhci
There is hard dependency on BLK and DM_MMC which is also used by ATMEL and ROCKCHIP. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 5e84a41..9983913 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -83,7 +83,7 @@ config PIC32_SDHCI
config ZYNQ_SDHCI
bool "Arasan SDHCI controller support"
- depends on DM_MMC && OF_CONTROL
+ depends on DM_MMC && OF_CONTROL && BLK && DM_MMC_OPS
help
Support for Arasan SDHCI host controller on Zynq/ZynqMP ARM SoCs platform