From: Geert Uytterhoeven <geert@linux-m68k.org>

MMC_WBSD depends on ISA (needs isa_virt_to_bus())

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/drivers/mmc/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/mmc/Kconfig~mmc_wbsd-depends-on-isa drivers/mmc/Kconfig
--- 25/drivers/mmc/Kconfig~mmc_wbsd-depends-on-isa	2005-01-10 17:29:26.491859544 -0800
+++ 25-akpm/drivers/mmc/Kconfig	2005-01-10 17:29:26.494859088 -0800
@@ -51,7 +51,7 @@ config MMC_PXA
 
 config MMC_WBSD
 	tristate "Winbond W83L51xD SD/MMC Card Interface support"
-	depends on MMC
+	depends on MMC && ISA
 	help
 	  This selects the Winbond(R) W83L51xD Secure digital and
           Multimedia card Interface.
_