瀏覽代碼

mfd/mmc: SDHI Kconfig update

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>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Magnus Damm 15 年之前
父節點
當前提交
3d8ca8c0b9
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      drivers/mfd/Kconfig
  2. 1 1
      drivers/mmc/host/Kconfig

+ 1 - 1
drivers/mfd/Kconfig

@@ -47,7 +47,7 @@ config MFD_ASIC3
 
 
 config MFD_SH_MOBILE_SDHI
 config MFD_SH_MOBILE_SDHI
 	bool "Support for SuperH Mobile SDHI"
 	bool "Support for SuperH Mobile SDHI"
-	depends on SUPERH
+	depends on SUPERH || ARCH_SHMOBILE
 	select MFD_CORE
 	select MFD_CORE
 	 ---help---
 	 ---help---
 	  This driver supports the SDHI hardware block found in many
 	  This driver supports the SDHI hardware block found in many

+ 1 - 1
drivers/mmc/host/Kconfig

@@ -365,7 +365,7 @@ config MMC_SDRICOH_CS
 
 
 config MMC_TMIO
 config MMC_TMIO
 	tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support"
 	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
 	help
 	  This provides support for the SD/MMC cell found in TC6393XB,
 	  This provides support for the SD/MMC cell found in TC6393XB,
 	  T7L66XB and also HTC ASIC3
 	  T7L66XB and also HTC ASIC3