Kconfig 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 QLGE
  51. tristate "QLogic QLGE 10Gb Ethernet Driver Support"
  52. depends on PCI
  53. ---help---
  54. This driver supports QLogic ISP8XXX 10Gb Ethernet cards.
  55. To compile this driver as a module, choose M here: the module
  56. will be called qlge.
  57. config NETXEN_NIC
  58. tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
  59. depends on PCI
  60. select FW_LOADER
  61. ---help---
  62. This enables the support for NetXen's Gigabit Ethernet card.
  63. endif # NET_VENDOR_QLOGIC