From: Kenn H. <ke...@us...> - 2002-07-18 23:56:46
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory usw-pr-cvs1:/tmp/cvs-serv4405 Modified Files: config.in ka650.config Log Message: Add DELQA and some KA650-related config options. Sample config for KA650 updated. Index: config.in =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/config.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- config.in 5 Jun 2002 21:55:03 -0000 1.6 +++ config.in 18 Jul 2002 23:56:36 -0000 1.7 @@ -73,13 +73,12 @@ endmenu -# Bus support options are not implemented yet, but they'll go here in -# the config. +# Q-bus and the "vsbus" are the only busses with any support currently 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 +141,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 @@ -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 'KA640/650/655 Serial Console Support' CONFIG_SERIAL_KA650 bool ' Support for console on serial port' CONFIG_SERIAL_CONSOLE fi bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS Index: ka650.config =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/ka650.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ka650.config 6 Jun 2002 00:12:24 -0000 1.2 +++ ka650.config 18 Jul 2002 23:56:36 -0000 1.3 @@ -45,8 +45,6 @@ # Bus support # CONFIG_QBUS=y -CONFIG_UNIBUS=y -CONFIG_VAXBI=y # CONFIG_VSBUS is not set # @@ -125,7 +123,13 @@ # # Network device support # -# CONFIG_NETDEVICES is not set +CONFIG_NETDEVICES=y +# CONFIG_DUMMY is not set +# CONFIG_SLIP is not set +# CONFIG_PPP is not set +# CONFIG_VAX_LANCE is not set +# CONFIG_SGEC is not set +CONFIG_DELQA=y # # File systems @@ -270,6 +274,7 @@ CONFIG_SERIAL=y # CONFIG_DZ is not set CONFIG_SERIAL_MTPR=y +CONFIG_SERIAL_KA650=y CONFIG_SERIAL_CONSOLE=y CONFIG_UNIX98_PTYS=y CONFIG_UNIX98_PTY_COUNT=256 |