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

From: Al Viro
Date: Tue Aug 23 2005 - 16:53:48 EST


AMBA_PL010 is broken on arm/versatile; marked as such

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc6-git13-acornscsi/drivers/serial/Kconfig RC13-rc6-git13-amba/drivers/serial/Kconfig
--- RC13-rc6-git13-acornscsi/drivers/serial/Kconfig 2005-08-21 13:16:58.000000000 -0400
+++ RC13-rc6-git13-amba/drivers/serial/Kconfig 2005-08-21 13:17:02.000000000 -0400
@@ -211,7 +211,7 @@

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/