Update of /cvsroot/linux-mips/linux/drivers/net
In directory usw-pr-cvs1:/tmp/cvs-serv20317/drivers/net
Modified Files:
Config.in
Log Message:
Woohoo! Finally get rid of the ugly old irq code. How smooth ...
Index: Config.in
===================================================================
RCS file: /cvsroot/linux-mips/linux/drivers/net/Config.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Config.in 2001/09/26 16:46:45 1.9
+++ Config.in 2001/09/29 00:42:25 1.10
@@ -203,6 +203,9 @@
if [ "$CONFIG_DECSTATION" = "y" ]; then
bool ' DEC LANCE ethernet controller support' CONFIG_DECLANCE
fi
+ if [ "$CONFIG_NEC_OSPREY" = "y" ]; then
+ bool ' Memory-mapped onboard NE2000-compatible ethernet' CONFIG_NE2000
+ fi
if [ "$CONFIG_NEC_KORVA" = "y" ]; then
bool ' NEC Memory-mapped onboard (Candy) Ethernet' CONFIG_NEC_CANDY
fi
|