patch-2.3.15 linux/drivers/net/Config.in
Next file: linux/drivers/net/Makefile
Previous file: linux/drivers/isdn/pcbit/module.c
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Mon Aug 23 10:10:29 1999
- Orig file:
v2.3.14/linux/drivers/net/Config.in
- Orig date:
Fri Aug 6 10:44:11 1999
diff -u --recursive --new-file v2.3.14/linux/drivers/net/Config.in linux/drivers/net/Config.in
@@ -24,6 +24,9 @@
tristate 'Ethertap network tap' CONFIG_ETHERTAP
fi
fi
+
+tristate 'General Instruments Surfboard 1000' CONFIG_NET_SB1000
+
#
# Ethernet
#
@@ -90,6 +93,7 @@
fi
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
tristate 'RealTek 8129/8139 (not 8019/8029!) support' CONFIG_RTL8139
+ tristate 'SiS 900 PCI Fast Ethernet Adapter support' CONFIG_SIS900
tristate 'Packet Engines Yellowfin Gigabit-NIC support' CONFIG_YELLOWFIN
fi
bool 'Other ISA cards' CONFIG_NET_ISA
@@ -229,6 +233,11 @@
endmenu
+bool 'Fibre Channel driver support' CONFIG_NET_FC
+if [ "$CONFIG_NET_FC" = "y" ]; then
+ tristate 'Interphase 5526 Tachyon chipset based adaptor support' CONFIG_IPHASE5526
+fi
+
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
tristate 'Red Creek Hardware VPN (EXPERIMENTAL)' CONFIG_RCPCI
tristate 'Traffic Shaper (EXPERIMENTAL)' CONFIG_SHAPER
@@ -285,6 +294,7 @@
fi
endmenu
+
#
# X.25 network drivers
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)