Update of /cvsroot/linux-mips/linux/drivers/net
In directory usw-pr-cvs1:/tmp/cvs-serv22595/drivers/net
Modified Files:
Config.in
Log Message:
Synced to Ralph's tree for Osprey support.
Index: Config.in
===================================================================
RCS file: /cvsroot/linux-mips/linux/drivers/net/Config.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Config.in 2001/09/29 00:42:25 1.10
+++ Config.in 2001/10/02 18:35:48 1.11
@@ -202,15 +202,15 @@
fi
if [ "$CONFIG_DECSTATION" = "y" ]; then
bool ' DEC LANCE ethernet controller support' CONFIG_DECLANCE
- fi
+ fi
+ if [ "$CONFIG_BAGET_MIPS" = "y" ]; then
+ tristate ' Baget AMD LANCE support' CONFIG_BAGETLANCE
+ fi
if [ "$CONFIG_NEC_OSPREY" = "y" ]; then
bool ' Memory-mapped onboard NE2000-compatible ethernet' CONFIG_NE2000
- fi
+ fi
if [ "$CONFIG_NEC_KORVA" = "y" ]; then
bool ' NEC Memory-mapped onboard (Candy) Ethernet' CONFIG_NEC_CANDY
- fi
- if [ "$CONFIG_BAGET_MIPS" = "y" ]; then
- tristate ' Baget AMD LANCE support' CONFIG_BAGETLANCE
fi
fi
|