Kconfig (aaccf3c97418f169afdbb5855e9cbcbda34e90fd) Kconfig (b255e500c8dc111dd9efac1442a85a0dac913feb)
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

--- 61 unchanged lines hidden (view full) ---

70
71 "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
72 "Boomerang" (EtherLink XL 3c900 or 3c905) PCI
73 "Cyclone" (3c540/3c900/3c905/3c980/3c575/3c656) PCI and Cardbus
74 "Tornado" (3c905) PCI
75 "Hurricane" (3c555/3cSOHO) PCI
76
77 If you have such a card, say Y here. More specific information is in
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

--- 61 unchanged lines hidden (view full) ---

70
71 "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
72 "Boomerang" (EtherLink XL 3c900 or 3c905) PCI
73 "Cyclone" (3c540/3c900/3c905/3c980/3c575/3c656) PCI and Cardbus
74 "Tornado" (3c905) PCI
75 "Hurricane" (3c555/3cSOHO) PCI
76
77 If you have such a card, say Y here. More specific information is in
78 <file:Documentation/networking/vortex.txt> and in the comments at
79 the beginning of <file:drivers/net/ethernet/3com/3c59x.c>.
78 <file:Documentation/networking/device_drivers/3com/vortex.txt> and
79 in the comments at the beginning of
80 <file:drivers/net/ethernet/3com/3c59x.c>.
80
81 To compile this support as a module, choose M here.
82
83config TYPHOON
84 tristate "3cr990 series \"Typhoon\" support"
85 depends on PCI
86 select CRC32
87 ---help---

--- 12 unchanged lines hidden ---
81
82 To compile this support as a module, choose M here.
83
84config TYPHOON
85 tristate "3cr990 series \"Typhoon\" support"
86 depends on PCI
87 select CRC32
88 ---help---

--- 12 unchanged lines hidden ---