diff options
Diffstat (limited to 'drivers/net/ethernet/intel/Kconfig')
| -rw-r--r-- | drivers/net/ethernet/intel/Kconfig | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/net/ethernet/intel/Kconfig b/drivers/net/ethernet/intel/Kconfig index 79b07ec6726f..0cafe4fe9406 100644 --- a/drivers/net/ethernet/intel/Kconfig +++ b/drivers/net/ethernet/intel/Kconfig | |||
| @@ -122,8 +122,10 @@ config IGB_DCA | |||
| 122 | 122 | ||
| 123 | config IGB_PTP | 123 | config IGB_PTP |
| 124 | bool "PTP Hardware Clock (PHC)" | 124 | bool "PTP Hardware Clock (PHC)" |
| 125 | default y | 125 | default n |
| 126 | depends on IGB && PTP_1588_CLOCK | 126 | depends on IGB && EXPERIMENTAL |
| 127 | select PPS | ||
| 128 | select PTP_1588_CLOCK | ||
| 127 | ---help--- | 129 | ---help--- |
| 128 | Say Y here if you want to use PTP Hardware Clock (PHC) in the | 130 | Say Y here if you want to use PTP Hardware Clock (PHC) in the |
| 129 | driver. Only the basic clock operations have been implemented. | 131 | driver. Only the basic clock operations have been implemented. |
| @@ -223,7 +225,9 @@ config IXGBE_DCB | |||
| 223 | config IXGBE_PTP | 225 | config IXGBE_PTP |
| 224 | bool "PTP Clock Support" | 226 | bool "PTP Clock Support" |
| 225 | default n | 227 | default n |
| 226 | depends on IXGBE && PTP_1588_CLOCK | 228 | depends on IXGBE && EXPERIMENTAL |
| 229 | select PPS | ||
| 230 | select PTP_1588_CLOCK | ||
| 227 | ---help--- | 231 | ---help--- |
| 228 | Say Y here if you want support for 1588 Timestamping with a | 232 | Say Y here if you want support for 1588 Timestamping with a |
| 229 | PHC device, using the PTP 1588 Clock support. This is | 233 | PHC device, using the PTP 1588 Clock support. This is |
