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 "3c523 \"EtherLink/MC\" support"
50 If you have a network (Ethernet) card of this type, say Y and read
51 the Ethernet-HOWTO, available from
52 <http://www.tldp.org/docs.html#howto>.
54 To compile this driver as a module, choose M here. The module
58 tristate "3c527 \"EtherLink/MC 32\" support (EXPERIMENTAL)"
59 depends on MCA && MCA_LEGACY
61 If you have a network (Ethernet) card of this type, say Y and read
62 the Ethernet-HOWTO, available from
63 <http://www.tldp.org/docs.html#howto>.
65 To compile this driver as a module, choose M here. The module
69 tristate "Acorn Ether1 support"
70 depends on ARM && ARCH_ACORN
72 If you have an Acorn system with one of these (AKA25) network cards,
73 you should say Y to this option if you wish to use it with Linux.
76 tristate "Apricot Xen-II on board Ethernet"
79 If you have a network (Ethernet) controller of this type, say Y and
80 read the Ethernet-HOWTO, available from
81 <http://www.tldp.org/docs.html#howto>.
83 To compile this driver as a module, choose M here. The module
84 will be called apricot.
87 tristate "BVME6000 Ethernet support"
90 This is the driver for the Ethernet interface on BVME4000 and
91 BVME6000 VME boards. Say Y here to include the driver for this chip
93 To compile this driver as a module, choose M here.
96 tristate "EtherExpress 16 support"
99 If you have an EtherExpress16 network (Ethernet) card, say Y and
100 read the Ethernet-HOWTO, available from
101 <http://www.tldp.org/docs.html#howto>. Note that the Intel
102 EtherExpress16 card used to be regarded as a very poor choice
103 because the driver was very unreliable. We now have a new driver
104 that should do better.
106 To compile this driver as a module, choose M here. The module
107 will be called eexpress.
110 tristate "EtherExpressPro support/EtherExpress 10 (i82595) support"
113 If you have a network (Ethernet) card of this type, say Y. This
114 driver supports Intel i82595{FX,TX} based boards. Note however
115 that the EtherExpress PRO/100 Ethernet card has its own separate
116 driver. Please read the Ethernet-HOWTO, available from
117 <http://www.tldp.org/docs.html#howto>.
119 To compile this driver as a module, choose M here. The module
120 will be called eepro.
123 tristate "Lasi ethernet"
126 Say Y here to support the builtin Intel 82596 ethernet controller
127 found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet.
130 tristate "LP486E on board Ethernet"
133 Say Y here to support the 82596-based on-board Ethernet controller
134 for the Panther motherboard, which is one of the two shipped in the
135 Intel Professional Workstation.
138 tristate "MVME16x Ethernet support"
141 This is the driver for the Ethernet interface on the Motorola
142 MVME162, 166, 167, 172 and 177 boards. Say Y here to include the
143 driver for this chip in your kernel.
144 To compile this driver as a module, choose M here.
147 tristate "NI5210 support"
150 If you have a network (Ethernet) card of this type, say Y and read
151 the Ethernet-HOWTO, available from
152 <http://www.tldp.org/docs.html#howto>.
154 To compile this driver as a module, choose M here. The module
158 tristate "SNI RM ethernet"
161 Say Y here to support the on-board Intel 82596 ethernet controller
162 built into SNI RM machines.
165 bool "Sun3 on-board Intel 82586 support"
168 This driver enables support for the on-board Intel 82586 based
169 Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note
170 that this driver does not support 82586-based adapters on additional
174 tristate "Zenith Z-Note support (EXPERIMENTAL)"
175 depends on EXPERIMENTAL && ISA_DMA_API
177 The Zenith Z-Note notebook computer has a built-in network
178 (Ethernet) card, and this is the Linux driver for it. Note that the
179 IBM Thinkpad 300 is compatible with the Z-Note and is also supported
180 by this driver. Read the Ethernet-HOWTO, available from
181 <http://www.tldp.org/docs.html#howto>.
183 endif # NET_VENDOR_I825XX