From: Ralf Baechle Date: Sun, 4 Jun 2006 16:40:58 +0000 (+0100) Subject: [MMC] Prevent au1xmmc.c breakage on non-Au1200 Alchemy X-Git-Tag: v2.6.17-rc6~3^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=092d01e260da628b01d4229c31a296111e3cd97a;p=~shefty%2Frdma-dev.git [MMC] Prevent au1xmmc.c breakage on non-Au1200 Alchemy The driver is selectable on other than Au1200 Alchemy systems but won't build nor work - there is no MMC hw. Signed-off-by: Ralf Baechle Signed-off-by: Russell King --- diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 003b077c232..45bcf098e76 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.