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: firefly_0821_release~35543^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=092d01e260da628b01d4229c31a296111e3cd97a;p=firefly-linux-kernel-4.4.55.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 003b077c2324..45bcf098e762 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.