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 && (AMIGA_PCMCIA || PCI || SUPERH || \ 9 ISA || MCA || EISA || MAC || M32R || MACH_TX49XX || \ 10 MCA_LEGACY || H8300 || ARM || MIPS || ZORRO || PCMCIA || \ 11 EXPERIMENTAL) 12 ---help--- 13 If you have a network (Ethernet) card belonging to this class, say Y 14 and read the Ethernet-HOWTO, available from 15 <http://www.tldp.org/docs.html#howto>. 16 17 Note that the answer to this question doesn't directly affect the 18 kernel: saying N will just cause the configurator to skip all 19 the questions about Western Digital cards. If you say Y, you will be 20 asked for your specific card in the following questions. 21 22if NET_VENDOR_8390 23 24config EL2 25 tristate "3c503 \"EtherLink II\" support" 26 depends on ISA 27 select CRC32 28 ---help--- 29 If you have a network (Ethernet) card of this type, say Y and read 30 the Ethernet-HOWTO, available from 31 <http://www.tldp.org/docs.html#howto>. 32 33 To compile this driver as a module, choose M here. The module 34 will be called 3c503. 35 36config AC3200 37 tristate "Ansel Communications EISA 3200 support (EXPERIMENTAL)" 38 depends on PCI && (ISA || EISA) && EXPERIMENTAL 39 select CRC32 40 ---help--- 41 If you have a network (Ethernet) card of this type, say Y and read 42 the Ethernet-HOWTO, available from 43 <http://www.tldp.org/docs.html#howto>. 44 45 To compile this driver as a module, choose M here. The module 46 will be called ac3200. 47 48config PCMCIA_AXNET 49 tristate "Asix AX88190 PCMCIA support" 50 depends on PCMCIA 51 ---help--- 52 Say Y here if you intend to attach an Asix AX88190-based PCMCIA 53 (PC-card) Fast Ethernet card to your computer. These cards are 54 nearly NE2000 compatible but need a separate driver due to a few 55 misfeatures. 56 57 To compile this driver as a module, choose M here: the module will be 58 called axnet_cs. If unsure, say N. 59 60config AX88796 61 tristate "ASIX AX88796 NE2000 clone support" 62 depends on (ARM || MIPS || SUPERH) 63 select CRC32 64 select PHYLIB 65 select MDIO_BITBANG 66 ---help--- 67 AX88796 driver, using platform bus to provide 68 chip detection and resources 69 70config AX88796_93CX6 71 bool "ASIX AX88796 external 93CX6 eeprom support" 72 depends on AX88796 73 select EEPROM_93CX6 74 ---help--- 75 Select this if your platform comes with an external 93CX6 eeprom. 76 77config E2100 78 tristate "Cabletron E21xx support" 79 depends on ISA 80 select CRC32 81 ---help--- 82 If you have a network (Ethernet) card of this type, say Y and read 83 the Ethernet-HOWTO, available from 84 <http://www.tldp.org/docs.html#howto>. 85 86 To compile this driver as a module, choose M here. The module 87 will be called e2100. 88 89config ES3210 90 tristate "Racal-Interlan EISA ES3210 support (EXPERIMENTAL)" 91 depends on PCI && EISA && EXPERIMENTAL 92 select CRC32 93 ---help--- 94 If you have a network (Ethernet) card of this type, say Y and read 95 the Ethernet-HOWTO, available from 96 <http://www.tldp.org/docs.html#howto>. 97 98 To compile this driver as a module, choose M here. The module 99 will be called es3210. 100 101config HPLAN_PLUS 102 tristate "HP PCLAN+ (27247B and 27252A) support" 103 depends on ISA 104 select CRC32 105 ---help--- 106 If you have a network (Ethernet) card of this type, say Y and read 107 the Ethernet-HOWTO, available from 108 <http://www.tldp.org/docs.html#howto>. 109 110 To compile this driver as a module, choose M here. The module 111 will be called hp-plus. 112 113config HPLAN 114 tristate "HP PCLAN (27245 and other 27xxx series) support" 115 depends on ISA 116 select CRC32 117 ---help--- 118 If you have a network (Ethernet) card of this type, say Y and read 119 the Ethernet-HOWTO, available from 120 <http://www.tldp.org/docs.html#howto>. 121 122 To compile this driver as a module, choose M here. The module 123 will be called hp. 124 125config HYDRA 126 tristate "Hydra support" 127 depends on ZORRO 128 select CRC32 129 ---help--- 130 If you have a Hydra Ethernet adapter, say Y. Otherwise, say N. 131 132 To compile this driver as a module, choose M here: the module 133 will be called hydra. 134 135config ARM_ETHERH 136 tristate "I-cubed EtherH/ANT EtherM support" 137 depends on ARM && ARCH_ACORN 138 select CRC32 139 ---help--- 140 If you have an Acorn system with one of these network cards, you 141 should say Y to this option if you wish to use it with Linux. 142 143config LNE390 144 tristate "Mylex EISA LNE390A/B support (EXPERIMENTAL)" 145 depends on PCI && EISA && EXPERIMENTAL 146 select CRC32 147 ---help--- 148 If you have a network (Ethernet) card of this type, say Y and read 149 the Ethernet-HOWTO, available from 150 <http://www.tldp.org/docs.html#howto>. 151 152 To compile this driver as a module, choose M here. The module 153 will be called lne390. 154 155config MAC8390 156 bool "Macintosh NS 8390 based ethernet cards" 157 depends on MAC 158 select CRC32 159 ---help--- 160 If you want to include a driver to support Nubus or LC-PDS 161 Ethernet cards using an NS8390 chipset or its equivalent, say Y 162 and read the Ethernet-HOWTO, available from 163 <http://www.tldp.org/docs.html#howto>. 164 165config MCF8390 166 tristate "ColdFire NS8390 based Ethernet support" 167 depends on COLDFIRE 168 select CRC32 169 ---help--- 170 This driver is for Ethernet devices using an NS8390-compatible 171 chipset on many common ColdFire CPU based boards. Many of the older 172 Freescale dev boards use this, and some other common boards like 173 some SnapGear routers do as well. 174 175 If you have one of these boards and want to use the network interface 176 on them then choose Y. To compile this driver as a module, choose M 177 here, the module will be called mcf8390. 178 179config NE2000 180 tristate "NE2000/NE1000 support" 181 depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX) 182 select CRC32 183 ---help--- 184 If you have a network (Ethernet) card of this type, say Y and read 185 the Ethernet-HOWTO, available from 186 <http://www.tldp.org/docs.html#howto>. Many Ethernet cards 187 without a specific driver are compatible with NE2000. 188 189 If you have a PCI NE2000 card however, say N here and Y to "PCI 190 NE2000 and clone support" under "EISA, VLB, PCI and on board 191 controllers" below. If you have a NE2000 card and are running on 192 an MCA system (a bus system used on some IBM PS/2 computers and 193 laptops), say N here and Y to "NE/2 (ne2000 MCA version) support", 194 below. 195 196 To compile this driver as a module, choose M here. The module 197 will be called ne. 198 199config NE2K_PCI 200 tristate "PCI NE2000 and clones support (see help)" 201 depends on PCI 202 select CRC32 203 ---help--- 204 This driver is for NE2000 compatible PCI cards. It will not work 205 with ISA NE2000 cards (they have their own driver, "NE2000/NE1000 206 support" below). If you have a PCI NE2000 network (Ethernet) card, 207 say Y and read the Ethernet-HOWTO, available from 208 <http://www.tldp.org/docs.html#howto>. 209 210 This driver also works for the following NE2000 clone cards: 211 RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2 212 NetVin NV5000SC Via 86C926 SureCom NE34 Winbond 213 Holtek HT80232 Holtek HT80229 214 215 To compile this driver as a module, choose M here. The module 216 will be called ne2k-pci. 217 218config APNE 219 tristate "PCMCIA NE2000 support" 220 depends on AMIGA_PCMCIA 221 select CRC32 222 ---help--- 223 If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise, 224 say N. 225 226 To compile this driver as a module, choose M here: the module 227 will be called apne. 228 229config NE3210 230 tristate "Novell/Eagle/Microdyne NE3210 EISA support (EXPERIMENTAL)" 231 depends on PCI && EISA && EXPERIMENTAL 232 select CRC32 233 ---help--- 234 If you have a network (Ethernet) card of this type, say Y and read 235 the Ethernet-HOWTO, available from 236 <http://www.tldp.org/docs.html#howto>. Note that this driver 237 will NOT WORK for NE3200 cards as they are completely different. 238 239 To compile this driver as a module, choose M here. The module 240 will be called ne3210. 241 242config PCMCIA_PCNET 243 tristate "NE2000 compatible PCMCIA support" 244 depends on PCMCIA 245 select CRC32 246 ---help--- 247 Say Y here if you intend to attach an NE2000 compatible PCMCIA 248 (PC-card) Ethernet or Fast Ethernet card to your computer. 249 250 To compile this driver as a module, choose M here: the module will be 251 called pcnet_cs. If unsure, say N. 252 253config NE_H8300 254 tristate "NE2000 compatible support for H8/300" 255 depends on H8300 256 ---help--- 257 Say Y here if you want to use the NE2000 compatible 258 controller on the Renesas H8/300 processor. 259 260config STNIC 261 tristate "National DP83902AV support" 262 depends on SUPERH 263 select CRC32 264 ---help--- 265 Support for cards based on the National Semiconductor DP83902AV 266 ST-NIC Serial Network Interface Controller for Twisted Pair. This 267 is a 10Mbit/sec Ethernet controller. Product overview and specs at 268 <http://www.national.com/pf/DP/DP83902A.html>. 269 270 If unsure, say N. 271 272config ULTRA 273 tristate "SMC Ultra support" 274 depends on ISA 275 select CRC32 276 ---help--- 277 If you have a network (Ethernet) card of this type, say Y and read 278 the Ethernet-HOWTO, available from 279 <http://www.tldp.org/docs.html#howto>. 280 281 Important: There have been many reports that, with some motherboards 282 mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible, 283 such as some BusLogic models) causes corruption problems with many 284 operating systems. The Linux smc-ultra driver has a work-around for 285 this but keep it in mind if you have such a SCSI card and have 286 problems. 287 288 To compile this driver as a module, choose M here. The module 289 will be called smc-ultra. 290 291config ULTRA32 292 tristate "SMC Ultra32 EISA support" 293 depends on EISA 294 select CRC32 295 ---help--- 296 If you have a network (Ethernet) card of this type, say Y and read 297 the Ethernet-HOWTO, available from 298 <http://www.tldp.org/docs.html#howto>. 299 300 To compile this driver as a module, choose M here. The module 301 will be called smc-ultra32. 302 303config WD80x3 304 tristate "WD80*3 support" 305 depends on ISA 306 select CRC32 307 ---help--- 308 If you have a network (Ethernet) card of this type, say Y and read 309 the Ethernet-HOWTO, available from 310 <http://www.tldp.org/docs.html#howto>. 311 312 To compile this driver as a module, choose M here. The module 313 will be called wd. 314 315config ZORRO8390 316 tristate "Zorro NS8390-based Ethernet support" 317 depends on ZORRO 318 select CRC32 319 ---help--- 320 This driver is for Zorro Ethernet cards using an NS8390-compatible 321 chipset, like the Village Tronic Ariadne II and the Individual 322 Computers X-Surf Ethernet cards. If you have such a card, say Y. 323 Otherwise, say N. 324 325 To compile this driver as a module, choose M here: the module 326 will be called zorro8390. 327 328endif # NET_VENDOR_8390 329