Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 QLGE
  32. tristate "QLogic QLGE 10Gb Ethernet Driver Support"
  33. depends on PCI
  34. ---help---
  35. This driver supports QLogic ISP8XXX 10Gb Ethernet cards.
  36. To compile this driver as a module, choose M here: the module
  37. will be called qlge.
  38. config NETXEN_NIC
  39. tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
  40. depends on PCI
  41. select FW_LOADER
  42. ---help---
  43. This enables the support for NetXen's Gigabit Ethernet card.
  44. endif # NET_VENDOR_QLOGIC