Kconfig 3.3 KB

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