blob: d5b359df6e7c3e7c5b5bc4cce9a5bd06e6fe0981 [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 Kirsher433aee02011-11-02 00:30:52 +00008 depends on PCI || PCI_MSI || ISA || ISA_DMA_API || ARM || \
9 ARCH_ACORN || MCA || MCA_LEGACY || SNI_RM || SUN3 || \
Rob Herring695e0072012-04-03 15:34:00 +000010 GSC || BVME6000 || MVME16x || \
Jeff Kirsher433aee02011-11-02 00:30:52 +000011 (ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR) || \
12 EXPERIMENTAL
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070013 ---help---
14 If you have a network (Ethernet) card belonging to this class, say Y
15 and read the Ethernet-HOWTO, available from
16 <http://www.tldp.org/docs.html#howto>.
17
18 Note that the answer to this question doesn't directly affect the
19 kernel: saying N will just cause the configurator to skip all
20 the questions about Intel cards. If you say Y, you will be asked for
21 your specific card in the following questions.
22
23if NET_VENDOR_INTEL
24
25config E100
26 tristate "Intel(R) PRO/100+ support"
27 depends on PCI
Jeff Kirsheraaba2152011-09-14 21:23:14 +000028 select NET_CORE
Jeff Kirsherdee1ad42011-04-07 07:42:33 -070029 select MII
30 ---help---
31 This driver supports Intel(R) PRO/100 family of adapters.
32 To verify that your adapter is supported, find the board ID number
33 on the adapter. Look for a label that has a barcode and a number
34 in the format 123456-001 (six digits hyphen three digits).
35
36 Use the above information and the Adapter & Driver ID Guide at:
37
38 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
39
40 to identify the adapter.
41
42 For the latest Intel PRO/100 network driver for Linux, see:
43
44 <http://www.intel.com/p/en_US/support/highlights/network/pro100plus>
45
46 More specific information on configuring the driver is in
47 <file:Documentation/networking/e100.txt>.
48
49 To compile this driver as a module, choose M here. The module
50 will be called e100.
51
52config E1000
53 tristate "Intel(R) PRO/1000 Gigabit Ethernet support"
54 depends on PCI
55 ---help---
56 This driver supports Intel(R) PRO/1000 gigabit ethernet family of
57 adapters. For more information on how to identify your adapter, go
58 to the Adapter & Driver ID Guide at:
59
60 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
61
62 For general information and support, go to the Intel support
63 website at:
64
65 <http://support.intel.com>
66
67 More specific information on configuring the driver is in
68 <file:Documentation/networking/e1000.txt>.
69
70 To compile this driver as a module, choose M here. The module
71 will be called e1000.
72
73config E1000E
74 tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
75 depends on PCI && (!SPARC32 || BROKEN)
76 select CRC32
77 ---help---
78 This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
79 ethernet family of adapters. For PCI or PCI-X e1000 adapters,
80 use the regular e1000 driver For more information on how to
81 identify your adapter, go to the Adapter & Driver ID Guide at:
82
83 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
84
85 For general information and support, go to the Intel support
86 website at:
87
88 <http://support.intel.com>
89
90 To compile this driver as a module, choose M here. The module
91 will be called e1000e.
92
93config IGB
94 tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
95 depends on PCI
96 ---help---
97 This driver supports Intel(R) 82575/82576 gigabit ethernet family of
98 adapters. For more information on how to identify your adapter, go
99 to the Adapter & Driver ID Guide at:
100
101 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
102
103 For general information and support, go to the Intel support
104 website at:
105
106 <http://support.intel.com>
107
108 More specific information on configuring the driver is in
109 <file:Documentation/networking/e1000.txt>.
110
111 To compile this driver as a module, choose M here. The module
112 will be called igb.
113
114config IGB_DCA
115 bool "Direct Cache Access (DCA) Support"
116 default y
117 depends on IGB && DCA && !(IGB=y && DCA=m)
118 ---help---
119 Say Y here if you want to use Direct Cache Access (DCA) in the
120 driver. DCA is a method for warming the CPU cache before data
121 is used, with the intent of lessening the impact of cache misses.
122
Richard Cochran7ebae812012-03-16 10:55:37 +0000123config IGB_PTP
124 bool "PTP Hardware Clock (PHC)"
Carolyn Wyborny0e808bc2012-05-18 05:40:46 +0000125 default n
Ben Hutchingsc5628302012-10-31 15:31:29 +0000126 depends on IGB
Carolyn Wyborny0e808bc2012-05-18 05:40:46 +0000127 select PTP_1588_CLOCK
Richard Cochran7ebae812012-03-16 10:55:37 +0000128 ---help---
129 Say Y here if you want to use PTP Hardware Clock (PHC) in the
130 driver. Only the basic clock operations have been implemented.
131
132 Every timestamp and clock read operations must consult the
133 overflow counter to form a correct time value.
134
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700135config IGBVF
136 tristate "Intel(R) 82576 Virtual Function Ethernet support"
137 depends on PCI
138 ---help---
139 This driver supports Intel(R) 82576 virtual functions. For more
140 information on how to identify your adapter, go to the Adapter &
141 Driver ID Guide at:
142
143 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
144
145 For general information and support, go to the Intel support
146 website at:
147
148 <http://support.intel.com>
149
150 More specific information on configuring the driver is in
151 <file:Documentation/networking/e1000.txt>.
152
153 To compile this driver as a module, choose M here. The module
154 will be called igbvf.
155
156config IXGB
157 tristate "Intel(R) PRO/10GbE support"
158 depends on PCI
159 ---help---
160 This driver supports Intel(R) PRO/10GbE family of adapters for
161 PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver
162 instead. For more information on how to identify your adapter, go
163 to the Adapter & Driver ID Guide at:
164
165 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
166
167 For general information and support, go to the Intel support
168 website at:
169
170 <http://support.intel.com>
171
172 More specific information on configuring the driver is in
173 <file:Documentation/networking/ixgb.txt>.
174
175 To compile this driver as a module, choose M here. The module
176 will be called ixgb.
177
178config IXGBE
179 tristate "Intel(R) 10GbE PCI Express adapters support"
180 depends on PCI && INET
181 select MDIO
182 ---help---
183 This driver supports Intel(R) 10GbE PCI Express family of
184 adapters. For more information on how to identify your adapter, go
185 to the Adapter & Driver ID Guide at:
186
187 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
188
189 For general information and support, go to the Intel support
190 website at:
191
192 <http://support.intel.com>
193
194 To compile this driver as a module, choose M here. The module
195 will be called ixgbe.
196
Don Skidmore3ca8bc62012-04-12 00:33:31 +0000197config IXGBE_HWMON
198 bool "Intel(R) 10GbE PCI Express adapters HWMON support"
199 default y
200 depends on IXGBE && HWMON && !(IXGBE=y && HWMON=m)
201 ---help---
202 Say Y if you want to expose the thermal sensor data on some of
203 our cards, via a hwmon sysfs interface.
204
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700205config IXGBE_DCA
206 bool "Direct Cache Access (DCA) Support"
207 default y
208 depends on IXGBE && DCA && !(IXGBE=y && DCA=m)
209 ---help---
210 Say Y here if you want to use Direct Cache Access (DCA) in the
211 driver. DCA is a method for warming the CPU cache before data
212 is used, with the intent of lessening the impact of cache misses.
213
214config IXGBE_DCB
215 bool "Data Center Bridging (DCB) Support"
216 default n
217 depends on IXGBE && DCB
218 ---help---
219 Say Y here if you want to use Data Center Bridging (DCB) in the
220 driver.
221
222 If unsure, say N.
223
Jacob Keller3a6a4ed2012-05-01 05:24:58 +0000224config IXGBE_PTP
225 bool "PTP Clock Support"
226 default n
Ben Hutchingsc5628302012-10-31 15:31:29 +0000227 depends on IXGBE
Carolyn Wyborny0e808bc2012-05-18 05:40:46 +0000228 select PTP_1588_CLOCK
Jacob Keller3a6a4ed2012-05-01 05:24:58 +0000229 ---help---
230 Say Y here if you want support for 1588 Timestamping with a
231 PHC device, using the PTP 1588 Clock support. This is
232 required to enable timestamping support for the device.
233
234 If unsure, say N.
235
Jeff Kirsherdee1ad42011-04-07 07:42:33 -0700236config IXGBEVF
237 tristate "Intel(R) 82599 Virtual Function Ethernet support"
238 depends on PCI_MSI
239 ---help---
240 This driver supports Intel(R) 82599 virtual functions. For more
241 information on how to identify your adapter, go to the Adapter &
242 Driver ID Guide at:
243
244 <http://support.intel.com/support/network/sb/CS-008441.htm>
245
246 For general information and support, go to the Intel support
247 website at:
248
249 <http://support.intel.com>
250
251 More specific information on configuring the driver is in
252 <file:Documentation/networking/ixgbevf.txt>.
253
254 To compile this driver as a module, choose M here. The module
255 will be called ixgbevf. MSI-X interrupt support is required
256 for this driver to work correctly.
257
258endif # NET_VENDOR_INTEL