2 # 8390 device configuration
6 bool "National Semi-conductor 8390 devices"
8 depends on NET_VENDOR_NATSEMI
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>.
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.
22 tristate "Asix AX88190 PCMCIA support"
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
30 To compile this driver as a module, choose M here: the module will be
31 called axnet_cs. If unsure, say N.
34 tristate "ASIX AX88796 NE2000 clone support"
35 depends on (ARM || MIPS || SUPERH)
40 AX88796 driver, using platform bus to provide
41 chip detection and resources
44 bool "ASIX AX88796 external 93CX6 eeprom support"
48 Select this if your platform comes with an external 93CX6 eeprom.
51 tristate "Hydra support"
55 If you have a Hydra Ethernet adapter, say Y. Otherwise, say N.
57 To compile this driver as a module, choose M here: the module
61 tristate "I-cubed EtherH/ANT EtherM support"
62 depends on ARM && ARCH_ACORN
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.
69 bool "Macintosh NS 8390 based ethernet cards"
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>.
79 tristate "ColdFire NS8390 based Ethernet support"
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.
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.
93 tristate "NE2000/NE1000 support"
94 depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX)
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.
102 If you have a PCI NE2000 card however, say N here and Y to "PCI
103 NE2000 and clone support" below.
105 To compile this driver as a module, choose M here. The module
109 tristate "PCI NE2000 and clones support (see 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>.
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
124 To compile this driver as a module, choose M here. The module
125 will be called ne2k-pci.
128 tristate "PCMCIA NE2000 support"
129 depends on AMIGA_PCMCIA
132 If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise,
135 To compile this driver as a module, choose M here: the module
139 tristate "NE2000 compatible PCMCIA support"
143 Say Y here if you intend to attach an NE2000 compatible PCMCIA
144 (PC-card) Ethernet or Fast Ethernet card to your computer.
146 To compile this driver as a module, choose M here: the module will be
147 called pcnet_cs. If unsure, say N.
150 tristate "National DP83902AV support"
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>.
162 tristate "SMC Ultra support"
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>.
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
177 To compile this driver as a module, choose M here. The module
178 will be called smc-ultra.
181 tristate "WD80*3 support"
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>.
189 To compile this driver as a module, choose M here. The module
193 tristate "Zorro NS8390-based Ethernet support"
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.
202 To compile this driver as a module, choose M here: the module
203 will be called zorro8390.
205 endif # NET_VENDOR_8390