patch-2.2.16 linux/drivers/net/Config.in
Next file: linux/drivers/net/Makefile
Previous file: linux/drivers/net/82596.c
Back to the patch index
Back to the overall index
- Lines: 47
- Date:
Wed Jun 7 14:26:43 2000
- Orig file:
v2.2.15/linux/drivers/net/Config.in
- Orig date:
Wed May 3 17:16:40 2000
diff -urN v2.2.15/linux/drivers/net/Config.in linux/drivers/net/Config.in
@@ -103,7 +103,7 @@
tristate 'DEPCA, DE10x, DE200, DE201, DE202, DE422 support' CONFIG_DEPCA
tristate 'EtherWORKS 3 (DE203, DE204, DE205) support' CONFIG_EWRK3
tristate 'EtherExpress 16 support' CONFIG_EEXPRESS
- tristate 'EtherExpressPro support' CONFIG_EEXPRESS_PRO
+ tristate 'EtherExpressPro/EtherExpress 10 (i82595) support' CONFIG_EEXPRESS_PRO
tristate 'FMV-181/182/183/184 support' CONFIG_FMV18X
tristate 'HP PCLAN+ (27247B and 27252A) support' CONFIG_HPLAN_PLUS
tristate 'HP PCLAN (27245 and other 27xxx series) support' CONFIG_HPLAN
@@ -172,6 +172,7 @@
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
tristate 'Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support' CONFIG_ACENIC
+ tristate 'Packet Engines GNIC-II (Hamachi) support' CONFIG_HAMACHI
tristate 'Packet Engines Yellowfin Gigabit-NIC support' CONFIG_YELLOWFIN
fi
tristate 'SysKonnect SK-98xx support' CONFIG_SK98LIN
@@ -281,6 +282,10 @@
# There is no way to detect a Sealevel board. Force it modular
#
dep_tristate 'Sealevel Systems 4021 support' CONFIG_SEALEVEL_4021 m
+#
+# Microgate Synclink HDLC/SYNCPPP support
+#
+dep_tristate 'SyncLink HDLC/SYNCPPP support' CONFIG_SYNCLINK_SYNCPPP m
#
# Lan Media's board. Currently 1000, 1200, 5200, 5245
@@ -304,6 +309,18 @@
dep_tristate ' Support for LAPB protocol on MultiGate boards' CONFIG_COMX_PROTO_LAPB $CONFIG_LAPB
fi
dep_tristate ' Support for Frame Relay on MultiGate boards' CONFIG_COMX_PROTO_FR $CONFIG_COMX
+fi
+
+if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+ tristate 'Generic HDLC driver (EXPERIMENTAL)' CONFIG_HDLC
+ if [ "$CONFIG_HDLC" != "n" ]; then
+ dep_tristate ' SDL RISCom/N2 support' CONFIG_N2 $CONFIG_HDLC
+ dep_tristate ' Moxa C101 support' CONFIG_C101 $CONFIG_HDLC
+
+ if [ "$CONFIG_PCI" != "n" ]; then
+ dep_tristate ' SBE wanXL support' CONFIG_WANXL $CONFIG_HDLC
+ fi
+ fi
fi
tristate 'Frame relay DLCI support' CONFIG_DLCI
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)