All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: pci: Fix Kconfig dependency
@ 2021-02-15 12:01 ` Bin Meng
  2021-02-15 23:33   ` Jaehoon Chung
  2021-03-16  5:58   ` Simon Glass
  0 siblings, 2 replies; 3+ messages in thread
From: Bin Meng @ 2021-02-15 12:01 UTC (permalink / raw)
  To: u-boot

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>
---

 drivers/mmc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index f8ea921..3adee0a 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -304,6 +304,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.
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] mmc: pci: Fix Kconfig dependency
  2021-02-15 12:01 ` [PATCH] mmc: pci: Fix Kconfig dependency Bin Meng
@ 2021-02-15 23:33   ` Jaehoon Chung
  2021-03-16  5:58   ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Jaehoon Chung @ 2021-02-15 23:33 UTC (permalink / raw)
  To: u-boot

On 2/15/21 9:01 PM, Bin Meng wrote:
> 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>

Best Regards,
Jaehoon Chung

> ---
> 
>  drivers/mmc/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
> index f8ea921..3adee0a 100644
> --- a/drivers/mmc/Kconfig
> +++ b/drivers/mmc/Kconfig
> @@ -304,6 +304,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.
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] mmc: pci: Fix Kconfig dependency
  2021-02-15 12:01 ` [PATCH] mmc: pci: Fix Kconfig dependency Bin Meng
  2021-02-15 23:33   ` Jaehoon Chung
@ 2021-03-16  5:58   ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-03-16  5:58 UTC (permalink / raw)
  To: u-boot

On 2/15/21 9:01 PM, Bin Meng wrote:
> 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>

Best Regards,
Jaehoon Chung

> ---
>
>  drivers/mmc/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
Applied to u-boot-dm/next, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-16  5:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20210215120215epcas1p35f25f58815aa9d7ffe5fbf0551de3f7d@epcas1p3.samsung.com>
2021-02-15 12:01 ` [PATCH] mmc: pci: Fix Kconfig dependency Bin Meng
2021-02-15 23:33   ` Jaehoon Chung
2021-03-16  5:58   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.