Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 1 | # |
| 2 | # 8390 device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_8390 |
| 6 | bool "National Semi-conductor 8390 devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Jeff Kirsher | d9fb9f3 | 2011-05-18 05:14:22 -0700 | [diff] [blame] | 8 | depends on NET_VENDOR_NATSEMI && (AMIGA_PCMCIA || PCI || SUPERH || \ |
Paul Gortmaker | bca94cf | 2013-01-05 20:23:12 -0500 | [diff] [blame^] | 9 | ISA || MAC || M32R || MACH_TX49XX || \ |
Paul Gortmaker | 483f777 | 2013-01-04 16:57:17 +0000 | [diff] [blame] | 10 | H8300 || ARM || MIPS || ZORRO || PCMCIA || \ |
Jeff Kirsher | d9fb9f3 | 2011-05-18 05:14:22 -0700 | [diff] [blame] | 11 | EXPERIMENTAL) |
Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 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 | |
| 22 | if NET_VENDOR_8390 |
| 23 | |
| 24 | config 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 | |
Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 36 | config PCMCIA_AXNET |
| 37 | tristate "Asix AX88190 PCMCIA support" |
| 38 | depends on PCMCIA |
| 39 | ---help--- |
| 40 | Say Y here if you intend to attach an Asix AX88190-based PCMCIA |
| 41 | (PC-card) Fast Ethernet card to your computer. These cards are |
| 42 | nearly NE2000 compatible but need a separate driver due to a few |
| 43 | misfeatures. |
| 44 | |
| 45 | To compile this driver as a module, choose M here: the module will be |
| 46 | called axnet_cs. If unsure, say N. |
| 47 | |
| 48 | config AX88796 |
| 49 | tristate "ASIX AX88796 NE2000 clone support" |
| 50 | depends on (ARM || MIPS || SUPERH) |
Arnd Bergmann | 31f3120 | 2012-04-20 10:56:13 +0000 | [diff] [blame] | 51 | select CRC32 |
Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 52 | select PHYLIB |
| 53 | select MDIO_BITBANG |
| 54 | ---help--- |
| 55 | AX88796 driver, using platform bus to provide |
| 56 | chip detection and resources |
| 57 | |
| 58 | config AX88796_93CX6 |
| 59 | bool "ASIX AX88796 external 93CX6 eeprom support" |
| 60 | depends on AX88796 |
| 61 | select EEPROM_93CX6 |
| 62 | ---help--- |
| 63 | Select this if your platform comes with an external 93CX6 eeprom. |
| 64 | |
| 65 | config E2100 |
| 66 | tristate "Cabletron E21xx support" |
| 67 | depends on ISA |
| 68 | select CRC32 |
| 69 | ---help--- |
| 70 | If you have a network (Ethernet) card of this type, say Y and read |
| 71 | the Ethernet-HOWTO, available from |
| 72 | <http://www.tldp.org/docs.html#howto>. |
| 73 | |
| 74 | To compile this driver as a module, choose M here. The module |
| 75 | will be called e2100. |
| 76 | |
Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 77 | config HPLAN_PLUS |
| 78 | tristate "HP PCLAN+ (27247B and 27252A) 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 hp-plus. |
| 88 | |
| 89 | config HPLAN |
| 90 | tristate "HP PCLAN (27245 and other 27xxx series) support" |
| 91 | depends on ISA |
| 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 hp. |
| 100 | |
| 101 | config HYDRA |
| 102 | tristate "Hydra support" |
| 103 | depends on ZORRO |
| 104 | select CRC32 |
| 105 | ---help--- |
| 106 | If you have a Hydra Ethernet adapter, say Y. Otherwise, say N. |
| 107 | |
| 108 | To compile this driver as a module, choose M here: the module |
| 109 | will be called hydra. |
| 110 | |
| 111 | config ARM_ETHERH |
| 112 | tristate "I-cubed EtherH/ANT EtherM support" |
| 113 | depends on ARM && ARCH_ACORN |
| 114 | select CRC32 |
| 115 | ---help--- |
| 116 | If you have an Acorn system with one of these network cards, you |
| 117 | should say Y to this option if you wish to use it with Linux. |
| 118 | |
Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 119 | config MAC8390 |
| 120 | bool "Macintosh NS 8390 based ethernet cards" |
| 121 | depends on MAC |
| 122 | select CRC32 |
| 123 | ---help--- |
| 124 | If you want to include a driver to support Nubus or LC-PDS |
| 125 | Ethernet cards using an NS8390 chipset or its equivalent, say Y |
| 126 | and read the Ethernet-HOWTO, available from |
| 127 | <http://www.tldp.org/docs.html#howto>. |
| 128 | |
Greg Ungerer | 064bff1 | 2012-07-04 13:50:00 +0000 | [diff] [blame] | 129 | config MCF8390 |
| 130 | tristate "ColdFire NS8390 based Ethernet support" |
| 131 | depends on COLDFIRE |
| 132 | select CRC32 |
| 133 | ---help--- |
| 134 | This driver is for Ethernet devices using an NS8390-compatible |
| 135 | chipset on many common ColdFire CPU based boards. Many of the older |
| 136 | Freescale dev boards use this, and some other common boards like |
| 137 | some SnapGear routers do as well. |
| 138 | |
| 139 | If you have one of these boards and want to use the network interface |
| 140 | on them then choose Y. To compile this driver as a module, choose M |
| 141 | here, the module will be called mcf8390. |
| 142 | |
Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 143 | config NE2000 |
| 144 | tristate "NE2000/NE1000 support" |
| 145 | depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX) |
| 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>. Many Ethernet cards |
| 151 | without a specific driver are compatible with NE2000. |
| 152 | |
| 153 | If you have a PCI NE2000 card however, say N here and Y to "PCI |
Paul Gortmaker | bca94cf | 2013-01-05 20:23:12 -0500 | [diff] [blame^] | 154 | NE2000 and clone support" below. |
Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 155 | |
| 156 | To compile this driver as a module, choose M here. The module |
| 157 | will be called ne. |
| 158 | |
Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 159 | config NE2K_PCI |
| 160 | tristate "PCI NE2000 and clones support (see help)" |
| 161 | depends on PCI |
| 162 | select CRC32 |
| 163 | ---help--- |
| 164 | This driver is for NE2000 compatible PCI cards. It will not work |
| 165 | with ISA NE2000 cards (they have their own driver, "NE2000/NE1000 |
| 166 | support" below). If you have a PCI NE2000 network (Ethernet) card, |
| 167 | say Y and read the Ethernet-HOWTO, available from |
| 168 | <http://www.tldp.org/docs.html#howto>. |
| 169 | |
| 170 | This driver also works for the following NE2000 clone cards: |
| 171 | RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2 |
| 172 | NetVin NV5000SC Via 86C926 SureCom NE34 Winbond |
| 173 | Holtek HT80232 Holtek HT80229 |
| 174 | |
| 175 | To compile this driver as a module, choose M here. The module |
| 176 | will be called ne2k-pci. |
| 177 | |
| 178 | config APNE |
| 179 | tristate "PCMCIA NE2000 support" |
| 180 | depends on AMIGA_PCMCIA |
| 181 | select CRC32 |
| 182 | ---help--- |
| 183 | If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise, |
| 184 | say N. |
| 185 | |
| 186 | To compile this driver as a module, choose M here: the module |
| 187 | will be called apne. |
| 188 | |
Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 189 | config PCMCIA_PCNET |
| 190 | tristate "NE2000 compatible PCMCIA support" |
| 191 | depends on PCMCIA |
| 192 | select CRC32 |
| 193 | ---help--- |
| 194 | Say Y here if you intend to attach an NE2000 compatible PCMCIA |
| 195 | (PC-card) Ethernet or Fast Ethernet card to your computer. |
| 196 | |
| 197 | To compile this driver as a module, choose M here: the module will be |
| 198 | called pcnet_cs. If unsure, say N. |
| 199 | |
| 200 | config NE_H8300 |
| 201 | tristate "NE2000 compatible support for H8/300" |
| 202 | depends on H8300 |
| 203 | ---help--- |
| 204 | Say Y here if you want to use the NE2000 compatible |
| 205 | controller on the Renesas H8/300 processor. |
| 206 | |
| 207 | config STNIC |
| 208 | tristate "National DP83902AV support" |
| 209 | depends on SUPERH |
| 210 | select CRC32 |
| 211 | ---help--- |
| 212 | Support for cards based on the National Semiconductor DP83902AV |
| 213 | ST-NIC Serial Network Interface Controller for Twisted Pair. This |
| 214 | is a 10Mbit/sec Ethernet controller. Product overview and specs at |
| 215 | <http://www.national.com/pf/DP/DP83902A.html>. |
| 216 | |
| 217 | If unsure, say N. |
| 218 | |
Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 219 | config ULTRA |
| 220 | tristate "SMC Ultra support" |
Jeff Kirsher | ae15043 | 2011-05-12 20:21:07 -0700 | [diff] [blame] | 221 | depends on ISA |
Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 222 | select CRC32 |
| 223 | ---help--- |
| 224 | If you have a network (Ethernet) card of this type, say Y and read |
| 225 | the Ethernet-HOWTO, available from |
| 226 | <http://www.tldp.org/docs.html#howto>. |
| 227 | |
| 228 | Important: There have been many reports that, with some motherboards |
| 229 | mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible, |
| 230 | such as some BusLogic models) causes corruption problems with many |
| 231 | operating systems. The Linux smc-ultra driver has a work-around for |
| 232 | this but keep it in mind if you have such a SCSI card and have |
| 233 | problems. |
| 234 | |
| 235 | To compile this driver as a module, choose M here. The module |
| 236 | will be called smc-ultra. |
| 237 | |
Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 238 | config WD80x3 |
| 239 | tristate "WD80*3 support" |
Jeff Kirsher | ae15043 | 2011-05-12 20:21:07 -0700 | [diff] [blame] | 240 | depends on ISA |
Jeff Kirsher | 644570b | 2011-04-02 06:20:12 -0700 | [diff] [blame] | 241 | select CRC32 |
| 242 | ---help--- |
| 243 | If you have a network (Ethernet) card of this type, say Y and read |
| 244 | the Ethernet-HOWTO, available from |
| 245 | <http://www.tldp.org/docs.html#howto>. |
| 246 | |
| 247 | To compile this driver as a module, choose M here. The module |
| 248 | will be called wd. |
| 249 | |
| 250 | config ZORRO8390 |
| 251 | tristate "Zorro NS8390-based Ethernet support" |
| 252 | depends on ZORRO |
| 253 | select CRC32 |
| 254 | ---help--- |
| 255 | This driver is for Zorro Ethernet cards using an NS8390-compatible |
| 256 | chipset, like the Village Tronic Ariadne II and the Individual |
| 257 | Computers X-Surf Ethernet cards. If you have such a card, say Y. |
| 258 | Otherwise, say N. |
| 259 | |
| 260 | To compile this driver as a module, choose M here: the module |
| 261 | will be called zorro8390. |
| 262 | |
| 263 | endif # NET_VENDOR_8390 |