aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/intel/Kconfig')
-rw-r--r--drivers/net/ethernet/intel/Kconfig28
1 files changed, 2 insertions, 26 deletions
diff --git a/drivers/net/ethernet/intel/Kconfig b/drivers/net/ethernet/intel/Kconfig
index 0cafe4fe9406..73d28d51b5d9 100644
--- a/drivers/net/ethernet/intel/Kconfig
+++ b/drivers/net/ethernet/intel/Kconfig
@@ -93,6 +93,7 @@ config E1000E
93config IGB 93config IGB
94 tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support" 94 tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
95 depends on PCI 95 depends on PCI
96 select PTP_1588_CLOCK
96 ---help--- 97 ---help---
97 This driver supports Intel(R) 82575/82576 gigabit ethernet family of 98 This driver supports Intel(R) 82575/82576 gigabit ethernet family of
98 adapters. For more information on how to identify your adapter, go 99 adapters. For more information on how to identify your adapter, go
@@ -120,19 +121,6 @@ config IGB_DCA
120 driver. DCA is a method for warming the CPU cache before data 121 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 is used, with the intent of lessening the impact of cache misses.
122 123
123config IGB_PTP
124 bool "PTP Hardware Clock (PHC)"
125 default n
126 depends on IGB && EXPERIMENTAL
127 select PPS
128 select PTP_1588_CLOCK
129 ---help---
130 Say Y here if you want to use PTP Hardware Clock (PHC) in the
131 driver. Only the basic clock operations have been implemented.
132
133 Every timestamp and clock read operations must consult the
134 overflow counter to form a correct time value.
135
136config IGBVF 124config IGBVF
137 tristate "Intel(R) 82576 Virtual Function Ethernet support" 125 tristate "Intel(R) 82576 Virtual Function Ethernet support"
138 depends on PCI 126 depends on PCI
@@ -180,6 +168,7 @@ config IXGBE
180 tristate "Intel(R) 10GbE PCI Express adapters support" 168 tristate "Intel(R) 10GbE PCI Express adapters support"
181 depends on PCI && INET 169 depends on PCI && INET
182 select MDIO 170 select MDIO
171 select PTP_1588_CLOCK
183 ---help--- 172 ---help---
184 This driver supports Intel(R) 10GbE PCI Express family of 173 This driver supports Intel(R) 10GbE PCI Express family of
185 adapters. For more information on how to identify your adapter, go 174 adapters. For more information on how to identify your adapter, go
@@ -222,19 +211,6 @@ config IXGBE_DCB
222 211
223 If unsure, say N. 212 If unsure, say N.
224 213
225config IXGBE_PTP
226 bool "PTP Clock Support"
227 default n
228 depends on IXGBE && EXPERIMENTAL
229 select PPS
230 select PTP_1588_CLOCK
231 ---help---
232 Say Y here if you want support for 1588 Timestamping with a
233 PHC device, using the PTP 1588 Clock support. This is
234 required to enable timestamping support for the device.
235
236 If unsure, say N.
237
238config IXGBEVF 214config IXGBEVF
239 tristate "Intel(R) 82599 Virtual Function Ethernet support" 215 tristate "Intel(R) 82599 Virtual Function Ethernet support"
240 depends on PCI_MSI 216 depends on PCI_MSI