Kconfig 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # QLogic network device configuration
  3. #
  4. config NET_VENDOR_QLOGIC
  5. bool "QLogic devices"
  6. depends on PCI
  7. ---help---
  8. If you have a network (Ethernet) card belonging to this class, say Y
  9. and read the Ethernet-HOWTO, available from
  10. <http://www.tldp.org/docs.html#howto>.
  11. Note that the answer to this question doesn't directly affect the
  12. kernel: saying N will just cause the configurator to skip all
  13. the questions about QLogic cards. If you say Y, you will be asked for
  14. your specific card in the following questions.
  15. if NET_VENDOR_QLOGIC
  16. config QLA3XXX
  17. tristate "QLogic QLA3XXX Network Driver Support"
  18. depends on PCI
  19. ---help---
  20. This driver supports QLogic ISP3XXX gigabit Ethernet cards.
  21. To compile this driver as a module, choose M here: the module
  22. will be called qla3xxx.
  23. config QLCNIC
  24. tristate "QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support"
  25. depends on PCI
  26. select FW_LOADER
  27. ---help---
  28. This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet
  29. devices.
  30. config QLGE
  31. tristate "QLogic QLGE 10Gb Ethernet Driver Support"
  32. depends on PCI
  33. ---help---
  34. This driver supports QLogic ISP8XXX 10Gb Ethernet cards.
  35. To compile this driver as a module, choose M here: the module
  36. will be called qlge.
  37. config NETXEN_NIC
  38. tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
  39. depends on PCI
  40. select FW_LOADER
  41. ---help---
  42. This enables the support for NetXen's Gigabit Ethernet card.
  43. endif # NET_VENDOR_QLOGIC