From: Richard B. <rb...@us...> - 2001-09-04 03:17:20
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax In directory usw-pr-cvs1:/tmp/cvs-serv2755/arch/vax Modified Files: config.in Log Message: Added initial support for vax SGEC ethernet driver (still in progress) Index: config.in =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/config.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- config.in 2001/08/14 21:25:43 1.6 +++ config.in 2001/09/04 03:17:17 1.7 @@ -133,6 +133,7 @@ comment 'CCP compressors for PPP are only built as modules.' fi bool 'LANCE ethernet controller support' CONFIG_VAX_LANCE + bool 'SGEC ethernet controller support (EXPERIMENTAL)' CONFIG_SGEC fi endmenu |