1 # SPDX-License-Identifier: GPL-2.0-only
3 # QLogic network device configuration
6 config NET_VENDOR_QLOGIC
11 If you have a network (Ethernet) card belonging to this class, say Y.
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about QLogic cards. If you say Y, you will be asked for
16 your specific card in the following questions.
21 tristate "QLogic QLA3XXX Network Driver Support"
24 This driver supports QLogic ISP3XXX gigabit Ethernet cards.
26 To compile this driver as a module, choose M here: the module
27 will be called qla3xxx.
30 tristate "QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support"
34 This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet
38 bool "QLOGIC QLCNIC 83XX family SR-IOV Support"
39 depends on QLCNIC && PCI_IOV
42 This configuration parameter enables Single Root Input Output
43 Virtualization support for QLE83XX Converged Ethernet devices.
44 This allows for virtual function acceleration in virtualized
48 bool "QLOGIC QLCNIC 82XX and 83XX family DCB Support"
49 depends on QLCNIC && DCB
52 This configuration parameter enables DCB support in QLE83XX
53 and QLE82XX Converged Ethernet devices. This allows for DCB
54 get operations support through rtNetlink interface. Only CEE
55 mode of DCB is supported. PG and PFC values are related only
59 bool "QLOGIC QLCNIC 82XX and 83XX family HWMON support"
60 depends on QLCNIC && HWMON && !(QLCNIC=y && HWMON=m)
63 This configuration parameter can be used to read the
64 board temperature in Converged Ethernet devices
67 This data is available via the hwmon sysfs interface.
70 tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
74 This enables the support for NetXen's Gigabit Ethernet card.
77 tristate "QLogic QED 25/40/100Gb core driver"
83 This enables the support for ...
89 bool "QLogic QED 25/40/100Gb SR-IOV support"
90 depends on QED && PCI_IOV
93 This configuration parameter enables Single Root Input Output
94 Virtualization support for QED devices.
95 This allows for virtual function acceleration in virtualized
99 tristate "QLogic QED 25/40/100Gb Ethernet NIC"
103 This enables the support for ...
117 endif # NET_VENDOR_QLOGIC