mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] mfd/mmc: SDHI Kconfig update
@ 2010-02-22  4:40 Magnus Damm
  0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2010-02-22  4:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Magnus Damm, lethal, sameo, linux-sh

From: Magnus Damm <damm@opensource.se>

Enable the sh_mobile_sdhi mfd driver on SH-Mobile ARM
processors. While at it, make CONFIG_TMIO_MMC depend on
CONFIG_MFD_SH_MOBILE_SDHI.

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

 drivers/mfd/Kconfig      |    2 +-
 drivers/mmc/host/Kconfig |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- 0001/drivers/mfd/Kconfig
+++ work/drivers/mfd/Kconfig	2010-02-22 13:26:47.000000000 +0900
@@ -37,7 +37,7 @@ config MFD_ASIC3
 
 config MFD_SH_MOBILE_SDHI
 	bool "Support for SuperH Mobile SDHI"
-	depends on SUPERH
+	depends on SUPERH || ARCH_SHMOBILE
 	select MFD_CORE
 	 ---help---
 	  This driver supports the SDHI hardware block found in many
--- 0001/drivers/mmc/host/Kconfig
+++ work/drivers/mmc/host/Kconfig	2010-02-22 13:27:30.000000000 +0900
@@ -368,7 +368,7 @@ config MMC_SDRICOH_CS
 
 config MMC_TMIO
 	tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support"
-	depends on MFD_TMIO || MFD_ASIC3 || SUPERH
+	depends on MFD_TMIO || MFD_ASIC3 || MFD_SH_MOBILE_SDHI
 	help
 	  This provides support for the SD/MMC cell found in TC6393XB,
 	  T7L66XB and also HTC ASIC3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-22  4:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-22  4:40 [PATCH] mfd/mmc: SDHI Kconfig update Magnus Damm

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

Powered by JetHome