Kconfig 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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_HWMON
  49. bool "QLOGIC QLCNIC 82XX and 83XX family HWMON support"
  50. depends on QLCNIC && HWMON && !(QLCNIC=y && HWMON=m)
  51. default y
  52. ---help---
  53. This configuration parameter can be used to read the
  54. board temperature in Converged Ethernet devices
  55. supported by qlcnic.
  56. This data is available via the hwmon sysfs interface.
  57. config QLGE
  58. tristate "QLogic QLGE 10Gb Ethernet Driver Support"
  59. depends on PCI
  60. ---help---
  61. This driver supports QLogic ISP8XXX 10Gb Ethernet cards.
  62. To compile this driver as a module, choose M here: the module
  63. will be called qlge.
  64. config NETXEN_NIC
  65. tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
  66. depends on PCI
  67. select FW_LOADER
  68. ---help---
  69. This enables the support for NetXen's Gigabit Ethernet card.
  70. config QED
  71. tristate "QLogic QED 25/40/100Gb core driver"
  72. depends on PCI
  73. select ZLIB_INFLATE
  74. select CRC8
  75. ---help---
  76. This enables the support for ...
  77. config QED_LL2
  78. bool
  79. config QED_SRIOV
  80. bool "QLogic QED 25/40/100Gb SR-IOV support"
  81. depends on QED && PCI_IOV
  82. default y
  83. ---help---
  84. This configuration parameter enables Single Root Input Output
  85. Virtualization support for QED devices.
  86. This allows for virtual function acceleration in virtualized
  87. environments.
  88. config QEDE
  89. tristate "QLogic QED 25/40/100Gb Ethernet NIC"
  90. depends on QED
  91. imply PTP_1588_CLOCK
  92. ---help---
  93. This enables the support for ...
  94. config QED_RDMA
  95. bool
  96. config QED_ISCSI
  97. bool
  98. config QED_FCOE
  99. bool
  100. config QED_OOO
  101. bool
  102. endif # NET_VENDOR_QLOGIC