Linux Audio

Check our new training course

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