-
choice: gPTP Clock Accuracy
gPTP Clock Accuracy
Type: bool
Help¶
Specify the accuracy of the clock. This setting should reflect the actual capabilities of the hardware. See 7.6.2.5 of IEEE 1588-2008 for more info.
Direct dependencies¶
NET_GPTP
&& NET_L2_ETHERNET
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
Choice options¶
NET_GPTP_CLOCK_ACCURACY_UNKNOWN
NET_GPTP_CLOCK_ACCURACY_25NS
NET_GPTP_CLOCK_ACCURACY_100NS
NET_GPTP_CLOCK_ACCURACY_250NS
NET_GPTP_CLOCK_ACCURACY_1US
NET_GPTP_CLOCK_ACCURACY_2_5US
NET_GPTP_CLOCK_ACCURACY_10US
NET_GPTP_CLOCK_ACCURACY_25US
NET_GPTP_CLOCK_ACCURACY_100US
NET_GPTP_CLOCK_ACCURACY_250US
NET_GPTP_CLOCK_ACCURACY_1MS
NET_GPTP_CLOCK_ACCURACY_2_5MS
NET_GPTP_CLOCK_ACCURACY_10MS
NET_GPTP_CLOCK_ACCURACY_25MS
NET_GPTP_CLOCK_ACCURACY_100MS
NET_GPTP_CLOCK_ACCURACY_250MS
NET_GPTP_CLOCK_ACCURACY_1S
NET_GPTP_CLOCK_ACCURACY_10S
NET_GPTP_CLOCK_ACCURACY_GT_10S
Kconfig definition¶
At subsys/net/l2/ethernet/gptp/Kconfig:39
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:80
→ subsys/net/l2/Kconfig:72
→ subsys/net/l2/ethernet/Kconfig:79
Menu path: (top menu) → Networking → Link layer options → Enable Ethernet support → Enable IEEE 802.1AS (gPTP) support [EXPERIMENTAL]
choice bool prompt "gPTP Clock Accuracy" ifNET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
defaultNET_GPTP_CLOCK_ACCURACY_UNKNOWN
ifNET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
depends onNET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
help Specify the accuracy of the clock. This setting should reflect the actual capabilities of the hardware. See 7.6.2.5 of IEEE 1588-2008 for more info.
(Definitions include propagated dependencies, including from if’s and menus.)