1# 2# 3Com Ethernet device configuration 3# 4 5config NET_VENDOR_3COM 6 bool "3Com devices" 7 default y 8 depends on ISA || EISA || PCI || PCMCIA 9 ---help--- 10 If you have a network (Ethernet) card belonging to this class, say Y 11 and read the Ethernet-HOWTO, available from 12 <http://www.tldp.org/docs.html#howto>. 13 14 Note that the answer to this question doesn't directly affect the 15 kernel: saying N will just cause the configurator to skip all 16 the questions about 3Com cards. If you say Y, you will be asked for 17 your specific card in the following questions. 18 19if NET_VENDOR_3COM 20 21config EL3 22 tristate "3c509/3c579 \"EtherLink III\" support" 23 depends on (ISA || EISA) 24 ---help--- 25 If you have a network (Ethernet) card belonging to the 3Com 26 EtherLinkIII series, say Y and read the Ethernet-HOWTO, available 27 from <http://www.tldp.org/docs.html#howto>. 28 29 If your card is not working you may need to use the DOS 30 setup disk to disable Plug & Play mode, and to select the default 31 media type. 32 33 To compile this driver as a module, choose M here. The module 34 will be called 3c509. 35 36config 3C515 37 tristate "3c515 ISA \"Fast EtherLink\"" 38 depends on (ISA || EISA) && ISA_DMA_API 39 ---help--- 40 If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet 41 network card, say Y and read the Ethernet-HOWTO, available from 42 <http://www.tldp.org/docs.html#howto>. 43 44 To compile this driver as a module, choose M here. The module 45 will be called 3c515. 46 47config PCMCIA_3C574 48 tristate "3Com 3c574 PCMCIA support" 49 depends on PCMCIA 50 ---help--- 51 Say Y here if you intend to attach a 3Com 3c574 or compatible PCMCIA 52 (PC-card) Fast Ethernet card to your computer. 53 54 To compile this driver as a module, choose M here: the module will be 55 called 3c574_cs. If unsure, say N. 56 57config PCMCIA_3C589 58 tristate "3Com 3c589 PCMCIA support" 59 depends on PCMCIA 60 ---help--- 61 Say Y here if you intend to attach a 3Com 3c589 or compatible PCMCIA 62 (PC-card) Ethernet card to your computer. 63 64 To compile this driver as a module, choose M here: the module will be 65 called 3c589_cs. If unsure, say N. 66 67config VORTEX 68 tristate "3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" support" 69 depends on (PCI || EISA) && HAS_IOPORT 70 select NET_CORE 71 select MII 72 ---help--- 73 This option enables driver support for a large number of 10Mbps and 74 10/100Mbps EISA, PCI and PCMCIA 3Com network cards: 75 76 "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI 77 "Boomerang" (EtherLink XL 3c900 or 3c905) PCI 78 "Cyclone" (3c540/3c900/3c905/3c980/3c575/3c656) PCI and Cardbus 79 "Tornado" (3c905) PCI 80 "Hurricane" (3c555/3cSOHO) PCI 81 82 If you have such a card, say Y and read the Ethernet-HOWTO, 83 available from <http://www.tldp.org/docs.html#howto>. More 84 specific information is in 85 <file:Documentation/networking/vortex.txt> and in the comments at 86 the beginning of <file:drivers/net/ethernet/3com/3c59x.c>. 87 88 To compile this support as a module, choose M here. 89 90config TYPHOON 91 tristate "3cr990 series \"Typhoon\" support" 92 depends on PCI 93 select CRC32 94 ---help--- 95 This option enables driver support for the 3cr990 series of cards: 96 97 3C990-TX, 3CR990-TX-95, 3CR990-TX-97, 3CR990-FX-95, 3CR990-FX-97, 98 3CR990SVR, 3CR990SVR95, 3CR990SVR97, 3CR990-FX-95 Server, 99 3CR990-FX-97 Server, 3C990B-TX-M, 3C990BSVR 100 101 If you have a network (Ethernet) card of this type, say Y and read 102 the Ethernet-HOWTO, available from 103 <http://www.tldp.org/docs.html#howto>. 104 105 To compile this driver as a module, choose M here. The module 106 will be called typhoon. 107 108endif # NET_VENDOR_3COM 109