aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-06-05 16:22:43 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-05 16:22:43 -0700
commit2f9c3c2c24af5f2e6061756d6fc04fdf66f41106 (patch)
tree692c71cf8e5fbc5d9fa29b56e1b08d9ea124ddda /drivers
parent1b41526975d8318ca17c93f724893884d03a0560 (diff)
parent092d01e260da628b01d4229c31a296111e3cd97a (diff)
downloadlinux-2f9c3c2c24af5f2e6061756d6fc04fdf66f41106.tar.gz
Merge master.kernel.org:/home/rmk/linux-2.6-mmc
* master.kernel.org:/home/rmk/linux-2.6-mmc: [MMC] Prevent au1xmmc.c breakage on non-Au1200 Alchemy [MMC] Add maintainers entry for MMC subsystem
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 003b077c2324c2..45bcf098e762c5 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -84,7 +84,7 @@ config MMC_WBSD
config MMC_AU1X
tristate "Alchemy AU1XX0 MMC Card Interface support"
- depends on SOC_AU1X00 && MMC
+ depends on MMC && SOC_AU1200
help
This selects the AMD Alchemy(R) Multimedia card interface.
If you have a Alchemy platform with a MMC slot, say Y or M here.