diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/oki-semi/pch_gbe/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig b/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig index 97302419a377..5296cc8d3cba 100644 --- a/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig +++ b/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig | |||
@@ -26,6 +26,9 @@ if PCH_GBE | |||
26 | config PCH_PTP | 26 | config PCH_PTP |
27 | bool "PCH PTP clock support" | 27 | bool "PCH PTP clock support" |
28 | default n | 28 | default n |
29 | depends on EXPERIMENTAL | ||
30 | select PPS | ||
31 | select PTP_1588_CLOCK | ||
29 | select PTP_1588_CLOCK_PCH | 32 | select PTP_1588_CLOCK_PCH |
30 | ---help--- | 33 | ---help--- |
31 | Say Y here if you want to use Precision Time Protocol (PTP) in the | 34 | Say Y here if you want to use Precision Time Protocol (PTP) in the |