[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>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user