From: Bin Meng Date: Mon, 15 Feb 2021 12:01:44 +0000 (+0800) Subject: mmc: pci: Fix Kconfig dependency X-Git-Tag: v2021.10~246^2~4^2~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=511dcc3b902f5c2201bf5cf73276942d32e025ae;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Jaehoon Chung --- diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index f8ca52e..c34fce3 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.