[U-Boot] [PATCH] 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 ---
drivers/mmc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 5e84a4149146..998391328970 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

On 12/15/2016 07:15 PM, Michal Simek wrote:
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
Applied on u-boot-mmc. Thanks!
Best Regards, Jaehoon Chung
drivers/mmc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 5e84a4149146..998391328970 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
participants (2)
-
Jaehoon Chung
-
Michal Simek