blob: 32f2a45f4ab24aa9ffe1cacb7abcf7f64fa4b3ac [file] [log] [blame]
Jeff Kirsheraa43c212011-04-08 19:06:30 -07001#
2# QLogic network device configuration
3#
4
5config NET_VENDOR_QLOGIC
6 bool "QLogic devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Jeff Kirsheraa43c212011-04-08 19:06:30 -07008 depends on PCI
9 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040010 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsheraa43c212011-04-08 19:06:30 -070011
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
Rajesh Borundia02feda12013-03-29 05:46:33 +000036config 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
Sucheta Chakraborty14d385b2013-08-23 13:38:25 -040046config 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
Harish Patil1f0f4672014-04-25 17:43:57 -040057config QLCNIC_HWMON
58 bool "QLOGIC QLCNIC 82XX and 83XX family HWMON support"
Harish Patilf398a772014-05-07 02:06:15 -040059 depends on QLCNIC && HWMON && !(QLCNIC=y && HWMON=m)
Harish Patil1f0f4672014-04-25 17:43:57 -040060 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
Jeff Kirsheraa43c212011-04-08 19:06:30 -070068config 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
Yuval Mintzfe56b9e2015-10-26 11:02:25 +020084config QED
85 tristate "QLogic QED 25/40/100Gb core driver"
86 depends on PCI
Arnd Bergmann4bdb96c2015-11-10 11:28:15 +010087 select ZLIB_INFLATE
Yuval Mintzfe56b9e2015-10-26 11:02:25 +020088 ---help---
89 This enables the support for ...
90
Yuval Mintz0a7fb112016-10-01 21:59:55 +030091config QED_LL2
Ram Amranicee9fbd2016-10-01 21:59:56 +030092 bool
Yuval Mintz0a7fb112016-10-01 21:59:55 +030093
Yuval Mintz32a47e72016-05-11 16:36:12 +030094config QED_SRIOV
95 bool "QLogic QED 25/40/100Gb SR-IOV support"
96 depends on QED && PCI_IOV
97 default y
98 ---help---
99 This configuration parameter enables Single Root Input Output
100 Virtualization support for QED devices.
101 This allows for virtual function acceleration in virtualized
102 environments.
103
Yuval Mintze712d522015-10-26 11:02:27 +0200104config QEDE
105 tristate "QLogic QED 25/40/100Gb Ethernet NIC"
106 depends on QED
107 ---help---
108 This enables the support for ...
Manish Choprab18e1702016-04-14 01:38:30 -0400109
Yuval Mintz0189efb2016-10-13 22:57:02 +0300110config QED_RDMA
111 bool
112
Jeff Kirsheraa43c212011-04-08 19:06:30 -0700113endif # NET_VENDOR_QLOGIC