From: Magnus Damm on 21 Feb 2010 23:50 From: Magnus Damm <damm(a)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(a)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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [PATCH -next] scsi: RAID_ATTRS depends on SCSI Next: [patch] mca: remove some dead code |