2 # 8390 device configuration
6 bool "National Semiconductor 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" if !ZORRO
33 depends on (ARM || MIPS || SUPERH || ZORRO || COMPILE_TEST)
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 "Amiga XSurf 100 AX88796/NE2000 clone support"
54 This driver is for the Individual Computers X-Surf 100 Ethernet
55 card (based on the Asix AX88796 chip). If you have such a card,
56 say Y. Otherwise, say N.
58 To compile this driver as a module, choose M here: the module
59 will be called xsurf100.
62 tristate "Hydra support"
66 If you have a Hydra Ethernet adapter, say Y. Otherwise, say N.
68 To compile this driver as a module, choose M here: the module
72 tristate "I-cubed EtherH/ANT EtherM support"
73 depends on ARM && ARCH_ACORN
76 If you have an Acorn system with one of these network cards, you
77 should say Y to this option if you wish to use it with Linux.
80 tristate "Macintosh NS 8390 based ethernet cards"
84 If you want to include a driver to support Nubus or LC-PDS
85 Ethernet cards using an NS8390 chipset or its equivalent, say Y.
88 tristate "ColdFire NS8390 based Ethernet support"
92 This driver is for Ethernet devices using an NS8390-compatible
93 chipset on many common ColdFire CPU based boards. Many of the older
94 Freescale dev boards use this, and some other common boards like
95 some SnapGear routers do as well.
97 If you have one of these boards and want to use the network interface
98 on them then choose Y. To compile this driver as a module, choose M
99 here, the module will be called mcf8390.
102 tristate "NE2000/NE1000 support"
103 depends on (ISA || (Q40 && m) || MACH_TX49XX || ATARI_ETHERNEC)
106 If you have a network (Ethernet) card of this type, say Y here.
107 Many Ethernet cards without a specific driver are compatible with
110 If you have a PCI NE2000 card however, say N here and Y to "PCI
111 NE2000 and clone support" below.
113 To compile this driver as a module, choose M here. The module
117 tristate "PCI NE2000 and clones support (see help)"
121 This driver is for NE2000 compatible PCI cards. It will not work
122 with ISA NE2000 cards (they have their own driver, "NE2000/NE1000
123 support" below). If you have a PCI NE2000 network (Ethernet) card,
126 This driver also works for the following NE2000 clone cards:
127 RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2
128 NetVin NV5000SC Via 86C926 SureCom NE34 Winbond
129 Holtek HT80232 Holtek HT80229
131 To compile this driver as a module, choose M here. The module
132 will be called ne2k-pci.
135 tristate "PCMCIA NE2000 support"
136 depends on AMIGA_PCMCIA
139 If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise,
142 To compile this driver as a module, choose M here: the module
146 tristate "NE2000 compatible PCMCIA support"
150 Say Y here if you intend to attach an NE2000 compatible PCMCIA
151 (PC-card) Ethernet or Fast Ethernet card to your computer.
153 To compile this driver as a module, choose M here: the module will be
154 called pcnet_cs. If unsure, say N.
157 tristate "National DP83902AV support"
161 Support for cards based on the National Semiconductor DP83902AV
162 ST-NIC Serial Network Interface Controller for Twisted Pair. This
163 is a 10Mbit/sec Ethernet controller. Product overview and specs at
164 <http://www.national.com/pf/DP/DP83902A.html>.
169 tristate "SMC Ultra support"
173 If you have a network (Ethernet) card of this type, say Y here.
175 Important: There have been many reports that, with some motherboards
176 mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
177 such as some BusLogic models) causes corruption problems with many
178 operating systems. The Linux smc-ultra driver has a work-around for
179 this but keep it in mind if you have such a SCSI card and have
182 To compile this driver as a module, choose M here. The module
183 will be called smc-ultra.
186 tristate "WD80*3 support"
190 If you have a network (Ethernet) card of this type, say Y here.
192 To compile this driver as a module, choose M here. The module
196 tristate "Zorro NS8390-based Ethernet support"
200 This driver is for Zorro Ethernet cards using an NS8390-compatible
201 chipset, like the Village Tronic Ariadne II and the Individual
202 Computers X-Surf Ethernet cards. If you have such a card, say Y.
205 To compile this driver as a module, choose M here: the module
206 will be called zorro8390.
208 endif # NET_VENDOR_8390