Message ID | 20131009224545.23119.45781.sendpatchset@w520 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Oct 10, 2013 at 07:45:45AM +0900, Magnus Damm wrote: > 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> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> > --- > > 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-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- 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).