blob: c0e17433f62380cdde9a5fc84d21a1b1164e23f3 [file] [log] [blame]
Jeff Kirsherdee1ad42011-04-07 07:42:33 -07001#
2# Intel network device configuration
3#
4
5config NET_VENDOR_INTEL
6 bool "Intel devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Jeff Kirsherdee1ad42011-04-07 07:42:33 -07008 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -04009 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070010
11 Note that the answer to this question doesn't directly affect the
12 kernel: saying N will just cause the configurator to skip all
13 the questions about Intel cards. If you say Y, you will be asked for
14 your specific card in the following questions.
15
16if NET_VENDOR_INTEL
17
18config E100
19 tristate "Intel(R) PRO/100+ support"
20 depends on PCI
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070021 select MII
22 ---help---
23 This driver supports Intel(R) PRO/100 family of adapters.
24 To verify that your adapter is supported, find the board ID number
25 on the adapter. Look for a label that has a barcode and a number
26 in the format 123456-001 (six digits hyphen three digits).
27
Jiri Benc5bd0c022016-04-05 16:25:07 +020028 Use the above information and the Adapter & Driver ID Guide that
29 can be located at:
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070030
Jiri Benc5bd0c022016-04-05 16:25:07 +020031 <http://support.intel.com>
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070032
33 to identify the adapter.
34
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070035 More specific information on configuring the driver is in
36 <file:Documentation/networking/e100.txt>.
37
38 To compile this driver as a module, choose M here. The module
39 will be called e100.
40
41config E1000
42 tristate "Intel(R) PRO/1000 Gigabit Ethernet support"
43 depends on PCI
44 ---help---
45 This driver supports Intel(R) PRO/1000 gigabit ethernet family of
46 adapters. For more information on how to identify your adapter, go
Jiri Benc5bd0c022016-04-05 16:25:07 +020047 to the Adapter & Driver ID Guide that can be located at:
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070048
49 <http://support.intel.com>
50
51 More specific information on configuring the driver is in
52 <file:Documentation/networking/e1000.txt>.
53
54 To compile this driver as a module, choose M here. The module
55 will be called e1000.
56
57config E1000E
58 tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
59 depends on PCI && (!SPARC32 || BROKEN)
60 select CRC32
Bruce Alland89777b2013-01-19 01:09:58 +000061 select PTP_1588_CLOCK
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070062 ---help---
63 This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
64 ethernet family of adapters. For PCI or PCI-X e1000 adapters,
65 use the regular e1000 driver For more information on how to
Jiri Benc5bd0c022016-04-05 16:25:07 +020066 identify your adapter, go to the Adapter & Driver ID Guide that
67 can be located at:
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070068
69 <http://support.intel.com>
70
71 To compile this driver as a module, choose M here. The module
72 will be called e1000e.
73
Christopher S. Hall01d7ada2016-02-22 03:15:26 -080074config E1000E_HWTS
75 bool "Support HW cross-timestamp on PCH devices"
76 default y
77 depends on E1000E && X86
78 ---help---
79 Say Y to enable hardware supported cross-timestamping on PCH
80 devices. The cross-timestamp is available through the PTP clock
81 driver precise cross-timestamp ioctl (PTP_SYS_OFFSET_PRECISE).
82
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070083config IGB
84 tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
85 depends on PCI
Ben Hutchingsa24006e2012-10-31 15:33:52 +000086 select PTP_1588_CLOCK
Carolyn Wyborny441fc6f2012-12-07 03:00:30 +000087 select I2C
88 select I2C_ALGOBIT
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070089 ---help---
90 This driver supports Intel(R) 82575/82576 gigabit ethernet family of
91 adapters. For more information on how to identify your adapter, go
Jiri Benc5bd0c022016-04-05 16:25:07 +020092 to the Adapter & Driver ID Guide that can be located at:
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070093
94 <http://support.intel.com>
95
96 More specific information on configuring the driver is in
97 <file:Documentation/networking/e1000.txt>.
98
99 To compile this driver as a module, choose M here. The module
100 will be called igb.
101
Carolyn Wybornye4288932012-12-07 03:01:42 +0000102config IGB_HWMON
103 bool "Intel(R) PCI-Express Gigabit adapters HWMON support"
104 default y
105 depends on IGB && HWMON && !(IGB=y && HWMON=m)
106 ---help---
107 Say Y if you want to expose thermal sensor data on Intel devices.
108
109 Some of our devices contain thermal sensors, both external and internal.
110 This data is available via the hwmon sysfs interface and exposes
111 the onboard sensors.
112
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700113config IGB_DCA
114 bool "Direct Cache Access (DCA) Support"
115 default y
116 depends on IGB && DCA && !(IGB=y && DCA=m)
117 ---help---
118 Say Y here if you want to use Direct Cache Access (DCA) in the
119 driver. DCA is a method for warming the CPU cache before data
120 is used, with the intent of lessening the impact of cache misses.
121
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700122config IGBVF
123 tristate "Intel(R) 82576 Virtual Function Ethernet support"
124 depends on PCI
125 ---help---
126 This driver supports Intel(R) 82576 virtual functions. For more
127 information on how to identify your adapter, go to the Adapter &
Jiri Benc5bd0c022016-04-05 16:25:07 +0200128 Driver ID Guide that can be located at:
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700129
130 <http://support.intel.com>
131
132 More specific information on configuring the driver is in
133 <file:Documentation/networking/e1000.txt>.
134
135 To compile this driver as a module, choose M here. The module
136 will be called igbvf.
137
138config IXGB
139 tristate "Intel(R) PRO/10GbE support"
140 depends on PCI
141 ---help---
142 This driver supports Intel(R) PRO/10GbE family of adapters for
143 PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver
144 instead. For more information on how to identify your adapter, go
Jiri Benc5bd0c022016-04-05 16:25:07 +0200145 to the Adapter & Driver ID Guide that can be located at:
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700146
147 <http://support.intel.com>
148
149 More specific information on configuring the driver is in
150 <file:Documentation/networking/ixgb.txt>.
151
152 To compile this driver as a module, choose M here. The module
153 will be called ixgb.
154
155config IXGBE
156 tristate "Intel(R) 10GbE PCI Express adapters support"
Ben Hutchingsff33c0e2012-11-16 12:47:39 +0000157 depends on PCI
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700158 select MDIO
Ben Hutchingsa24006e2012-10-31 15:33:52 +0000159 select PTP_1588_CLOCK
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700160 ---help---
161 This driver supports Intel(R) 10GbE PCI Express family of
162 adapters. For more information on how to identify your adapter, go
Jiri Benc5bd0c022016-04-05 16:25:07 +0200163 to the Adapter & Driver ID Guide that can be located at:
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700164
165 <http://support.intel.com>
166
167 To compile this driver as a module, choose M here. The module
168 will be called ixgbe.
169
Don Skidmore3ca8bc62012-04-12 00:33:31 +0000170config IXGBE_HWMON
171 bool "Intel(R) 10GbE PCI Express adapters HWMON support"
172 default y
173 depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m)
174 ---help---
175 Say Y if you want to expose the thermal sensor data on some of
176 our cards, via a hwmon sysfs interface.
177
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700178config IXGBE_DCA
179 bool "Direct Cache Access (DCA) Support"
180 default y
181 depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
182 ---help---
183 Say Y here if you want to use Direct Cache Access (DCA) in the
184 driver. DCA is a method for warming the CPU cache before data
185 is used, with the intent of lessening the impact of cache misses.
186
187config IXGBE_DCB
188 bool "Data Center Bridging (DCB) Support"
189 default n
190 depends on IXGBE && DCB
191 ---help---
192 Say Y here if you want to use Data Center Bridging (DCB) in the
193 driver.
194
195 If unsure, say N.
196
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700197config IXGBEVF
Jacob Kellerc0832b22013-11-22 05:58:15 +0000198 tristate "Intel(R) 10GbE PCI Express Virtual Function Ethernet support"
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700199 depends on PCI_MSI
200 ---help---
Jacob Kellerc0832b22013-11-22 05:58:15 +0000201 This driver supports Intel(R) PCI Express virtual functions for the
202 Intel(R) ixgbe driver. For more information on how to identify your
Jiri Benc5bd0c022016-04-05 16:25:07 +0200203 adapter, go to the Adapter & Driver ID Guide that can be located at:
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700204
205 <http://support.intel.com>
206
207 More specific information on configuring the driver is in
208 <file:Documentation/networking/ixgbevf.txt>.
209
210 To compile this driver as a module, choose M here. The module
211 will be called ixgbevf. MSI-X interrupt support is required
212 for this driver to work correctly.
213
Jesse Brandeburg1bff6522013-09-11 08:40:23 +0000214config I40E
215 tristate "Intel(R) Ethernet Controller XL710 Family support"
Jacob Kellerbeb0dff2014-01-11 05:43:19 +0000216 select PTP_1588_CLOCK
Jesse Brandeburg1bff6522013-09-11 08:40:23 +0000217 depends on PCI
218 ---help---
219 This driver supports Intel(R) Ethernet Controller XL710 Family of
220 devices. For more information on how to identify your adapter, go
Jiri Benc5bd0c022016-04-05 16:25:07 +0200221 to the Adapter & Driver ID Guide that can be located at:
Jesse Brandeburg1bff6522013-09-11 08:40:23 +0000222
223 <http://support.intel.com>
224
225 To compile this driver as a module, choose M here. The module
226 will be called i40e.
227
Neerav Parikh9d488722014-01-17 15:36:38 -0800228config I40E_DCB
229 bool "Data Center Bridging (DCB) Support"
230 default n
231 depends on I40E && DCB
232 ---help---
233 Say Y here if you want to use Data Center Bridging (DCB) in the
234 driver.
235
Jeff Kirshera1c9a9d2013-12-28 07:32:18 +0000236 If unsure, say N.
237
Vasu Dev776d4e92015-01-14 05:14:07 -0800238config I40E_FCOE
239 bool "Fibre Channel over Ethernet (FCoE)"
240 default n
241 depends on I40E && DCB && FCOE
242 ---help---
243 Say Y here if you want to use Fibre Channel over Ethernet (FCoE)
244 in the driver. This will create new netdev for exclusive FCoE
245 use with XL710 FCoE offloads enabled.
246
247 If unsure, say N.
248
Greg Rose105bf2f2013-12-21 06:13:16 +0000249config I40EVF
250 tristate "Intel(R) XL710 X710 Virtual Function Ethernet support"
251 depends on PCI_MSI
252 ---help---
253 This driver supports Intel(R) XL710 and X710 virtual functions.
254 For more information on how to identify your adapter, go to the
Jiri Benc5bd0c022016-04-05 16:25:07 +0200255 Adapter & Driver ID Guide that can be located at:
Greg Rose105bf2f2013-12-21 06:13:16 +0000256
257 <http://support.intel.com>
258
259 To compile this driver as a module, choose M here. The module
260 will be called i40evf. MSI-X interrupt support is required
261 for this driver to work correctly.
262
Alexander Duyckb3890e32014-09-20 19:46:05 -0400263config FM10K
264 tristate "Intel(R) FM10000 Ethernet Switch Host Interface Support"
265 default n
266 depends on PCI_MSI
Pranith Kumarb71b12d2014-10-10 01:19:06 -0400267 select PTP_1588_CLOCK
Alexander Duyckb3890e32014-09-20 19:46:05 -0400268 ---help---
269 This driver supports Intel(R) FM10000 Ethernet Switch Host
270 Interface. For more information on how to identify your adapter,
Jiri Benc5bd0c022016-04-05 16:25:07 +0200271 go to the Adapter & Driver ID Guide that can be located at:
Alexander Duyckb3890e32014-09-20 19:46:05 -0400272
273 <http://support.intel.com>
274
275 To compile this driver as a module, choose M here. The module
276 will be called fm10k. MSI-X interrupt support is required
277
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700278endif # NET_VENDOR_INTEL