Kconfig 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. #
  2. # QLogic network device configuration
  3. #
  4. config NET_VENDOR_QLOGIC
  5. bool "QLogic devices"
  6. default y
  7. depends on PCI
  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 QLogic cards. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_QLOGIC
  15. config QLA3XXX
  16. tristate "QLogic QLA3XXX Network Driver Support"
  17. depends on PCI
  18. ---help---
  19. This driver supports QLogic ISP3XXX gigabit Ethernet cards.
  20. To compile this driver as a module, choose M here: the module
  21. will be called qla3xxx.
  22. config QLCNIC
  23. tristate "QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support"
  24. depends on PCI
  25. select FW_LOADER
  26. ---help---
  27. This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet
  28. devices.
  29. config QLCNIC_SRIOV
  30. bool "QLOGIC QLCNIC 83XX family SR-IOV Support"
  31. depends on QLCNIC && PCI_IOV
  32. default y
  33. ---help---
  34. This configuration parameter enables Single Root Input Output
  35. Virtualization support for QLE83XX Converged Ethernet devices.
  36. This allows for virtual function acceleration in virtualized
  37. environments.
  38. config QLCNIC_DCB
  39. bool "QLOGIC QLCNIC 82XX and 83XX family DCB Support"
  40. depends on QLCNIC && DCB
  41. default y
  42. ---help---
  43. This configuration parameter enables DCB support in QLE83XX
  44. and QLE82XX Converged Ethernet devices. This allows for DCB
  45. get operations support through rtNetlink interface. Only CEE
  46. mode of DCB is supported. PG and PFC values are related only
  47. to Tx.
  48. config QLCNIC_VXLAN
  49. bool "Virtual eXtensible Local Area Network (VXLAN) offload support"
  50. default n
  51. depends on QLCNIC && VXLAN && !(QLCNIC=y && VXLAN=m)
  52. ---help---
  53. This enables hardware offload support for VXLAN protocol over QLogic's
  54. 84XX series adapters.
  55. Say Y here if you want to enable hardware offload support for
  56. Virtual eXtensible Local Area Network (VXLAN) in the driver.
  57. config QLCNIC_HWMON
  58. bool "QLOGIC QLCNIC 82XX and 83XX family HWMON support"
  59. depends on QLCNIC && HWMON && !(QLCNIC=y && HWMON=m)
  60. default y
  61. ---help---
  62. This configuration parameter can be used to read the
  63. board temperature in Converged Ethernet devices
  64. supported by qlcnic.
  65. This data is available via the hwmon sysfs interface.
  66. config QLGE
  67. tristate "QLogic QLGE 10Gb Ethernet Driver Support"
  68. depends on PCI
  69. ---help---
  70. This driver supports QLogic ISP8XXX 10Gb Ethernet cards.
  71. To compile this driver as a module, choose M here: the module
  72. will be called qlge.
  73. config NETXEN_NIC
  74. tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
  75. depends on PCI
  76. select FW_LOADER
  77. ---help---
  78. This enables the support for NetXen's Gigabit Ethernet card.
  79. config QED
  80. tristate "QLogic QED 25/40/100Gb core driver"
  81. depends on PCI
  82. select ZLIB_INFLATE
  83. ---help---
  84. This enables the support for ...
  85. config QEDE
  86. tristate "QLogic QED 25/40/100Gb Ethernet NIC"
  87. depends on QED
  88. ---help---
  89. This enables the support for ...
  90. endif # NET_VENDOR_QLOGIC