Loading...
Note: File does not exist in v3.1.
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 select CRC32
96 ---help---
97 If you have a network (Ethernet) card of this type, say Y and read
98 the Ethernet-HOWTO, available from
99 <http://www.tldp.org/docs.html#howto>. Many Ethernet cards
100 without a specific driver are compatible with NE2000.
101
102 If you have a PCI NE2000 card however, say N here and Y to "PCI
103 NE2000 and clone support" below.
104
105 To compile this driver as a module, choose M here. The module
106 will be called ne.
107
108config NE2K_PCI
109 tristate "PCI NE2000 and clones support (see help)"
110 depends on PCI
111 select CRC32
112 ---help---
113 This driver is for NE2000 compatible PCI cards. It will not work
114 with ISA NE2000 cards (they have their own driver, "NE2000/NE1000
115 support" below). If you have a PCI NE2000 network (Ethernet) card,
116 say Y and read the Ethernet-HOWTO, available from
117 <http://www.tldp.org/docs.html#howto>.
118
119 This driver also works for the following NE2000 clone cards:
120 RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2
121 NetVin NV5000SC Via 86C926 SureCom NE34 Winbond
122 Holtek HT80232 Holtek HT80229
123
124 To compile this driver as a module, choose M here. The module
125 will be called ne2k-pci.
126
127config APNE
128 tristate "PCMCIA NE2000 support"
129 depends on AMIGA_PCMCIA
130 select CRC32
131 ---help---
132 If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise,
133 say N.
134
135 To compile this driver as a module, choose M here: the module
136 will be called apne.
137
138config PCMCIA_PCNET
139 tristate "NE2000 compatible PCMCIA support"
140 depends on PCMCIA
141 select CRC32
142 ---help---
143 Say Y here if you intend to attach an NE2000 compatible PCMCIA
144 (PC-card) Ethernet or Fast Ethernet card to your computer.
145
146 To compile this driver as a module, choose M here: the module will be
147 called pcnet_cs. If unsure, say N.
148
149config STNIC
150 tristate "National DP83902AV support"
151 depends on SUPERH
152 select CRC32
153 ---help---
154 Support for cards based on the National Semiconductor DP83902AV
155 ST-NIC Serial Network Interface Controller for Twisted Pair. This
156 is a 10Mbit/sec Ethernet controller. Product overview and specs at
157 <http://www.national.com/pf/DP/DP83902A.html>.
158
159 If unsure, say N.
160
161config ULTRA
162 tristate "SMC Ultra support"
163 depends on ISA
164 select CRC32
165 ---help---
166 If you have a network (Ethernet) card of this type, say Y and read
167 the Ethernet-HOWTO, available from
168 <http://www.tldp.org/docs.html#howto>.
169
170 Important: There have been many reports that, with some motherboards
171 mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
172 such as some BusLogic models) causes corruption problems with many
173 operating systems. The Linux smc-ultra driver has a work-around for
174 this but keep it in mind if you have such a SCSI card and have
175 problems.
176
177 To compile this driver as a module, choose M here. The module
178 will be called smc-ultra.
179
180config WD80x3
181 tristate "WD80*3 support"
182 depends on ISA
183 select CRC32
184 ---help---
185 If you have a network (Ethernet) card of this type, say Y and read
186 the Ethernet-HOWTO, available from
187 <http://www.tldp.org/docs.html#howto>.
188
189 To compile this driver as a module, choose M here. The module
190 will be called wd.
191
192config ZORRO8390
193 tristate "Zorro NS8390-based Ethernet support"
194 depends on ZORRO
195 select CRC32
196 ---help---
197 This driver is for Zorro Ethernet cards using an NS8390-compatible
198 chipset, like the Village Tronic Ariadne II and the Individual
199 Computers X-Surf Ethernet cards. If you have such a card, say Y.
200 Otherwise, say N.
201
202 To compile this driver as a module, choose M here: the module
203 will be called zorro8390.
204
205endif # NET_VENDOR_8390