From: Al Viro <viro@www.linux.org.uk>
Date: Tue, 23 Aug 2005 21:46:16 +0000 (+0100)
Subject: [PATCH] Kconfig fix (amba on arm/versatile)
X-Git-Tag: v2.6.13-rc7~34
X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=84b6a2323a2b9482958965bc66bbfbd2711cde71;p=linux-2.6-omap-h63xx.git

[PATCH] Kconfig fix (amba on arm/versatile)

AMBA_PL010 is broken on arm/versatile; marked as such

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
---

diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index b9378c72a2f..d5797618a3b 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -211,7 +211,7 @@ comment "Non-8250 serial port support"
 
 config SERIAL_AMBA_PL010
 	tristate "ARM AMBA PL010 serial port support"
-	depends on ARM_AMBA
+	depends on ARM_AMBA && (BROKEN || !ARCH_VERSATILE)
 	select SERIAL_CORE
 	help
 	  This selects the ARM(R) AMBA(R) PrimeCell PL010 UART.  If you have