mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
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>
This commit is contained in:
parent
c942fc925e
commit
9c4132b526
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ config PIC32_SDHCI
|
||||||
|
|
||||||
config ZYNQ_SDHCI
|
config ZYNQ_SDHCI
|
||||||
bool "Arasan SDHCI controller support"
|
bool "Arasan SDHCI controller support"
|
||||||
depends on DM_MMC && OF_CONTROL
|
depends on DM_MMC && OF_CONTROL && BLK && DM_MMC_OPS
|
||||||
help
|
help
|
||||||
Support for Arasan SDHCI host controller on Zynq/ZynqMP ARM SoCs platform
|
Support for Arasan SDHCI host controller on Zynq/ZynqMP ARM SoCs platform
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue