diff options
author | Michal Simek | 2016-12-15 11:15:49 +0100 |
---|---|---|
committer | Jaehoon Chung | 2016-12-22 07:08:52 +0900 |
commit | 9c4132b5267b8d58712077c1c231717c76c4d52f (patch) | |
tree | 990ef4ab21d3fdbf2cdcc9597a5d33320c2abe1b /drivers | |
parent | c942fc925e7dabbba38ec58953455a0ecc3e6517 (diff) |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 5e84a414914..99839132897 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 |