diff options
Diffstat (limited to 'drivers/ptp')
-rw-r--r-- | drivers/ptp/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig index a6e4b7c4a704..131ef03fd11a 100644 --- a/drivers/ptp/Kconfig +++ b/drivers/ptp/Kconfig | |||
@@ -4,12 +4,9 @@ | |||
4 | 4 | ||
5 | menu "PTP clock support" | 5 | menu "PTP clock support" |
6 | 6 | ||
7 | comment "Enable Device Drivers -> PPS to see the PTP clock options." | ||
8 | depends on PPS=n | ||
9 | |||
10 | config PTP_1588_CLOCK | 7 | config PTP_1588_CLOCK |
11 | tristate "PTP clock support" | 8 | tristate "PTP clock support" |
12 | depends on PPS | 9 | select PPS |
13 | help | 10 | help |
14 | The IEEE 1588 standard defines a method to precisely | 11 | The IEEE 1588 standard defines a method to precisely |
15 | synchronize distributed clocks over Ethernet networks. The | 12 | synchronize distributed clocks over Ethernet networks. The |