Browse Source

[PATCH] Kconfig fix (epca on 64bit)

epca is broken on 64bit; marked as such

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Al Viro 20 years ago
parent
commit
e9bcb173dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/char/Kconfig

+ 1 - 1
drivers/char/Kconfig

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