diff options
Diffstat (limited to 'drivers/ptp/Kconfig')
-rw-r--r-- | drivers/ptp/Kconfig | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig new file mode 100644 index 000000000000..70d4bb1cbdab --- /dev/null +++ b/drivers/ptp/Kconfig | |||
@@ -0,0 +1,30 @@ | |||
1 | # | ||
2 | # PTP clock support configuration | ||
3 | # | ||
4 | |||
5 | menu "PTP clock support" | ||
6 | |||
7 | comment "Enable Device Drivers -> PPS to see the PTP clock options." | ||
8 | depends on PPS=n | ||
9 | |||
10 | config PTP_1588_CLOCK | ||
11 | tristate "PTP clock support" | ||
12 | depends on EXPERIMENTAL | ||
13 | depends on PPS | ||
14 | help | ||
15 | The IEEE 1588 standard defines a method to precisely | ||
16 | synchronize distributed clocks over Ethernet networks. The | ||
17 | standard defines a Precision Time Protocol (PTP), which can | ||
18 | be used to achieve synchronization within a few dozen | ||
19 | microseconds. In addition, with the help of special hardware | ||
20 | time stamping units, it can be possible to achieve | ||
21 | synchronization to within a few hundred nanoseconds. | ||
22 | |||
23 | This driver adds support for PTP clocks as character | ||
24 | devices. If you want to use a PTP clock, then you should | ||
25 | also enable at least one clock driver as well. | ||
26 | |||
27 | To compile this driver as a module, choose M here: the module | ||
28 | will be called ptp. | ||
29 | |||
30 | endmenu | ||