Re: [PATCH 2.6] Altix serial driver

From: Andrew Morton
Date: Wed Jun 23 2004 - 16:49:37 EST


Pat Gefre <pfg@xxxxxxx> wrote:
>
> 2.6 patch for our console driver. We converted the driver to use the
> serial core functions. Also some changes to use sysfs/udev and a
> different major number.

This patch broke x86 `allmodconfig' and `allyesconfig'. I fixed it with the
below patch. Probably the condition should be IA64_SGI_SN2, yes?


diff -puN drivers/serial/Kconfig~altix-serial-driver-fix drivers/serial/Kconfig
--- 25/drivers/serial/Kconfig~altix-serial-driver-fix Wed Jun 23 14:35:33 2004
+++ 25-akpm/drivers/serial/Kconfig Wed Jun 23 14:35:33 2004
@@ -628,6 +628,7 @@ config SERIAL_LH7A40X_CONSOLE

config SERIAL_SGI_L1_CONSOLE
bool "SGI Altix L1 serial console support"
+ depends on IA64
select SERIAL_CORE
help
If you have an SGI Altix and you would like to use the system
_

-
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/