]> Git Repo - linux.git/commitdiff
mmc: SDHI should depend on SUPERH || ARCH_SHMOBILE
authorGuennadi Liakhovetski <[email protected]>
Mon, 28 Mar 2011 07:16:33 +0000 (09:16 +0200)
committerChris Ball <[email protected]>
Mon, 28 Mar 2011 13:41:27 +0000 (09:41 -0400)
Fix build breakage on platforms, not providing readsw and writesw
functions, e.g., on x86(_64).

Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Guennadi Liakhovetski <[email protected]>
Signed-off-by: Chris Ball <[email protected]>
drivers/mmc/host/Kconfig

index 0b03cee914511b4a3c360b957661b19c07cfbd73..94df40531c38caaa597fc05086b9e14b36f166d5 100644 (file)
@@ -452,6 +452,7 @@ config MMC_TMIO
 
 config MMC_SDHI
        tristate "SH-Mobile SDHI SD/SDIO controller support"
+       depends on SUPERH || ARCH_SHMOBILE
        select MMC_TMIO_CORE
        help
          This provides support for the SDHI SD/SDIO controller found in
This page took 0.054873 seconds and 4 git commands to generate.