projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c942fc9
)
mmc: Extend dependencies for zynq sdhci
author
Michal Simek
<michal.simek@xilinx.com>
Thu, 15 Dec 2016 10:15:49 +0000
(11:15 +0100)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Wed, 21 Dec 2016 22:08:52 +0000
(07:08 +0900)
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
patch
|
blob
|
history
diff --git
a/drivers/mmc/Kconfig
b/drivers/mmc/Kconfig
index 5e84a414914602767043b493af451614c46323ea..998391328970bf82352273b5b8076bdd89e20791 100644
(file)
--- 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