summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-02-15 20:01:44 +0800
committerSimon Glass <sjg@chromium.org>2021-03-22 19:23:26 +1300
commit511dcc3b902f5c2201bf5cf73276942d32e025ae (patch)
treee5af8ff426dd08d531b76397d2bcb286490d8ac1 /drivers
parentac549ac82d1b09fa9b912f64784426dec9052c20 (diff)
downloadu-boot-511dcc3b902f5c2201bf5cf73276942d32e025ae.tar.gz
u-boot-511dcc3b902f5c2201bf5cf73276942d32e025ae.tar.xz
u-boot-511dcc3b902f5c2201bf5cf73276942d32e025ae.zip
mmc: pci: Fix Kconfig dependency
The PCI MMC driver depends on the generic MMC SDHCI driver, otherwise it does not compile. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index f8ca52efb6..c34fce370e 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -311,6 +311,7 @@ config MMC_MXS
config MMC_PCI
bool "Support for MMC controllers on PCI"
+ depends on MMC_SDHCI
help
This selects PCI-based MMC controllers.
If you have an MMC controller on a PCI bus, say Y here.