Kconfig (95148229d32e5c68445a59d981482dba57f91919) | Kconfig (aaba215ca0b4232824c92b830853f465f16a6672) |
---|---|
1# 2# 3Com Ethernet device configuration 3# 4 5config NET_VENDOR_3COM 6 bool "3Com devices" 7 default y 8 depends on ISA || EISA || MCA || PCI || PCMCIA --- 67 unchanged lines hidden (view full) --- 76 (PC-card) Ethernet card to your computer. 77 78 To compile this driver as a module, choose M here: the module will be 79 called 3c589_cs. If unsure, say N. 80 81config VORTEX 82 tristate "3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" support" 83 depends on (PCI || EISA) | 1# 2# 3Com Ethernet device configuration 3# 4 5config NET_VENDOR_3COM 6 bool "3Com devices" 7 default y 8 depends on ISA || EISA || MCA || PCI || PCMCIA --- 67 unchanged lines hidden (view full) --- 76 (PC-card) Ethernet card to your computer. 77 78 To compile this driver as a module, choose M here: the module will be 79 called 3c589_cs. If unsure, say N. 80 81config VORTEX 82 tristate "3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" support" 83 depends on (PCI || EISA) |
84 select NET_CORE |
|
84 select MII 85 ---help--- 86 This option enables driver support for a large number of 10Mbps and 87 10/100Mbps EISA, PCI and PCMCIA 3Com network cards: 88 89 "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI 90 "Boomerang" (EtherLink XL 3c900 or 3c905) PCI 91 "Cyclone" (3c540/3c900/3c905/3c980/3c575/3c656) PCI and Cardbus --- 30 unchanged lines hidden --- | 85 select MII 86 ---help--- 87 This option enables driver support for a large number of 10Mbps and 88 10/100Mbps EISA, PCI and PCMCIA 3Com network cards: 89 90 "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI 91 "Boomerang" (EtherLink XL 3c900 or 3c905) PCI 92 "Cyclone" (3c540/3c900/3c905/3c980/3c575/3c656) PCI and Cardbus --- 30 unchanged lines hidden --- |