2 # Intel 82596/82593/82596 network device configuration
5 config NET_VENDOR_I825XX
6 bool "Intel (82586/82593/82596) devices"
8 depends on NET_VENDOR_INTEL && (ISA || ISA_DMA_API || ARM || \
9 ARCH_ACORN || MCA || MCA_LEGACY || SNI_RM || SUN3 || \
10 GSC || BVME6000 || MVME16x || EXPERIMENTAL)
12 If you have a network (Ethernet) card belonging to this class, say Y
13 and read the Ethernet-HOWTO, available from
14 <http://www.tldp.org/docs.html#howto>.
16 Note that the answer to this question does not directly affect the
17 kernel: saying N will just cause the configurator to skip all
18 the questions about these devices. If you say Y, you will be asked for
19 your specific card in the following questions.
24 tristate "3c505 \"EtherLink Plus\" support"
25 depends on ISA && ISA_DMA_API
27 Information about this network (Ethernet) card can be found in
28 <file:Documentation/networking/3c505.txt>. If you have a card of
29 this type, say Y and read the Ethernet-HOWTO, available from
30 <http://www.tldp.org/docs.html#howto>.
32 To compile this driver as a module, choose M here. The module
36 tristate "3c507 \"EtherLink 16\" support (EXPERIMENTAL)"
37 depends on ISA && EXPERIMENTAL
39 If you have a network (Ethernet) card of this type, say Y and read
40 the Ethernet-HOWTO, available from
41 <http://www.tldp.org/docs.html#howto>.
43 To compile this driver as a module, choose M here. The module
47 tristate "Acorn Ether1 support"
48 depends on ARM && ARCH_ACORN
50 If you have an Acorn system with one of these (AKA25) network cards,
51 you should say Y to this option if you wish to use it with Linux.
54 tristate "Apricot Xen-II on board Ethernet"
57 If you have a network (Ethernet) controller of this type, say Y and
58 read the Ethernet-HOWTO, available from
59 <http://www.tldp.org/docs.html#howto>.
61 To compile this driver as a module, choose M here. The module
62 will be called apricot.
65 tristate "BVME6000 Ethernet support"
68 This is the driver for the Ethernet interface on BVME4000 and
69 BVME6000 VME boards. Say Y here to include the driver for this chip
71 To compile this driver as a module, choose M here.
74 tristate "EtherExpress 16 support"
77 If you have an EtherExpress16 network (Ethernet) card, say Y and
78 read the Ethernet-HOWTO, available from
79 <http://www.tldp.org/docs.html#howto>. Note that the Intel
80 EtherExpress16 card used to be regarded as a very poor choice
81 because the driver was very unreliable. We now have a new driver
82 that should do better.
84 To compile this driver as a module, choose M here. The module
85 will be called eexpress.
88 tristate "EtherExpressPro support/EtherExpress 10 (i82595) support"
91 If you have a network (Ethernet) card of this type, say Y. This
92 driver supports Intel i82595{FX,TX} based boards. Note however
93 that the EtherExpress PRO/100 Ethernet card has its own separate
94 driver. Please read the Ethernet-HOWTO, available from
95 <http://www.tldp.org/docs.html#howto>.
97 To compile this driver as a module, choose M here. The module
101 tristate "Lasi ethernet"
104 Say Y here to support the builtin Intel 82596 ethernet controller
105 found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet.
108 tristate "LP486E on board Ethernet"
111 Say Y here to support the 82596-based on-board Ethernet controller
112 for the Panther motherboard, which is one of the two shipped in the
113 Intel Professional Workstation.
116 tristate "MVME16x Ethernet support"
119 This is the driver for the Ethernet interface on the Motorola
120 MVME162, 166, 167, 172 and 177 boards. Say Y here to include the
121 driver for this chip in your kernel.
122 To compile this driver as a module, choose M here.
125 tristate "NI5210 support"
128 If you have a network (Ethernet) card of this type, say Y and read
129 the Ethernet-HOWTO, available from
130 <http://www.tldp.org/docs.html#howto>.
132 To compile this driver as a module, choose M here. The module
136 tristate "SNI RM ethernet"
139 Say Y here to support the on-board Intel 82596 ethernet controller
140 built into SNI RM machines.
143 bool "Sun3 on-board Intel 82586 support"
146 This driver enables support for the on-board Intel 82586 based
147 Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note
148 that this driver does not support 82586-based adapters on additional
152 tristate "Zenith Z-Note support (EXPERIMENTAL)"
153 depends on EXPERIMENTAL && ISA_DMA_API && X86
155 The Zenith Z-Note notebook computer has a built-in network
156 (Ethernet) card, and this is the Linux driver for it. Note that the
157 IBM Thinkpad 300 is compatible with the Z-Note and is also supported
158 by this driver. Read the Ethernet-HOWTO, available from
159 <http://www.tldp.org/docs.html#howto>.
161 endif # NET_VENDOR_I825XX