xref: /openbmc/linux/drivers/net/ethernet/8390/Kconfig (revision 6d8e62c3)
1#
2# 8390 device configuration
3#
4
5config NET_VENDOR_8390
6	bool "National Semi-conductor 8390 devices"
7	default y
8	depends on NET_VENDOR_NATSEMI
9	---help---
10	  If you have a network (Ethernet) card belonging to this class, say Y
11	  and read the Ethernet-HOWTO, available from
12	  <http://www.tldp.org/docs.html#howto>.
13
14	  Note that the answer to this question doesn't directly affect the
15	  kernel: saying N will just cause the configurator to skip all
16	  the questions about Western Digital cards. If you say Y, you will be
17	  asked for your specific card in the following questions.
18
19if NET_VENDOR_8390
20
21config PCMCIA_AXNET
22	tristate "Asix AX88190 PCMCIA support"
23	depends on PCMCIA
24	---help---
25	  Say Y here if you intend to attach an Asix AX88190-based PCMCIA
26	  (PC-card) Fast Ethernet card to your computer.  These cards are
27	  nearly NE2000 compatible but need a separate driver due to a few
28	  misfeatures.
29
30	  To compile this driver as a module, choose M here: the module will be
31	  called axnet_cs.  If unsure, say N.
32
33config AX88796
34	tristate "ASIX AX88796 NE2000 clone support"
35	depends on (ARM || MIPS || SUPERH)
36	select CRC32
37	select PHYLIB
38	select MDIO_BITBANG
39	---help---
40	  AX88796 driver, using platform bus to provide
41	  chip detection and resources
42
43config AX88796_93CX6
44	bool "ASIX AX88796 external 93CX6 eeprom support"
45	depends on AX88796
46	select EEPROM_93CX6
47	---help---
48	  Select this if your platform comes with an external 93CX6 eeprom.
49
50config HYDRA
51	tristate "Hydra support"
52	depends on ZORRO
53	select CRC32
54	---help---
55	  If you have a Hydra Ethernet adapter, say Y. Otherwise, say N.
56
57	  To compile this driver as a module, choose M here: the module
58	  will be called hydra.
59
60config ARM_ETHERH
61	tristate "I-cubed EtherH/ANT EtherM support"
62	depends on ARM && ARCH_ACORN
63	select CRC32
64	---help---
65	  If you have an Acorn system with one of these network cards, you
66	  should say Y to this option if you wish to use it with Linux.
67
68config MAC8390
69	bool "Macintosh NS 8390 based ethernet cards"
70	depends on MAC
71	select CRC32
72	---help---
73	  If you want to include a driver to support Nubus or LC-PDS
74	  Ethernet cards using an NS8390 chipset or its equivalent, say Y
75	  and read the Ethernet-HOWTO, available from
76	  <http://www.tldp.org/docs.html#howto>.
77
78config MCF8390
79	tristate "ColdFire NS8390 based Ethernet support"
80	depends on COLDFIRE
81	select CRC32
82	---help---
83	  This driver is for Ethernet devices using an NS8390-compatible
84	  chipset on many common ColdFire CPU based boards. Many of the older
85	  Freescale dev boards use this, and some other common boards like
86	  some SnapGear routers do as well.
87
88	  If you have one of these boards and want to use the network interface
89	  on them then choose Y. To compile this driver as a module, choose M
90	  here, the module will be called mcf8390.
91
92config NE2000
93	tristate "NE2000/NE1000 support"
94	depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX || \
95		    ATARI_ETHERNEC)
96	select CRC32
97	---help---
98	  If you have a network (Ethernet) card of this type, say Y and read
99	  the Ethernet-HOWTO, available from
100	  <http://www.tldp.org/docs.html#howto>.  Many Ethernet cards
101	  without a specific driver are compatible with NE2000.
102
103	  If you have a PCI NE2000 card however, say N here and Y to "PCI
104	  NE2000 and clone support" below.
105
106	  To compile this driver as a module, choose M here. The module
107	  will be called ne.
108
109config NE2K_PCI
110	tristate "PCI NE2000 and clones support (see help)"
111	depends on PCI
112	select CRC32
113	---help---
114	  This driver is for NE2000 compatible PCI cards. It will not work
115	  with ISA NE2000 cards (they have their own driver, "NE2000/NE1000
116	  support" below). If you have a PCI NE2000 network (Ethernet) card,
117	  say Y and read the Ethernet-HOWTO, available from
118	  <http://www.tldp.org/docs.html#howto>.
119
120	  This driver also works for the following NE2000 clone cards:
121	  RealTek RTL-8029  Winbond 89C940  Compex RL2000  KTI ET32P2
122	  NetVin NV5000SC   Via 86C926      SureCom NE34   Winbond
123	  Holtek HT80232    Holtek HT80229
124
125	  To compile this driver as a module, choose M here. The module
126	  will be called ne2k-pci.
127
128config APNE
129	tristate "PCMCIA NE2000 support"
130	depends on AMIGA_PCMCIA
131	select CRC32
132	---help---
133	  If you have a PCMCIA NE2000 compatible adapter, say Y.  Otherwise,
134	  say N.
135
136	  To compile this driver as a module, choose M here: the module
137	  will be called apne.
138
139config PCMCIA_PCNET
140	tristate "NE2000 compatible PCMCIA support"
141	depends on PCMCIA
142	select CRC32
143	---help---
144	  Say Y here if you intend to attach an NE2000 compatible PCMCIA
145	  (PC-card) Ethernet or Fast Ethernet card to your computer.
146
147	  To compile this driver as a module, choose M here: the module will be
148	  called pcnet_cs.  If unsure, say N.
149
150config STNIC
151	tristate "National DP83902AV  support"
152	depends on SUPERH
153	select CRC32
154	---help---
155	  Support for cards based on the National Semiconductor DP83902AV
156	  ST-NIC Serial Network Interface Controller for Twisted Pair.  This
157	  is a 10Mbit/sec Ethernet controller.  Product overview and specs at
158	  <http://www.national.com/pf/DP/DP83902A.html>.
159
160	  If unsure, say N.
161
162config ULTRA
163	tristate "SMC Ultra support"
164	depends on ISA
165	select CRC32
166	---help---
167	  If you have a network (Ethernet) card of this type, say Y and read
168	  the Ethernet-HOWTO, available from
169	  <http://www.tldp.org/docs.html#howto>.
170
171	  Important: There have been many reports that, with some motherboards
172	  mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
173	  such as some BusLogic models) causes corruption problems with many
174	  operating systems. The Linux smc-ultra driver has a work-around for
175	  this but keep it in mind if you have such a SCSI card and have
176	  problems.
177
178	  To compile this driver as a module, choose M here. The module
179	  will be called smc-ultra.
180
181config WD80x3
182	tristate "WD80*3 support"
183	depends on ISA
184	select CRC32
185	---help---
186	  If you have a network (Ethernet) card of this type, say Y and read
187	  the Ethernet-HOWTO, available from
188	  <http://www.tldp.org/docs.html#howto>.
189
190	  To compile this driver as a module, choose M here. The module
191	  will be called wd.
192
193config ZORRO8390
194	tristate "Zorro NS8390-based Ethernet support"
195	depends on ZORRO
196	select CRC32
197	---help---
198	  This driver is for Zorro Ethernet cards using an NS8390-compatible
199	  chipset, like the Village Tronic Ariadne II and the Individual
200	  Computers X-Surf Ethernet cards. If you have such a card, say Y.
201	  Otherwise, say N.
202
203	  To compile this driver as a module, choose M here: the module
204	  will be called zorro8390.
205
206endif # NET_VENDOR_8390
207