Kconfig 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # FDDI network device configuration
  4. #
  5. config FDDI
  6. tristate "FDDI driver support"
  7. depends on PCI || EISA || TC
  8. help
  9. Fiber Distributed Data Interface is a high speed local area network
  10. design; essentially a replacement for high speed Ethernet. FDDI can
  11. run over copper or fiber. If you are connected to such a network and
  12. want a driver for the FDDI card in your computer, say Y here (and
  13. then also Y to the driver for your FDDI card, below). Most people
  14. will say N.
  15. if FDDI
  16. config DEFZA
  17. tristate "DEC FDDIcontroller 700/700-C (DEFZA-xx) support"
  18. depends on FDDI && TC
  19. help
  20. This is support for the DEC FDDIcontroller 700 (DEFZA-AA, fiber)
  21. and 700-C (DEFZA-CA, copper) TURBOchannel network cards which
  22. can connect you to a local FDDI network.
  23. To compile this driver as a module, choose M here: the module
  24. will be called defza. If unsure, say N.
  25. config DEFXX
  26. tristate "Digital DEFTA/DEFEA/DEFPA adapter support"
  27. depends on FDDI && (PCI || EISA || TC)
  28. help
  29. This is support for the DIGITAL series of TURBOchannel (DEFTA),
  30. EISA (DEFEA) and PCI (DEFPA) controllers which can connect you
  31. to a local FDDI network.
  32. To compile this driver as a module, choose M here: the module
  33. will be called defxx. If unsure, say N.
  34. config SKFP
  35. tristate "SysKonnect FDDI PCI support"
  36. depends on FDDI && PCI
  37. select BITREVERSE
  38. help
  39. Say Y here if you have a SysKonnect FDDI PCI adapter.
  40. The following adapters are supported by this driver:
  41. - SK-5521 (SK-NET FDDI-UP)
  42. - SK-5522 (SK-NET FDDI-UP DAS)
  43. - SK-5541 (SK-NET FDDI-FP)
  44. - SK-5543 (SK-NET FDDI-LP)
  45. - SK-5544 (SK-NET FDDI-LP DAS)
  46. - SK-5821 (SK-NET FDDI-UP64)
  47. - SK-5822 (SK-NET FDDI-UP64 DAS)
  48. - SK-5841 (SK-NET FDDI-FP64)
  49. - SK-5843 (SK-NET FDDI-LP64)
  50. - SK-5844 (SK-NET FDDI-LP64 DAS)
  51. - Netelligent 100 FDDI DAS Fibre SC
  52. - Netelligent 100 FDDI SAS Fibre SC
  53. - Netelligent 100 FDDI DAS UTP
  54. - Netelligent 100 FDDI SAS UTP
  55. - Netelligent 100 FDDI SAS Fibre MIC
  56. Read <file:Documentation/networking/device_drivers/fddi/skfp.rst>
  57. for information about the driver.
  58. Questions concerning this driver can be addressed to:
  59. <[email protected]>
  60. To compile this driver as a module, choose M here: the module
  61. will be called skfp. This is recommended.
  62. endif # FDDI