Kconfig 2.9 KB

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