Kconfig 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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 NET_CORE
  58. select MII
  59. ---help---
  60. This option enables driver support for a large number of 10Mbps and
  61. 10/100Mbps EISA, PCI and PCMCIA 3Com network cards:
  62. "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
  63. "Boomerang" (EtherLink XL 3c900 or 3c905) PCI
  64. "Cyclone" (3c540/3c900/3c905/3c980/3c575/3c656) PCI and Cardbus
  65. "Tornado" (3c905) PCI
  66. "Hurricane" (3c555/3cSOHO) PCI
  67. If you have such a card, say Y and read the Ethernet-HOWTO,
  68. available from <http://www.tldp.org/docs.html#howto>. More
  69. specific information is in
  70. <file:Documentation/networking/vortex.txt> and in the comments at
  71. the beginning of <file:drivers/net/ethernet/3com/3c59x.c>.
  72. To compile this support as a module, choose M here.
  73. config TYPHOON
  74. tristate "3cr990 series \"Typhoon\" support"
  75. depends on PCI
  76. select CRC32
  77. ---help---
  78. This option enables driver support for the 3cr990 series of cards:
  79. 3C990-TX, 3CR990-TX-95, 3CR990-TX-97, 3CR990-FX-95, 3CR990-FX-97,
  80. 3CR990SVR, 3CR990SVR95, 3CR990SVR97, 3CR990-FX-95 Server,
  81. 3CR990-FX-97 Server, 3C990B-TX-M, 3C990BSVR
  82. If you have a network (Ethernet) card of this type, say Y and read
  83. the Ethernet-HOWTO, available from
  84. <http://www.tldp.org/docs.html#howto>.
  85. To compile this driver as a module, choose M here. The module
  86. will be called typhoon.
  87. endif # NET_VENDOR_3COM