public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: cavium: Depend on GPIO driver
@ 2017-10-02 12:02 Jan Glauber
  2017-10-02 17:06 ` David Daney
  2017-10-04  8:59 ` Ulf Hansson
  0 siblings, 2 replies; 4+ messages in thread
From: Jan Glauber @ 2017-10-02 12:02 UTC (permalink / raw)
  To: Ulf Hansson; +Cc: linux-mmc, David Daney, Steven J. Hill, Jan Glauber

Without the ThunderX/OcteonTx GPIO driver the MMC driver
would not power up any MMC devices. Therefore add a
dependency to the GPIO driver and remove the unneeded GPIOLIB
dependency.

Signed-off-by: Jan Glauber <jglauber@cavium.com>
---
 drivers/mmc/host/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 8c15637178ff..a47a2f1d8ae4 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -663,7 +663,7 @@ config MMC_CAVIUM_OCTEON
 config MMC_CAVIUM_THUNDERX
 	tristate "Cavium ThunderX SD/MMC Card Interface support"
 	depends on PCI && 64BIT && (ARM64 || COMPILE_TEST)
-	depends on GPIOLIB
+	depends on GPIO_THUNDERX
 	depends on OF_ADDRESS
 	help
 	  This selects Cavium ThunderX SD/MMC Card Interface.
-- 
2.9.0.rc0.21.g7777322


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

end of thread, other threads:[~2017-10-04 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-02 12:02 [PATCH] mmc: cavium: Depend on GPIO driver Jan Glauber
2017-10-02 17:06 ` David Daney
2017-10-04 14:12   ` Jan Glauber
2017-10-04  8:59 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox