From: ? <uns...@us...> - 2002-05-29 03:37:43
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax In directory usw-pr-cvs1:/tmp/cvs-serv31994/arch/vax Modified Files: config.in Log Message: First attempt at a real serial driver for the SC26C94 in the VXT2000. Index: config.in =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/config.in,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- config.in 25 Apr 2002 08:46:20 -0000 1.12 +++ config.in 29 May 2002 03:37:39 -0000 1.13 @@ -162,6 +162,7 @@ if [ "$CONFIG_SERIAL" = "y" ]; then bool 'DZ11 Serial Support' CONFIG_DZ bool 'CPU register-based Serial Console Support' CONFIG_SERIAL_MTPR + bool 'SC26C94 Serial Support (for VXT2000)' CONFIG_VXT2694 bool ' Support for console on serial port' CONFIG_SERIAL_CONSOLE fi bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS |