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.
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Western Digital cards. If you say Y, you will be
15 asked for your specific card in the following questions.
20 tristate "Asix AX88190 PCMCIA support"
23 Say Y here if you intend to attach an Asix AX88190-based PCMCIA
24 (PC-card) Fast Ethernet card to your computer. These cards are
25 nearly NE2000 compatible but need a separate driver due to a few
28 To compile this driver as a module, choose M here: the module will be
29 called axnet_cs. If unsure, say N.
32 tristate "ASIX AX88796 NE2000 clone support"
33 depends on (ARM || MIPS || SUPERH)
38 AX88796 driver, using platform bus to provide
39 chip detection and resources
42 bool "ASIX AX88796 external 93CX6 eeprom support"
46 Select this if your platform comes with an external 93CX6 eeprom.
49 tristate "Hydra support"
53 If you have a Hydra Ethernet adapter, say Y. Otherwise, say N.
55 To compile this driver as a module, choose M here: the module
59 tristate "I-cubed EtherH/ANT EtherM support"
60 depends on ARM && ARCH_ACORN
63 If you have an Acorn system with one of these network cards, you
64 should say Y to this option if you wish to use it with Linux.
67 tristate "Macintosh NS 8390 based ethernet cards"
71 If you want to include a driver to support Nubus or LC-PDS
72 Ethernet cards using an NS8390 chipset or its equivalent, say Y.
75 tristate "ColdFire NS8390 based Ethernet support"
79 This driver is for Ethernet devices using an NS8390-compatible
80 chipset on many common ColdFire CPU based boards. Many of the older
81 Freescale dev boards use this, and some other common boards like
82 some SnapGear routers do as well.
84 If you have one of these boards and want to use the network interface
85 on them then choose Y. To compile this driver as a module, choose M
86 here, the module will be called mcf8390.
89 tristate "NE2000/NE1000 support"
90 depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX || \
94 If you have a network (Ethernet) card of this type, say Y here.
95 Many Ethernet cards without a specific driver are compatible with
98 If you have a PCI NE2000 card however, say N here and Y to "PCI
99 NE2000 and clone support" below.
101 To compile this driver as a module, choose M here. The module
105 tristate "PCI NE2000 and clones support (see help)"
109 This driver is for NE2000 compatible PCI cards. It will not work
110 with ISA NE2000 cards (they have their own driver, "NE2000/NE1000
111 support" below). If you have a PCI NE2000 network (Ethernet) card,
114 This driver also works for the following NE2000 clone cards:
115 RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2
116 NetVin NV5000SC Via 86C926 SureCom NE34 Winbond
117 Holtek HT80232 Holtek HT80229
119 To compile this driver as a module, choose M here. The module
120 will be called ne2k-pci.
123 tristate "PCMCIA NE2000 support"
124 depends on AMIGA_PCMCIA
127 If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise,
130 To compile this driver as a module, choose M here: the module
134 tristate "NE2000 compatible PCMCIA support"
138 Say Y here if you intend to attach an NE2000 compatible PCMCIA
139 (PC-card) Ethernet or Fast Ethernet card to your computer.
141 To compile this driver as a module, choose M here: the module will be
142 called pcnet_cs. If unsure, say N.
145 tristate "National DP83902AV support"
149 Support for cards based on the National Semiconductor DP83902AV
150 ST-NIC Serial Network Interface Controller for Twisted Pair. This
151 is a 10Mbit/sec Ethernet controller. Product overview and specs at
152 <http://www.national.com/pf/DP/DP83902A.html>.
157 tristate "SMC Ultra support"
161 If you have a network (Ethernet) card of this type, say Y here.
163 Important: There have been many reports that, with some motherboards
164 mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
165 such as some BusLogic models) causes corruption problems with many
166 operating systems. The Linux smc-ultra driver has a work-around for
167 this but keep it in mind if you have such a SCSI card and have
170 To compile this driver as a module, choose M here. The module
171 will be called smc-ultra.
174 tristate "WD80*3 support"
178 If you have a network (Ethernet) card of this type, say Y here.
180 To compile this driver as a module, choose M here. The module
184 tristate "Zorro NS8390-based Ethernet support"
188 This driver is for Zorro Ethernet cards using an NS8390-compatible
189 chipset, like the Village Tronic Ariadne II and the Individual
190 Computers X-Surf Ethernet cards. If you have such a card, say Y.
193 To compile this driver as a module, choose M here: the module
194 will be called zorro8390.
196 endif # NET_VENDOR_8390