Update of /cvsroot/linux-vax/kernel-2.4/arch/vax
In directory usw-pr-cvs1:/tmp/cvs-serv6472
Modified Files:
config.in
Log Message:
DA: backport Kenn 2.5 work to 2.4
Index: config.in
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/config.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- config.in 29 May 2002 03:37:39 -0000 1.13
+++ config.in 26 Oct 2002 10:52:26 -0000 1.14
@@ -78,8 +78,8 @@
mainmenu_option next_comment
comment 'Bus support'
bool 'Support for Q-bus' CONFIG_QBUS
-bool 'Support for Unibus' CONFIG_UNIBUS
-bool 'Support for VAXBI' CONFIG_VAXBI
+#bool 'Support for Unibus' CONFIG_UNIBUS
+#bool 'Support for VAXBI' CONFIG_VAXBI
bool 'Support for Vax Station BUS (??)' CONFIG_VSBUS
if [ "$CONFIG_VSBUS" != "n" ]; then
bool 'Hardcode 4000/60 (temporary for now - DA)' CONFIG_VAX_4000HC
@@ -142,6 +142,7 @@
fi
bool 'LANCE ethernet controller support' CONFIG_VAX_LANCE
bool 'SGEC ethernet controller support (EXPERIMENTAL)' CONFIG_SGEC
+ bool 'DELQA/DEQNA Q-bus ethernet controller support' CONFIG_DELQA
fi
endmenu
@@ -161,7 +162,7 @@
tristate 'Standard/generic (dumb) serial support' CONFIG_SERIAL
if [ "$CONFIG_SERIAL" = "y" ]; then
bool 'DZ11 Serial Support' CONFIG_DZ
- bool 'CPU register-based Serial Console Support' CONFIG_SERIAL_MTPR
+ bool 'CPU register-based Serial Console Support' CONFIG_SERIAL_IPR
bool 'SC26C94 Serial Support (for VXT2000)' CONFIG_VXT2694
bool ' Support for console on serial port' CONFIG_SERIAL_CONSOLE
fi
|