linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Prevent au1xmmc.c breakage on non-Au1200 Alchemy
@ 2006-06-03 23:18 Ralf Baechle
  2006-06-04 16:41 ` Russell King
  0 siblings, 1 reply; 2+ messages in thread
From: Ralf Baechle @ 2006-06-03 23:18 UTC (permalink / raw)
  To: linux-kernel, Russell King, Andrew Morton

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 <ralf@linux-mips.org>

diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 003b077..45bcf09 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.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Prevent au1xmmc.c breakage on non-Au1200 Alchemy
  2006-06-03 23:18 [PATCH] Prevent au1xmmc.c breakage on non-Au1200 Alchemy Ralf Baechle
@ 2006-06-04 16:41 ` Russell King
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King @ 2006-06-04 16:41 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-kernel, Andrew Morton

On Sun, Jun 04, 2006 at 12:18:28AM +0100, Ralf Baechle wrote:
> The driver is selectable on other than Au1200 Alchemy systems but won't
> build nor work - there is no MMC hw.

Applied, thanks.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 Serial core

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-04 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-03 23:18 [PATCH] Prevent au1xmmc.c breakage on non-Au1200 Alchemy Ralf Baechle
2006-06-04 16:41 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).