[PATCH] (3/43) Kconfig fix (epca on 64bit)

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


epca is broken on 64bit; marked as such

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc6-git13-rio/drivers/char/Kconfig RC13-rc6-git13-epca/drivers/char/Kconfig
--- RC13-rc6-git13-rio/drivers/char/Kconfig 2005-08-21 13:16:46.000000000 -0400
+++ RC13-rc6-git13-epca/drivers/char/Kconfig 2005-08-21 13:16:46.000000000 -0400
@@ -138,7 +138,7 @@

config DIGIEPCA
tristate "Digiboard Intelligent Async Support"
- depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP
+ depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP && (!64BIT || BROKEN)
---help---
This is a driver for Digi International's Xx, Xeve, and Xem series
of cards which provide multiple serial ports. You would need
-
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/