Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # QLogic network device configuration
  4. #
  5. config NET_VENDOR_QLOGIC
  6. bool "QLogic devices"
  7. default y
  8. depends on PCI
  9. ---help---
  10. If you have a network (Ethernet) card belonging to this class, say Y.
  11. Note that the answer to this question doesn't directly affect the
  12. kernel: saying N will just cause the configurator to skip all
  13. the questions about QLogic cards. If you say Y, you will be asked for
  14. your specific card in the following questions.
  15. if NET_VENDOR_QLOGIC
  16. config QLA3XXX
  17. tristate "QLogic QLA3XXX Network Driver Support"
  18. depends on PCI
  19. ---help---
  20. This driver supports QLogic ISP3XXX gigabit Ethernet cards.
  21. To compile this driver as a module, choose M here: the module
  22. will be called qla3xxx.
  23. config QLCNIC
  24. tristate "QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support"
  25. depends on PCI
  26. select FW_LOADER
  27. ---help---
  28. This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet
  29. devices.
  30. config QLCNIC_SRIOV
  31. bool "QLOGIC QLCNIC 83XX family SR-IOV Support"
  32. depends on QLCNIC && PCI_IOV
  33. default y
  34. ---help---
  35. This configuration parameter enables Single Root Input Output
  36. Virtualization support for QLE83XX Converged Ethernet devices.
  37. This allows for virtual function acceleration in virtualized
  38. environments.
  39. config QLCNIC_DCB
  40. bool "QLOGIC QLCNIC 82XX and 83XX family DCB Support"
  41. depends on QLCNIC && DCB
  42. default y
  43. ---help---
  44. This configuration parameter enables DCB support in QLE83XX
  45. and QLE82XX Converged Ethernet devices. This allows for DCB
  46. get operations support through rtNetlink interface. Only CEE
  47. mode of DCB is supported. PG and PFC values are related only
  48. to Tx.
  49. config QLCNIC_HWMON
  50. bool "QLOGIC QLCNIC 82XX and 83XX family HWMON support"
  51. depends on QLCNIC && HWMON && !(QLCNIC=y && HWMON=m)
  52. default y
  53. ---help---
  54. This configuration parameter can be used to read the
  55. board temperature in Converged Ethernet devices
  56. supported by qlcnic.
  57. This data is available via the hwmon sysfs interface.
  58. config NETXEN_NIC
  59. tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
  60. depends on PCI
  61. select FW_LOADER
  62. ---help---
  63. This enables the support for NetXen's Gigabit Ethernet card.
  64. config QED
  65. tristate "QLogic QED 25/40/100Gb core driver"
  66. depends on PCI
  67. select ZLIB_INFLATE
  68. select CRC8
  69. select CRC32
  70. select NET_DEVLINK
  71. ---help---
  72. This enables the support for ...
  73. config QED_LL2
  74. bool
  75. config QED_SRIOV
  76. bool "QLogic QED 25/40/100Gb SR-IOV support"
  77. depends on QED && PCI_IOV
  78. default y
  79. ---help---
  80. This configuration parameter enables Single Root Input Output
  81. Virtualization support for QED devices.
  82. This allows for virtual function acceleration in virtualized
  83. environments.
  84. config QEDE
  85. tristate "QLogic QED 25/40/100Gb Ethernet NIC"
  86. depends on QED
  87. imply PTP_1588_CLOCK
  88. ---help---
  89. This enables the support for ...
  90. config QED_RDMA
  91. bool
  92. config QED_ISCSI
  93. bool
  94. config QED_FCOE
  95. bool
  96. config QED_OOO
  97. bool
  98. endif # NET_VENDOR_QLOGIC