xref: /openbmc/linux/drivers/net/ethernet/8390/Kconfig (revision 88f07484)
1644570b8SJeff Kirsher#
2644570b8SJeff Kirsher# 8390 device configuration
3644570b8SJeff Kirsher#
4644570b8SJeff Kirsher
5644570b8SJeff Kirsherconfig NET_VENDOR_8390
6644570b8SJeff Kirsher	bool "National Semi-conductor 8390 devices"
788f07484SJeff Kirsher	default y
8d9fb9f38SJeff Kirsher	depends on NET_VENDOR_NATSEMI && (AMIGA_PCMCIA || PCI || SUPERH || \
9d9fb9f38SJeff Kirsher		   ISA || MCA || EISA || MAC || M32R || MACH_TX49XX || \
10d9fb9f38SJeff Kirsher		   MCA_LEGACY || H8300 || ARM || MIPS || ZORRO || PCMCIA || \
11d9fb9f38SJeff Kirsher		   EXPERIMENTAL)
12644570b8SJeff Kirsher	---help---
13644570b8SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
14644570b8SJeff Kirsher	  and read the Ethernet-HOWTO, available from
15644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
16644570b8SJeff Kirsher
17644570b8SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
18644570b8SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
19644570b8SJeff Kirsher	  the questions about Western Digital cards. If you say Y, you will be
20644570b8SJeff Kirsher	  asked for your specific card in the following questions.
21644570b8SJeff Kirsher
22644570b8SJeff Kirsherif NET_VENDOR_8390
23644570b8SJeff Kirsher
24644570b8SJeff Kirsherconfig EL2
25644570b8SJeff Kirsher	tristate "3c503 \"EtherLink II\" support"
26644570b8SJeff Kirsher	depends on ISA
27644570b8SJeff Kirsher	select CRC32
28644570b8SJeff Kirsher	---help---
29644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
30644570b8SJeff Kirsher	  the Ethernet-HOWTO, available from
31644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
32644570b8SJeff Kirsher
33644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
34644570b8SJeff Kirsher	  will be called 3c503.
35644570b8SJeff Kirsher
36644570b8SJeff Kirsherconfig AC3200
37644570b8SJeff Kirsher	tristate "Ansel Communications EISA 3200 support (EXPERIMENTAL)"
38644570b8SJeff Kirsher	depends on PCI && (ISA || EISA) && EXPERIMENTAL
39644570b8SJeff Kirsher	select CRC32
40644570b8SJeff Kirsher	---help---
41644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
42644570b8SJeff Kirsher	  the Ethernet-HOWTO, available from
43644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
44644570b8SJeff Kirsher
45644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
46644570b8SJeff Kirsher	  will be called ac3200.
47644570b8SJeff Kirsher
48644570b8SJeff Kirsherconfig PCMCIA_AXNET
49644570b8SJeff Kirsher	tristate "Asix AX88190 PCMCIA support"
50644570b8SJeff Kirsher	depends on PCMCIA
51644570b8SJeff Kirsher	---help---
52644570b8SJeff Kirsher	  Say Y here if you intend to attach an Asix AX88190-based PCMCIA
53644570b8SJeff Kirsher	  (PC-card) Fast Ethernet card to your computer.  These cards are
54644570b8SJeff Kirsher	  nearly NE2000 compatible but need a separate driver due to a few
55644570b8SJeff Kirsher	  misfeatures.
56644570b8SJeff Kirsher
57644570b8SJeff Kirsher	  To compile this driver as a module, choose M here: the module will be
58644570b8SJeff Kirsher	  called axnet_cs.  If unsure, say N.
59644570b8SJeff Kirsher
60644570b8SJeff Kirsherconfig AX88796
61644570b8SJeff Kirsher	tristate "ASIX AX88796 NE2000 clone support"
62644570b8SJeff Kirsher	depends on (ARM || MIPS || SUPERH)
63644570b8SJeff Kirsher	select PHYLIB
64644570b8SJeff Kirsher	select MDIO_BITBANG
65644570b8SJeff Kirsher	---help---
66644570b8SJeff Kirsher	  AX88796 driver, using platform bus to provide
67644570b8SJeff Kirsher	  chip detection and resources
68644570b8SJeff Kirsher
69644570b8SJeff Kirsherconfig AX88796_93CX6
70644570b8SJeff Kirsher	bool "ASIX AX88796 external 93CX6 eeprom support"
71644570b8SJeff Kirsher	depends on AX88796
72644570b8SJeff Kirsher	select EEPROM_93CX6
73644570b8SJeff Kirsher	---help---
74644570b8SJeff Kirsher	  Select this if your platform comes with an external 93CX6 eeprom.
75644570b8SJeff Kirsher
76644570b8SJeff Kirsherconfig E2100
77644570b8SJeff Kirsher	tristate "Cabletron E21xx support"
78644570b8SJeff Kirsher	depends on ISA
79644570b8SJeff Kirsher	select CRC32
80644570b8SJeff Kirsher	---help---
81644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
82644570b8SJeff Kirsher	  the Ethernet-HOWTO, available from
83644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
84644570b8SJeff Kirsher
85644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
86644570b8SJeff Kirsher	  will be called e2100.
87644570b8SJeff Kirsher
88644570b8SJeff Kirsherconfig ES3210
89644570b8SJeff Kirsher	tristate "Racal-Interlan EISA ES3210 support (EXPERIMENTAL)"
90644570b8SJeff Kirsher	depends on PCI && EISA && EXPERIMENTAL
91644570b8SJeff Kirsher	select CRC32
92644570b8SJeff Kirsher	---help---
93644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
94644570b8SJeff Kirsher	  the Ethernet-HOWTO, available from
95644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
96644570b8SJeff Kirsher
97644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
98644570b8SJeff Kirsher	  will be called es3210.
99644570b8SJeff Kirsher
100644570b8SJeff Kirsherconfig HPLAN_PLUS
101644570b8SJeff Kirsher	tristate "HP PCLAN+ (27247B and 27252A) support"
102644570b8SJeff Kirsher	depends on ISA
103644570b8SJeff Kirsher	select CRC32
104644570b8SJeff Kirsher	---help---
105644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
106644570b8SJeff Kirsher	  the Ethernet-HOWTO, available from
107644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
108644570b8SJeff Kirsher
109644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
110644570b8SJeff Kirsher	  will be called hp-plus.
111644570b8SJeff Kirsher
112644570b8SJeff Kirsherconfig HPLAN
113644570b8SJeff Kirsher	tristate "HP PCLAN (27245 and other 27xxx series) support"
114644570b8SJeff Kirsher	depends on ISA
115644570b8SJeff Kirsher	select CRC32
116644570b8SJeff Kirsher	---help---
117644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
118644570b8SJeff Kirsher	  the Ethernet-HOWTO, available from
119644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
120644570b8SJeff Kirsher
121644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
122644570b8SJeff Kirsher	  will be called hp.
123644570b8SJeff Kirsher
124644570b8SJeff Kirsherconfig HYDRA
125644570b8SJeff Kirsher	tristate "Hydra support"
126644570b8SJeff Kirsher	depends on ZORRO
127644570b8SJeff Kirsher	select CRC32
128644570b8SJeff Kirsher	---help---
129644570b8SJeff Kirsher	  If you have a Hydra Ethernet adapter, say Y. Otherwise, say N.
130644570b8SJeff Kirsher
131644570b8SJeff Kirsher	  To compile this driver as a module, choose M here: the module
132644570b8SJeff Kirsher	  will be called hydra.
133644570b8SJeff Kirsher
134644570b8SJeff Kirsherconfig ARM_ETHERH
135644570b8SJeff Kirsher	tristate "I-cubed EtherH/ANT EtherM support"
136644570b8SJeff Kirsher	depends on ARM && ARCH_ACORN
137644570b8SJeff Kirsher	select CRC32
138644570b8SJeff Kirsher	---help---
139644570b8SJeff Kirsher	  If you have an Acorn system with one of these network cards, you
140644570b8SJeff Kirsher	  should say Y to this option if you wish to use it with Linux.
141644570b8SJeff Kirsher
142644570b8SJeff Kirsherconfig LNE390
143644570b8SJeff Kirsher	tristate "Mylex EISA LNE390A/B support (EXPERIMENTAL)"
144644570b8SJeff Kirsher	depends on PCI && EISA && EXPERIMENTAL
145644570b8SJeff Kirsher	select CRC32
146644570b8SJeff Kirsher	---help---
147644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
148644570b8SJeff Kirsher	  the Ethernet-HOWTO, available from
149644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
150644570b8SJeff Kirsher
151644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
152644570b8SJeff Kirsher	  will be called lne390.
153644570b8SJeff Kirsher
154644570b8SJeff Kirsherconfig MAC8390
155644570b8SJeff Kirsher	bool "Macintosh NS 8390 based ethernet cards"
156644570b8SJeff Kirsher	depends on MAC
157644570b8SJeff Kirsher	select CRC32
158644570b8SJeff Kirsher	---help---
159644570b8SJeff Kirsher	  If you want to include a driver to support Nubus or LC-PDS
160644570b8SJeff Kirsher	  Ethernet cards using an NS8390 chipset or its equivalent, say Y
161644570b8SJeff Kirsher	  and read the Ethernet-HOWTO, available from
162644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
163644570b8SJeff Kirsher
164644570b8SJeff Kirsherconfig NE2000
165644570b8SJeff Kirsher	tristate "NE2000/NE1000 support"
166644570b8SJeff Kirsher	depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX)
167644570b8SJeff Kirsher	select CRC32
168644570b8SJeff Kirsher	---help---
169644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
170644570b8SJeff Kirsher	  the Ethernet-HOWTO, available from
171644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.  Many Ethernet cards
172644570b8SJeff Kirsher	  without a specific driver are compatible with NE2000.
173644570b8SJeff Kirsher
174644570b8SJeff Kirsher	  If you have a PCI NE2000 card however, say N here and Y to "PCI
175644570b8SJeff Kirsher	  NE2000 and clone support" under "EISA, VLB, PCI and on board
176644570b8SJeff Kirsher	  controllers" below. If you have a NE2000 card and are running on
177644570b8SJeff Kirsher	  an MCA system (a bus system used on some IBM PS/2 computers and
178644570b8SJeff Kirsher	  laptops), say N here and Y to "NE/2 (ne2000 MCA version) support",
179644570b8SJeff Kirsher	  below.
180644570b8SJeff Kirsher
181644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
182644570b8SJeff Kirsher	  will be called ne.
183644570b8SJeff Kirsher
184644570b8SJeff Kirsherconfig NE2_MCA
185644570b8SJeff Kirsher	tristate "NE/2 (ne2000 MCA version) support"
186644570b8SJeff Kirsher	depends on MCA_LEGACY
187644570b8SJeff Kirsher	select CRC32
188644570b8SJeff Kirsher	---help---
189644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
190644570b8SJeff Kirsher	  the Ethernet-HOWTO, available from
191644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
192644570b8SJeff Kirsher
193644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
194644570b8SJeff Kirsher	  will be called ne2.
195644570b8SJeff Kirsher
196644570b8SJeff Kirsherconfig NE2K_PCI
197644570b8SJeff Kirsher	tristate "PCI NE2000 and clones support (see help)"
198644570b8SJeff Kirsher	depends on PCI
199644570b8SJeff Kirsher	select CRC32
200644570b8SJeff Kirsher	---help---
201644570b8SJeff Kirsher	  This driver is for NE2000 compatible PCI cards. It will not work
202644570b8SJeff Kirsher	  with ISA NE2000 cards (they have their own driver, "NE2000/NE1000
203644570b8SJeff Kirsher	  support" below). If you have a PCI NE2000 network (Ethernet) card,
204644570b8SJeff Kirsher	  say Y and read the Ethernet-HOWTO, available from
205644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
206644570b8SJeff Kirsher
207644570b8SJeff Kirsher	  This driver also works for the following NE2000 clone cards:
208644570b8SJeff Kirsher	  RealTek RTL-8029  Winbond 89C940  Compex RL2000  KTI ET32P2
209644570b8SJeff Kirsher	  NetVin NV5000SC   Via 86C926      SureCom NE34   Winbond
210644570b8SJeff Kirsher	  Holtek HT80232    Holtek HT80229
211644570b8SJeff Kirsher
212644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
213644570b8SJeff Kirsher	  will be called ne2k-pci.
214644570b8SJeff Kirsher
215644570b8SJeff Kirsherconfig APNE
216644570b8SJeff Kirsher	tristate "PCMCIA NE2000 support"
217644570b8SJeff Kirsher	depends on AMIGA_PCMCIA
218644570b8SJeff Kirsher	select CRC32
219644570b8SJeff Kirsher	---help---
220644570b8SJeff Kirsher	  If you have a PCMCIA NE2000 compatible adapter, say Y.  Otherwise,
221644570b8SJeff Kirsher	  say N.
222644570b8SJeff Kirsher
223644570b8SJeff Kirsher	  To compile this driver as a module, choose M here: the module
224644570b8SJeff Kirsher	  will be called apne.
225644570b8SJeff Kirsher
226644570b8SJeff Kirsherconfig NE3210
227644570b8SJeff Kirsher	tristate "Novell/Eagle/Microdyne NE3210 EISA support (EXPERIMENTAL)"
228644570b8SJeff Kirsher	depends on PCI && EISA && EXPERIMENTAL
229644570b8SJeff Kirsher	select CRC32
230644570b8SJeff Kirsher	---help---
231644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
232644570b8SJeff Kirsher	  the Ethernet-HOWTO, available from
233644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.  Note that this driver
234644570b8SJeff Kirsher	  will NOT WORK for NE3200 cards as they are completely different.
235644570b8SJeff Kirsher
236644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
237644570b8SJeff Kirsher	  will be called ne3210.
238644570b8SJeff Kirsher
239644570b8SJeff Kirsherconfig PCMCIA_PCNET
240644570b8SJeff Kirsher	tristate "NE2000 compatible PCMCIA support"
241644570b8SJeff Kirsher	depends on PCMCIA
242644570b8SJeff Kirsher	select CRC32
243644570b8SJeff Kirsher	---help---
244644570b8SJeff Kirsher	  Say Y here if you intend to attach an NE2000 compatible PCMCIA
245644570b8SJeff Kirsher	  (PC-card) Ethernet or Fast Ethernet card to your computer.
246644570b8SJeff Kirsher
247644570b8SJeff Kirsher	  To compile this driver as a module, choose M here: the module will be
248644570b8SJeff Kirsher	  called pcnet_cs.  If unsure, say N.
249644570b8SJeff Kirsher
250644570b8SJeff Kirsherconfig NE_H8300
251644570b8SJeff Kirsher	tristate "NE2000 compatible support for H8/300"
252644570b8SJeff Kirsher	depends on H8300
253644570b8SJeff Kirsher	---help---
254644570b8SJeff Kirsher	  Say Y here if you want to use the NE2000 compatible
255644570b8SJeff Kirsher	  controller on the Renesas H8/300 processor.
256644570b8SJeff Kirsher
257644570b8SJeff Kirsherconfig STNIC
258644570b8SJeff Kirsher	tristate "National DP83902AV  support"
259644570b8SJeff Kirsher	depends on SUPERH
260644570b8SJeff Kirsher	select CRC32
261644570b8SJeff Kirsher	---help---
262644570b8SJeff Kirsher	  Support for cards based on the National Semiconductor DP83902AV
263644570b8SJeff Kirsher	  ST-NIC Serial Network Interface Controller for Twisted Pair.  This
264644570b8SJeff Kirsher	  is a 10Mbit/sec Ethernet controller.  Product overview and specs at
265644570b8SJeff Kirsher	  <http://www.national.com/pf/DP/DP83902A.html>.
266644570b8SJeff Kirsher
267644570b8SJeff Kirsher	  If unsure, say N.
268644570b8SJeff Kirsher
269644570b8SJeff Kirsherconfig ULTRAMCA
270644570b8SJeff Kirsher	tristate "SMC Ultra MCA support"
271ae150435SJeff Kirsher	depends on MCA
272644570b8SJeff Kirsher	select CRC32
273644570b8SJeff Kirsher	---help---
274644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type and are running
275644570b8SJeff Kirsher	  an MCA based system (PS/2), say Y and read the Ethernet-HOWTO,
276644570b8SJeff Kirsher	  available from <http://www.tldp.org/docs.html#howto>.
277644570b8SJeff Kirsher
278644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
279644570b8SJeff Kirsher	  will be called smc-mca.
280644570b8SJeff Kirsher
281644570b8SJeff Kirsherconfig ULTRA
282644570b8SJeff Kirsher	tristate "SMC Ultra support"
283ae150435SJeff Kirsher	depends on ISA
284644570b8SJeff Kirsher	select CRC32
285644570b8SJeff Kirsher	---help---
286644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
287644570b8SJeff Kirsher	  the Ethernet-HOWTO, available from
288644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
289644570b8SJeff Kirsher
290644570b8SJeff Kirsher	  Important: There have been many reports that, with some motherboards
291644570b8SJeff Kirsher	  mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
292644570b8SJeff Kirsher	  such as some BusLogic models) causes corruption problems with many
293644570b8SJeff Kirsher	  operating systems. The Linux smc-ultra driver has a work-around for
294644570b8SJeff Kirsher	  this but keep it in mind if you have such a SCSI card and have
295644570b8SJeff Kirsher	  problems.
296644570b8SJeff Kirsher
297644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
298644570b8SJeff Kirsher	  will be called smc-ultra.
299644570b8SJeff Kirsher
300644570b8SJeff Kirsherconfig ULTRA32
301644570b8SJeff Kirsher	tristate "SMC Ultra32 EISA support"
302ae150435SJeff Kirsher	depends on EISA
303644570b8SJeff Kirsher	select CRC32
304644570b8SJeff Kirsher	---help---
305644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
306644570b8SJeff Kirsher	  the Ethernet-HOWTO, available from
307644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
308644570b8SJeff Kirsher
309644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
310644570b8SJeff Kirsher	  will be called smc-ultra32.
311644570b8SJeff Kirsher
312644570b8SJeff Kirsherconfig WD80x3
313644570b8SJeff Kirsher	tristate "WD80*3 support"
314ae150435SJeff Kirsher	depends on ISA
315644570b8SJeff Kirsher	select CRC32
316644570b8SJeff Kirsher	---help---
317644570b8SJeff Kirsher	  If you have a network (Ethernet) card of this type, say Y and read
318644570b8SJeff Kirsher	  the Ethernet-HOWTO, available from
319644570b8SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
320644570b8SJeff Kirsher
321644570b8SJeff Kirsher	  To compile this driver as a module, choose M here. The module
322644570b8SJeff Kirsher	  will be called wd.
323644570b8SJeff Kirsher
324644570b8SJeff Kirsherconfig ZORRO8390
325644570b8SJeff Kirsher	tristate "Zorro NS8390-based Ethernet support"
326644570b8SJeff Kirsher	depends on ZORRO
327644570b8SJeff Kirsher	select CRC32
328644570b8SJeff Kirsher	---help---
329644570b8SJeff Kirsher	  This driver is for Zorro Ethernet cards using an NS8390-compatible
330644570b8SJeff Kirsher	  chipset, like the Village Tronic Ariadne II and the Individual
331644570b8SJeff Kirsher	  Computers X-Surf Ethernet cards. If you have such a card, say Y.
332644570b8SJeff Kirsher	  Otherwise, say N.
333644570b8SJeff Kirsher
334644570b8SJeff Kirsher	  To compile this driver as a module, choose M here: the module
335644570b8SJeff Kirsher	  will be called zorro8390.
336644570b8SJeff Kirsher
337644570b8SJeff Kirsherendif # NET_VENDOR_8390
338