Kconfig 3.2 KB

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