From: Magnus Damm <damm@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxx> --- 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). -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html