

This driver errors out on 64-bit platforms.  Dopily work around it in Kconfig.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/drivers/char/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/char/Kconfig~rio_linux-64-bit-workaround drivers/char/Kconfig
--- 25/drivers/char/Kconfig~rio_linux-64-bit-workaround	2005-01-05 22:30:22.000000000 -0800
+++ 25-akpm/drivers/char/Kconfig	2005-01-05 22:32:57.000000000 -0800
@@ -299,7 +299,7 @@ config SX
 
 config RIO
 	tristate "Specialix RIO system support"
-	depends on SERIAL_NONSTANDARD
+	depends on SERIAL_NONSTANDARD && ((CONFIG_X86 && !CONFIG_X86_64) || CONFIG_ARM || CONFIG_ARM26 || CONFIG_CRIS || CONFIG_FRV || CONFIG_H8300 || CONFIG_M32R || CONFIG_M68K || (CONFIG_MIPS && !CONFIG_MIPS64) || CONFIG_PPC || (CONFIG_SH && !CONFIG_SH64) || (CONFIG_SPARC && !CONFIG_SPARC64) || CONFIG_V850)
 	help
 	  This is a driver for the Specialix RIO, a smart serial card which
 	  drives an outboard box that can support up to 128 ports.  Product
_
