Kconfig 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 QLGE
  41. tristate "QLogic QLGE 10Gb Ethernet Driver Support"
  42. depends on PCI
  43. ---help---
  44. This driver supports QLogic ISP8XXX 10Gb Ethernet cards.
  45. To compile this driver as a module, choose M here: the module
  46. will be called qlge.
  47. config NETXEN_NIC
  48. tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
  49. depends on PCI
  50. select FW_LOADER
  51. ---help---
  52. This enables the support for NetXen's Gigabit Ethernet card.
  53. endif # NET_VENDOR_QLOGIC