linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mmc: sh_mmcif: Get rid of MMC_BLOCK dependency
@ 2013-10-09 22:45 Magnus Damm
  2013-10-10  7:24 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2013-10-09 22:45 UTC (permalink / raw)
  To: linux-sh; +Cc: Magnus Damm, cjb, linux-mmc, g.liakhovetski, horms

From: Magnus Damm <damm@opensource.se>

It seems like sh_mmcif.c now is the only MMC driver depending on MMC_BLOCK,
the hardware is not special in any way so rework the Kconfig dependency to
be less special.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 drivers/mmc/host/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 0001/drivers/mmc/host/Kconfig
+++ work/drivers/mmc/host/Kconfig	2013-10-08 18:03:17.000000000 +0900
@@ -588,7 +588,7 @@ config MMC_DW_PCI
 
 config MMC_SH_MMCIF
 	tristate "SuperH Internal MMCIF support"
-	depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE)
+	depends on SUPERH || ARCH_SHMOBILE
 	help
 	  This selects the MMC Host Interface controller (MMCIF).
 

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

end of thread, other threads:[~2013-10-10  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-09 22:45 [PATCH] mmc: sh_mmcif: Get rid of MMC_BLOCK dependency Magnus Damm
2013-10-10  7:24 ` Simon Horman

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