linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] mmc: host: Drop unneeded MMC dependency in Kconfig
@ 2020-09-04 16:43 Krzysztof Kozlowski
  2020-09-04 16:43 ` [PATCH v2 2/2] mmc: host: Enable compile testing of multiple drivers Krzysztof Kozlowski
  2020-09-07 10:07 ` [PATCH v2 1/2] mmc: host: Drop unneeded MMC dependency in Kconfig Ulf Hansson
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-04 16:43 UTC (permalink / raw)
  To: Ulf Hansson, Arnd Bergmann, Krzysztof Kozlowski, linux-mmc,
	linux-kernel, Ludovic Desroches, Nicolas Ferre,
	Alexandre Belloni, Manuel Lauss, Kishon Vijay Abraham I,
	Prabu Thangamuthu, Manjunath M B, linux-arm-kernel,
	linux-samsung-soc, linux-amlogic, linux-arm-msm, linux-stm32,
	linux-mediatek, linux-omap, linux-aspeed, linux-tegra,
	linux-arm-kernel
  Cc: Michał Mirosław

All entries in Kconfig are already part of "if MMC", so there is no need
for additional dependency on MMC.

Suggested-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

---

Changes since v1:
1. New patch
---
 drivers/mmc/host/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index b95f79f53395..eea01fde0591 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -422,7 +422,7 @@ config MMC_SDHCI_IPROC
 
 config MMC_MESON_GX
 	tristate "Amlogic S905/GX*/AXG SD/MMC Host Controller support"
-	depends on ARCH_MESON && MMC
+	depends on ARCH_MESON
 	help
 	  This selects support for the Amlogic SD/MMC Host Controller
 	  found on the S905/GX*/AXG family of SoCs.  This controller is
@@ -458,7 +458,7 @@ config MMC_MESON_MX_SDIO
 
 config MMC_MOXART
 	tristate "MOXART SD/MMC Host Controller support"
-	depends on ARCH_MOXART && MMC
+	depends on ARCH_MOXART
 	help
 	  This selects support for the MOXART SD/MMC Host Controller.
 	  MOXA provides one multi-functional card reader which can
-- 
2.17.1


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

end of thread, other threads:[~2020-09-07 10:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04 16:43 [PATCH v2 1/2] mmc: host: Drop unneeded MMC dependency in Kconfig Krzysztof Kozlowski
2020-09-04 16:43 ` [PATCH v2 2/2] mmc: host: Enable compile testing of multiple drivers Krzysztof Kozlowski
2020-09-07 10:07   ` Ulf Hansson
2020-09-07 10:07 ` [PATCH v2 1/2] mmc: host: Drop unneeded MMC dependency in Kconfig Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).