.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # QLogic network device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
6 | 7 | bool "QLogic devices" |
---|
7 | 8 | default y |
---|
8 | 9 | depends on PCI |
---|
9 | | - ---help--- |
---|
| 10 | + help |
---|
10 | 11 | If you have a network (Ethernet) card belonging to this class, say Y. |
---|
11 | 12 | |
---|
12 | 13 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
19 | 20 | config QLA3XXX |
---|
20 | 21 | tristate "QLogic QLA3XXX Network Driver Support" |
---|
21 | 22 | depends on PCI |
---|
22 | | - ---help--- |
---|
| 23 | + help |
---|
23 | 24 | This driver supports QLogic ISP3XXX gigabit Ethernet cards. |
---|
24 | 25 | |
---|
25 | 26 | To compile this driver as a module, choose M here: the module |
---|
.. | .. |
---|
29 | 30 | tristate "QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support" |
---|
30 | 31 | depends on PCI |
---|
31 | 32 | select FW_LOADER |
---|
32 | | - ---help--- |
---|
| 33 | + help |
---|
33 | 34 | This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet |
---|
34 | 35 | devices. |
---|
35 | 36 | |
---|
.. | .. |
---|
37 | 38 | bool "QLOGIC QLCNIC 83XX family SR-IOV Support" |
---|
38 | 39 | depends on QLCNIC && PCI_IOV |
---|
39 | 40 | default y |
---|
40 | | - ---help--- |
---|
| 41 | + help |
---|
41 | 42 | This configuration parameter enables Single Root Input Output |
---|
42 | 43 | Virtualization support for QLE83XX Converged Ethernet devices. |
---|
43 | 44 | This allows for virtual function acceleration in virtualized |
---|
.. | .. |
---|
47 | 48 | bool "QLOGIC QLCNIC 82XX and 83XX family DCB Support" |
---|
48 | 49 | depends on QLCNIC && DCB |
---|
49 | 50 | default y |
---|
50 | | - ---help--- |
---|
| 51 | + help |
---|
51 | 52 | This configuration parameter enables DCB support in QLE83XX |
---|
52 | 53 | and QLE82XX Converged Ethernet devices. This allows for DCB |
---|
53 | 54 | get operations support through rtNetlink interface. Only CEE |
---|
.. | .. |
---|
58 | 59 | bool "QLOGIC QLCNIC 82XX and 83XX family HWMON support" |
---|
59 | 60 | depends on QLCNIC && HWMON && !(QLCNIC=y && HWMON=m) |
---|
60 | 61 | default y |
---|
61 | | - ---help--- |
---|
| 62 | + help |
---|
62 | 63 | This configuration parameter can be used to read the |
---|
63 | 64 | board temperature in Converged Ethernet devices |
---|
64 | 65 | supported by qlcnic. |
---|
65 | 66 | |
---|
66 | 67 | This data is available via the hwmon sysfs interface. |
---|
67 | 68 | |
---|
68 | | -config QLGE |
---|
69 | | - tristate "QLogic QLGE 10Gb Ethernet Driver Support" |
---|
70 | | - depends on PCI |
---|
71 | | - ---help--- |
---|
72 | | - This driver supports QLogic ISP8XXX 10Gb Ethernet cards. |
---|
73 | | - |
---|
74 | | - To compile this driver as a module, choose M here: the module |
---|
75 | | - will be called qlge. |
---|
76 | | - |
---|
77 | 69 | config NETXEN_NIC |
---|
78 | 70 | tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC" |
---|
79 | 71 | depends on PCI |
---|
80 | 72 | select FW_LOADER |
---|
81 | | - ---help--- |
---|
| 73 | + help |
---|
82 | 74 | This enables the support for NetXen's Gigabit Ethernet card. |
---|
83 | 75 | |
---|
84 | 76 | config QED |
---|
.. | .. |
---|
86 | 78 | depends on PCI |
---|
87 | 79 | select ZLIB_INFLATE |
---|
88 | 80 | select CRC8 |
---|
89 | | - ---help--- |
---|
90 | | - This enables the support for ... |
---|
| 81 | + select CRC32 |
---|
| 82 | + select NET_DEVLINK |
---|
| 83 | + help |
---|
| 84 | + This enables the support for Marvell FastLinQ adapters family. |
---|
91 | 85 | |
---|
92 | 86 | config QED_LL2 |
---|
93 | 87 | bool |
---|
.. | .. |
---|
96 | 90 | bool "QLogic QED 25/40/100Gb SR-IOV support" |
---|
97 | 91 | depends on QED && PCI_IOV |
---|
98 | 92 | default y |
---|
99 | | - ---help--- |
---|
| 93 | + help |
---|
100 | 94 | This configuration parameter enables Single Root Input Output |
---|
101 | 95 | Virtualization support for QED devices. |
---|
102 | 96 | This allows for virtual function acceleration in virtualized |
---|
.. | .. |
---|
106 | 100 | tristate "QLogic QED 25/40/100Gb Ethernet NIC" |
---|
107 | 101 | depends on QED |
---|
108 | 102 | imply PTP_1588_CLOCK |
---|
109 | | - ---help--- |
---|
110 | | - This enables the support for ... |
---|
| 103 | + help |
---|
| 104 | + This enables the support for Marvell FastLinQ adapters family, |
---|
| 105 | + ethernet driver. |
---|
111 | 106 | |
---|
112 | 107 | config QED_RDMA |
---|
113 | 108 | bool |
---|