From: Dave A. <ai...@us...> - 2001-08-14 21:25:47
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax In directory usw-pr-cvs1:/tmp/cvs-serv16198/arch/vax Modified Files: config.in Log Message: DA: hackage for 4000/60 testing see what happens .. will be removed later Index: config.in =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/config.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- config.in 2001/06/16 19:42:11 1.5 +++ config.in 2001/08/14 21:25:43 1.6 @@ -74,6 +74,9 @@ 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 + fi endmenu mainmenu_option next_comment |