]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - drivers/net/ethernet/qlogic/Kconfig
Merge tag 'omap-for-v5.0/fixes-rc7-signed' of git://git.kernel.org/pub/scm/linux...
[mirror_ubuntu-eoan-kernel.git] / drivers / net / ethernet / qlogic / Kconfig
CommitLineData
aa43c215
JK
1#
2# QLogic network device configuration
3#
4
5config NET_VENDOR_QLOGIC
6 bool "QLogic devices"
88f07484 7 default y
aa43c215
JK
8 depends on PCI
9 ---help---
138b15ed 10 If you have a network (Ethernet) card belonging to this class, say Y.
aa43c215
JK
11
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
17if NET_VENDOR_QLOGIC
18
19config QLA3XXX
20 tristate "QLogic QLA3XXX Network Driver Support"
21 depends on PCI
22 ---help---
23 This driver supports QLogic ISP3XXX gigabit Ethernet cards.
24
25 To compile this driver as a module, choose M here: the module
26 will be called qla3xxx.
27
28config QLCNIC
29 tristate "QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support"
30 depends on PCI
31 select FW_LOADER
32 ---help---
33 This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet
34 devices.
35
02feda17
RB
36config QLCNIC_SRIOV
37 bool "QLOGIC QLCNIC 83XX family SR-IOV Support"
38 depends on QLCNIC && PCI_IOV
39 default y
40 ---help---
41 This configuration parameter enables Single Root Input Output
42 Virtualization support for QLE83XX Converged Ethernet devices.
43 This allows for virtual function acceleration in virtualized
44 environments.
45
14d385b9
SC
46config QLCNIC_DCB
47 bool "QLOGIC QLCNIC 82XX and 83XX family DCB Support"
48 depends on QLCNIC && DCB
49 default y
50 ---help---
51 This configuration parameter enables DCB support in QLE83XX
52 and QLE82XX Converged Ethernet devices. This allows for DCB
53 get operations support through rtNetlink interface. Only CEE
54 mode of DCB is supported. PG and PFC values are related only
55 to Tx.
56
1f0f467b
HP
57config QLCNIC_HWMON
58 bool "QLOGIC QLCNIC 82XX and 83XX family HWMON support"
f398a771 59 depends on QLCNIC && HWMON && !(QLCNIC=y && HWMON=m)
1f0f467b
HP
60 default y
61 ---help---
62 This configuration parameter can be used to read the
63 board temperature in Converged Ethernet devices
64 supported by qlcnic.
65
66 This data is available via the hwmon sysfs interface.
67
aa43c215
JK
68config 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
77config NETXEN_NIC
78 tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
79 depends on PCI
80 select FW_LOADER
81 ---help---
82 This enables the support for NetXen's Gigabit Ethernet card.
83
fe56b9e6
YM
84config QED
85 tristate "QLogic QED 25/40/100Gb core driver"
86 depends on PCI
4bdb96cb 87 select ZLIB_INFLATE
da090917 88 select CRC8
fe56b9e6
YM
89 ---help---
90 This enables the support for ...
91
0a7fb11c 92config QED_LL2
cee9fbd8 93 bool
0a7fb11c 94
32a47e72
YM
95config QED_SRIOV
96 bool "QLogic QED 25/40/100Gb SR-IOV support"
97 depends on QED && PCI_IOV
98 default y
99 ---help---
100 This configuration parameter enables Single Root Input Output
101 Virtualization support for QED devices.
102 This allows for virtual function acceleration in virtualized
103 environments.
104
e712d52b
YM
105config QEDE
106 tristate "QLogic QED 25/40/100Gb Ethernet NIC"
107 depends on QED
4c55215c 108 imply PTP_1588_CLOCK
e712d52b
YM
109 ---help---
110 This enables the support for ...
b18e170c 111
0189efb8
YM
112config QED_RDMA
113 bool
114
fc831825
YM
115config QED_ISCSI
116 bool
117
1e128c81
AE
118config QED_FCOE
119 bool
120
f436baf3
MK
121config QED_OOO
122 bool
123
aa43c215 124endif # NET_VENDOR_QLOGIC