1# 2# 8390 device configuration 3# 4 5config NET_VENDOR_8390 6 bool "National Semiconductor 8390 devices" 7 default y 8 depends on NET_VENDOR_NATSEMI 9 ---help--- 10 If you have a network (Ethernet) card belonging to this class, say Y. 11 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. 16 17if NET_VENDOR_8390 18 19config PCMCIA_AXNET 20 tristate "Asix AX88190 PCMCIA support" 21 depends on PCMCIA 22 ---help--- 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 26 misfeatures. 27 28 To compile this driver as a module, choose M here: the module will be 29 called axnet_cs. If unsure, say N. 30 31config AX88796 32 tristate "ASIX AX88796 NE2000 clone support" 33 depends on (ARM || MIPS || SUPERH) 34 select CRC32 35 select PHYLIB 36 select MDIO_BITBANG 37 ---help--- 38 AX88796 driver, using platform bus to provide 39 chip detection and resources 40 41config AX88796_93CX6 42 bool "ASIX AX88796 external 93CX6 eeprom support" 43 depends on AX88796 44 select EEPROM_93CX6 45 ---help--- 46 Select this if your platform comes with an external 93CX6 eeprom. 47 48config HYDRA 49 tristate "Hydra support" 50 depends on ZORRO 51 select CRC32 52 ---help--- 53 If you have a Hydra Ethernet adapter, say Y. Otherwise, say N. 54 55 To compile this driver as a module, choose M here: the module 56 will be called hydra. 57 58config ARM_ETHERH 59 tristate "I-cubed EtherH/ANT EtherM support" 60 depends on ARM && ARCH_ACORN 61 select CRC32 62 ---help--- 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. 65 66config MAC8390 67 tristate "Macintosh NS 8390 based ethernet cards" 68 depends on MAC 69 select CRC32 70 ---help--- 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. 73 74config MCF8390 75 tristate "ColdFire NS8390 based Ethernet support" 76 depends on COLDFIRE 77 select CRC32 78 ---help--- 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. 83 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. 87 88config NE2000 89 tristate "NE2000/NE1000 support" 90 depends on (ISA || (Q40 && m) || MACH_TX49XX || ATARI_ETHERNEC) 91 select CRC32 92 ---help--- 93 If you have a network (Ethernet) card of this type, say Y here. 94 Many Ethernet cards without a specific driver are compatible with 95 the NE2000. 96 97 If you have a PCI NE2000 card however, say N here and Y to "PCI 98 NE2000 and clone support" below. 99 100 To compile this driver as a module, choose M here. The module 101 will be called ne. 102 103config NE2K_PCI 104 tristate "PCI NE2000 and clones support (see help)" 105 depends on PCI 106 select CRC32 107 ---help--- 108 This driver is for NE2000 compatible PCI cards. It will not work 109 with ISA NE2000 cards (they have their own driver, "NE2000/NE1000 110 support" below). If you have a PCI NE2000 network (Ethernet) card, 111 say Y here. 112 113 This driver also works for the following NE2000 clone cards: 114 RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2 115 NetVin NV5000SC Via 86C926 SureCom NE34 Winbond 116 Holtek HT80232 Holtek HT80229 117 118 To compile this driver as a module, choose M here. The module 119 will be called ne2k-pci. 120 121config APNE 122 tristate "PCMCIA NE2000 support" 123 depends on AMIGA_PCMCIA 124 select CRC32 125 ---help--- 126 If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise, 127 say N. 128 129 To compile this driver as a module, choose M here: the module 130 will be called apne. 131 132config PCMCIA_PCNET 133 tristate "NE2000 compatible PCMCIA support" 134 depends on PCMCIA 135 select CRC32 136 ---help--- 137 Say Y here if you intend to attach an NE2000 compatible PCMCIA 138 (PC-card) Ethernet or Fast Ethernet card to your computer. 139 140 To compile this driver as a module, choose M here: the module will be 141 called pcnet_cs. If unsure, say N. 142 143config STNIC 144 tristate "National DP83902AV support" 145 depends on SUPERH 146 select CRC32 147 ---help--- 148 Support for cards based on the National Semiconductor DP83902AV 149 ST-NIC Serial Network Interface Controller for Twisted Pair. This 150 is a 10Mbit/sec Ethernet controller. Product overview and specs at 151 <http://www.national.com/pf/DP/DP83902A.html>. 152 153 If unsure, say N. 154 155config ULTRA 156 tristate "SMC Ultra support" 157 depends on ISA 158 select CRC32 159 ---help--- 160 If you have a network (Ethernet) card of this type, say Y here. 161 162 Important: There have been many reports that, with some motherboards 163 mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible, 164 such as some BusLogic models) causes corruption problems with many 165 operating systems. The Linux smc-ultra driver has a work-around for 166 this but keep it in mind if you have such a SCSI card and have 167 problems. 168 169 To compile this driver as a module, choose M here. The module 170 will be called smc-ultra. 171 172config WD80x3 173 tristate "WD80*3 support" 174 depends on ISA 175 select CRC32 176 ---help--- 177 If you have a network (Ethernet) card of this type, say Y here. 178 179 To compile this driver as a module, choose M here. The module 180 will be called wd. 181 182config ZORRO8390 183 tristate "Zorro NS8390-based Ethernet support" 184 depends on ZORRO 185 select CRC32 186 ---help--- 187 This driver is for Zorro Ethernet cards using an NS8390-compatible 188 chipset, like the Village Tronic Ariadne II and the Individual 189 Computers X-Surf Ethernet cards. If you have such a card, say Y. 190 Otherwise, say N. 191 192 To compile this driver as a module, choose M here: the module 193 will be called zorro8390. 194 195endif # NET_VENDOR_8390 196