Lines Matching +full:ptp +full:- +full:clock

2 # SPDX-License-Identifier: Apache-2.0
4 menuconfig PTP config
5 bool "IEEE 1588 (PTP) support [EXPERIMENTAL]"
14 Enable PTP Stack that send and receives PTP packets
16 supports only one PTP Instance in the PTP Node.
18 if PTP
20 module = PTP
21 module-dep = NET_LOG
22 module-str = Log level for PTP
23 module-help = Enable logs for the PTP stack.
27 int "PTP thread stack size"
30 Set the PTP thread stack size in bytes. The PTP thread handles the
31 PTP state machine. There is one PTP thread in the system.
34 int "Startup priority for the PTP stack init"
38 int "Priority of the PTP service thread"
41 Set the priority of the PTP. This handler polls the sockets and checks
42 timers, depending on received PTP messages or timeouts actions defined
49 PTP messages are allocated dynamically from memory slab. The Kconfig symbol
53 prompt "PTP Clock Type"
56 Specifies type of PTP Clock implemented on the target device
59 bool "Ordinary Clock"
62 bool "Boundary Clock"
65 bool "Transparent Peer-to-Peer Clock"
68 bool "Transparent End-to-End Clock"
79 int "Number of PTP Ports"
85 Configures the PTP stack to work with the given number of ports.
89 prompt "PTP Networking Protocol used by PTP Stack"
102 prompt "PTP Clock Accuracy"
105 Specify the accuracy of the clock. This setting should reflect
107 See 7.6.2.5 of IEEE 1588-2019 for more info.
172 int "Value used in the Best TimeTransmitter Clock Algorithm (BTCA)"
177 int "Value used in the Best TimeTransmitter Clock Algorithm (BTCA)"
182 bool "Configure Clock as timeReceiver PTP Instance"
185 An Oridinary Clock may be designed to ba a timeReceiver PTP Instance. In that state
203 uniform through PTP domain. For more check IEEE 1588-2019 Section 7.7.2.2.
217 range -1 1
260 The IEEE 1588-2019 standard states that minimum size of the list
261 is 5 foreign timeTransmitter records per PTP Port. Kconfig does not allow for math
266 prompt "Priority of PTP packets classification"
270 bool "High priority of PTP packet classification"
273 bool "Medium priority of PTP packet classification"
276 bool "Default priority of PTP packet classification"
286 endif # PTP