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