Kconfig 3.6 KB

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