blob: 880121730cb0c817ef8032d4a742c3f3301d7461 [file] [log] [blame]
Jeff Kirsher644570b2011-04-02 06:20:12 -07001#
2# 8390 device configuration
3#
4
5config NET_VENDOR_8390
6 bool "National Semi-conductor 8390 devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Jeff Kirsherd9fb9f32011-05-18 05:14:22 -07008 depends on NET_VENDOR_NATSEMI && (AMIGA_PCMCIA || PCI || SUPERH || \
Paul Gortmaker483f7772013-01-04 16:57:17 +00009 ISA || EISA || MAC || M32R || MACH_TX49XX || \
10 H8300 || ARM || MIPS || ZORRO || PCMCIA || \
Jeff Kirsherd9fb9f32011-05-18 05:14:22 -070011 EXPERIMENTAL)
Jeff Kirsher644570b2011-04-02 06:20:12 -070012 ---help---
13 If you have a network (Ethernet) card belonging to this class, say Y
14 and read the Ethernet-HOWTO, available from
15 <http://www.tldp.org/docs.html#howto>.
16
17 Note that the answer to this question doesn't directly affect the
18 kernel: saying N will just cause the configurator to skip all
19 the questions about Western Digital cards. If you say Y, you will be
20 asked for your specific card in the following questions.
21
22if NET_VENDOR_8390
23
24config EL2
25 tristate "3c503 \"EtherLink II\" support"
26 depends on ISA
27 select CRC32
28 ---help---
29 If you have a network (Ethernet) card of this type, say Y and read
30 the Ethernet-HOWTO, available from
31 <http://www.tldp.org/docs.html#howto>.
32
33 To compile this driver as a module, choose M here. The module
34 will be called 3c503.
35
36config AC3200
37 tristate "Ansel Communications EISA 3200 support (EXPERIMENTAL)"
38 depends on PCI && (ISA || EISA) && EXPERIMENTAL
39 select CRC32
40 ---help---
41 If you have a network (Ethernet) card of this type, say Y and read
42 the Ethernet-HOWTO, available from
43 <http://www.tldp.org/docs.html#howto>.
44
45 To compile this driver as a module, choose M here. The module
46 will be called ac3200.
47
48config PCMCIA_AXNET
49 tristate "Asix AX88190 PCMCIA support"
50 depends on PCMCIA
51 ---help---
52 Say Y here if you intend to attach an Asix AX88190-based PCMCIA
53 (PC-card) Fast Ethernet card to your computer. These cards are
54 nearly NE2000 compatible but need a separate driver due to a few
55 misfeatures.
56
57 To compile this driver as a module, choose M here: the module will be
58 called axnet_cs. If unsure, say N.
59
60config AX88796
61 tristate "ASIX AX88796 NE2000 clone support"
62 depends on (ARM || MIPS || SUPERH)
Arnd Bergmann31f31202012-04-20 10:56:13 +000063 select CRC32
Jeff Kirsher644570b2011-04-02 06:20:12 -070064 select PHYLIB
65 select MDIO_BITBANG
66 ---help---
67 AX88796 driver, using platform bus to provide
68 chip detection and resources
69
70config AX88796_93CX6
71 bool "ASIX AX88796 external 93CX6 eeprom support"
72 depends on AX88796
73 select EEPROM_93CX6
74 ---help---
75 Select this if your platform comes with an external 93CX6 eeprom.
76
77config E2100
78 tristate "Cabletron E21xx support"
79 depends on ISA
80 select CRC32
81 ---help---
82 If you have a network (Ethernet) card of this type, say Y and read
83 the Ethernet-HOWTO, available from
84 <http://www.tldp.org/docs.html#howto>.
85
86 To compile this driver as a module, choose M here. The module
87 will be called e2100.
88
89config ES3210
90 tristate "Racal-Interlan EISA ES3210 support (EXPERIMENTAL)"
91 depends on PCI && EISA && EXPERIMENTAL
92 select CRC32
93 ---help---
94 If you have a network (Ethernet) card of this type, say Y and read
95 the Ethernet-HOWTO, available from
96 <http://www.tldp.org/docs.html#howto>.
97
98 To compile this driver as a module, choose M here. The module
99 will be called es3210.
100
101config HPLAN_PLUS
102 tristate "HP PCLAN+ (27247B and 27252A) support"
103 depends on ISA
104 select CRC32
105 ---help---
106 If you have a network (Ethernet) card of this type, say Y and read
107 the Ethernet-HOWTO, available from
108 <http://www.tldp.org/docs.html#howto>.
109
110 To compile this driver as a module, choose M here. The module
111 will be called hp-plus.
112
113config HPLAN
114 tristate "HP PCLAN (27245 and other 27xxx series) support"
115 depends on ISA
116 select CRC32
117 ---help---
118 If you have a network (Ethernet) card of this type, say Y and read
119 the Ethernet-HOWTO, available from
120 <http://www.tldp.org/docs.html#howto>.
121
122 To compile this driver as a module, choose M here. The module
123 will be called hp.
124
125config HYDRA
126 tristate "Hydra support"
127 depends on ZORRO
128 select CRC32
129 ---help---
130 If you have a Hydra Ethernet adapter, say Y. Otherwise, say N.
131
132 To compile this driver as a module, choose M here: the module
133 will be called hydra.
134
135config ARM_ETHERH
136 tristate "I-cubed EtherH/ANT EtherM support"
137 depends on ARM && ARCH_ACORN
138 select CRC32
139 ---help---
140 If you have an Acorn system with one of these network cards, you
141 should say Y to this option if you wish to use it with Linux.
142
143config LNE390
144 tristate "Mylex EISA LNE390A/B support (EXPERIMENTAL)"
145 depends on PCI && EISA && EXPERIMENTAL
146 select CRC32
147 ---help---
148 If you have a network (Ethernet) card of this type, say Y and read
149 the Ethernet-HOWTO, available from
150 <http://www.tldp.org/docs.html#howto>.
151
152 To compile this driver as a module, choose M here. The module
153 will be called lne390.
154
155config MAC8390
156 bool "Macintosh NS 8390 based ethernet cards"
157 depends on MAC
158 select CRC32
159 ---help---
160 If you want to include a driver to support Nubus or LC-PDS
161 Ethernet cards using an NS8390 chipset or its equivalent, say Y
162 and read the Ethernet-HOWTO, available from
163 <http://www.tldp.org/docs.html#howto>.
164
Greg Ungerer064bff12012-07-04 13:50:00 +0000165config MCF8390
166 tristate "ColdFire NS8390 based Ethernet support"
167 depends on COLDFIRE
168 select CRC32
169 ---help---
170 This driver is for Ethernet devices using an NS8390-compatible
171 chipset on many common ColdFire CPU based boards. Many of the older
172 Freescale dev boards use this, and some other common boards like
173 some SnapGear routers do as well.
174
175 If you have one of these boards and want to use the network interface
176 on them then choose Y. To compile this driver as a module, choose M
177 here, the module will be called mcf8390.
178
Jeff Kirsher644570b2011-04-02 06:20:12 -0700179config NE2000
180 tristate "NE2000/NE1000 support"
181 depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX)
182 select CRC32
183 ---help---
184 If you have a network (Ethernet) card of this type, say Y and read
185 the Ethernet-HOWTO, available from
186 <http://www.tldp.org/docs.html#howto>. Many Ethernet cards
187 without a specific driver are compatible with NE2000.
188
189 If you have a PCI NE2000 card however, say N here and Y to "PCI
190 NE2000 and clone support" under "EISA, VLB, PCI and on board
Paul Gortmaker483f7772013-01-04 16:57:17 +0000191 controllers" below.
Jeff Kirsher644570b2011-04-02 06:20:12 -0700192
193 To compile this driver as a module, choose M here. The module
194 will be called ne.
195
Jeff Kirsher644570b2011-04-02 06:20:12 -0700196config NE2K_PCI
197 tristate "PCI NE2000 and clones support (see help)"
198 depends on PCI
199 select CRC32
200 ---help---
201 This driver is for NE2000 compatible PCI cards. It will not work
202 with ISA NE2000 cards (they have their own driver, "NE2000/NE1000
203 support" below). If you have a PCI NE2000 network (Ethernet) card,
204 say Y and read the Ethernet-HOWTO, available from
205 <http://www.tldp.org/docs.html#howto>.
206
207 This driver also works for the following NE2000 clone cards:
208 RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2
209 NetVin NV5000SC Via 86C926 SureCom NE34 Winbond
210 Holtek HT80232 Holtek HT80229
211
212 To compile this driver as a module, choose M here. The module
213 will be called ne2k-pci.
214
215config APNE
216 tristate "PCMCIA NE2000 support"
217 depends on AMIGA_PCMCIA
218 select CRC32
219 ---help---
220 If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise,
221 say N.
222
223 To compile this driver as a module, choose M here: the module
224 will be called apne.
225
226config NE3210
227 tristate "Novell/Eagle/Microdyne NE3210 EISA support (EXPERIMENTAL)"
228 depends on PCI && EISA && EXPERIMENTAL
229 select CRC32
230 ---help---
231 If you have a network (Ethernet) card of this type, say Y and read
232 the Ethernet-HOWTO, available from
233 <http://www.tldp.org/docs.html#howto>. Note that this driver
234 will NOT WORK for NE3200 cards as they are completely different.
235
236 To compile this driver as a module, choose M here. The module
237 will be called ne3210.
238
239config PCMCIA_PCNET
240 tristate "NE2000 compatible PCMCIA support"
241 depends on PCMCIA
242 select CRC32
243 ---help---
244 Say Y here if you intend to attach an NE2000 compatible PCMCIA
245 (PC-card) Ethernet or Fast Ethernet card to your computer.
246
247 To compile this driver as a module, choose M here: the module will be
248 called pcnet_cs. If unsure, say N.
249
250config NE_H8300
251 tristate "NE2000 compatible support for H8/300"
252 depends on H8300
253 ---help---
254 Say Y here if you want to use the NE2000 compatible
255 controller on the Renesas H8/300 processor.
256
257config STNIC
258 tristate "National DP83902AV support"
259 depends on SUPERH
260 select CRC32
261 ---help---
262 Support for cards based on the National Semiconductor DP83902AV
263 ST-NIC Serial Network Interface Controller for Twisted Pair. This
264 is a 10Mbit/sec Ethernet controller. Product overview and specs at
265 <http://www.national.com/pf/DP/DP83902A.html>.
266
267 If unsure, say N.
268
Jeff Kirsher644570b2011-04-02 06:20:12 -0700269config ULTRA
270 tristate "SMC Ultra support"
Jeff Kirsherae150432011-05-12 20:21:07 -0700271 depends on ISA
Jeff Kirsher644570b2011-04-02 06:20:12 -0700272 select CRC32
273 ---help---
274 If you have a network (Ethernet) card of this type, say Y and read
275 the Ethernet-HOWTO, available from
276 <http://www.tldp.org/docs.html#howto>.
277
278 Important: There have been many reports that, with some motherboards
279 mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
280 such as some BusLogic models) causes corruption problems with many
281 operating systems. The Linux smc-ultra driver has a work-around for
282 this but keep it in mind if you have such a SCSI card and have
283 problems.
284
285 To compile this driver as a module, choose M here. The module
286 will be called smc-ultra.
287
288config ULTRA32
289 tristate "SMC Ultra32 EISA support"
Jeff Kirsherae150432011-05-12 20:21:07 -0700290 depends on EISA
Jeff Kirsher644570b2011-04-02 06:20:12 -0700291 select CRC32
292 ---help---
293 If you have a network (Ethernet) card of this type, say Y and read
294 the Ethernet-HOWTO, available from
295 <http://www.tldp.org/docs.html#howto>.
296
297 To compile this driver as a module, choose M here. The module
298 will be called smc-ultra32.
299
300config WD80x3
301 tristate "WD80*3 support"
Jeff Kirsherae150432011-05-12 20:21:07 -0700302 depends on ISA
Jeff Kirsher644570b2011-04-02 06:20:12 -0700303 select CRC32
304 ---help---
305 If you have a network (Ethernet) card of this type, say Y and read
306 the Ethernet-HOWTO, available from
307 <http://www.tldp.org/docs.html#howto>.
308
309 To compile this driver as a module, choose M here. The module
310 will be called wd.
311
312config ZORRO8390
313 tristate "Zorro NS8390-based Ethernet support"
314 depends on ZORRO
315 select CRC32
316 ---help---
317 This driver is for Zorro Ethernet cards using an NS8390-compatible
318 chipset, like the Village Tronic Ariadne II and the Individual
319 Computers X-Surf Ethernet cards. If you have such a card, say Y.
320 Otherwise, say N.
321
322 To compile this driver as a module, choose M here: the module
323 will be called zorro8390.
324
325endif # NET_VENDOR_8390