diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2011-03-28 03:16:33 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-03-28 09:41:27 -0400 |
commit | 022b483596fabb5d1320aa4b76f43a754063f37e (patch) | |
tree | 4daeefc91287b9ca2acd1a90b4d58dc0b548c17d /drivers/mmc | |
parent | cba179aec779b364a683906b99e23014c7652e8e (diff) |
mmc: SDHI should depend on SUPERH || ARCH_SHMOBILE
Fix build breakage on platforms, not providing readsw and writesw
functions, e.g., on x86(_64).
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 0b03cee91451..94df40531c38 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -452,6 +452,7 @@ config MMC_TMIO | |||
452 | 452 | ||
453 | config MMC_SDHI | 453 | config MMC_SDHI |
454 | tristate "SH-Mobile SDHI SD/SDIO controller support" | 454 | tristate "SH-Mobile SDHI SD/SDIO controller support" |
455 | depends on SUPERH || ARCH_SHMOBILE | ||
455 | select MMC_TMIO_CORE | 456 | select MMC_TMIO_CORE |
456 | help | 457 | help |
457 | This provides support for the SDHI SD/SDIO controller found in | 458 | This provides support for the SDHI SD/SDIO controller found in |