aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2005-01-10 17:13:30 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-10 17:13:30 -0800
commit2e2899db62d49787fa00c323c2dabafdb41d7ea7 (patch)
treefdacd1272ad01d56556f88ef532c0218681c1040 /drivers
parentc5b9fb87f26f8a7cd1ae64a800ad45637fe827bf (diff)
downloadhistory-2e2899db62d49787fa00c323c2dabafdb41d7ea7.tar.gz
[PATCH] MMC_WBSD depends on ISA
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> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 21becb1e55c105..72f2b466b8167a 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -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.