The latest development version of this page may be more current than this released 1.14.1 version.
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.)

Kconfig definition

At subsys/net/l2/ethernet/gptp/Kconfig:39

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:80subsys/net/l2/Kconfig:72subsys/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" if NET_GPTP && NET_L2_ETHERNET && NETWORKING
    default NET_GPTP_CLOCK_ACCURACY_UNKNOWN if NET_GPTP && NET_L2_ETHERNET && NETWORKING
    depends on NET_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.)