Kconfig 4.2 KB

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