:orphan: .. title:: choice: gPTP Clock Accuracy .. _choice_549: .. describe:: choice: gPTP Clock Accuracy *gPTP Clock Accuracy* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`NET_GPTP ` && \ :kconfig:`NET_L2_ETHERNET ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_UNKNOWN ` Choice options ============== - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_UNKNOWN ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_25NS ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_100NS ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_250NS ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_1US ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_2_5US ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_10US ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_25US ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_100US ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_250US ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_1MS ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_2_5MS ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_10MS ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_25MS ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_100MS ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_250MS ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_1S ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_10S ` - \ :kconfig:`NET_GPTP_CLOCK_ACCURACY_GT_10S ` Kconfig definition ================== At ``/net/l2/ethernet/gptp/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:71`` → ``/net/l2/ethernet/Kconfig:76`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable Ethernet support → Enable IEEE 802.1AS (gPTP) support [EXPERIMENTAL] .. code-block:: kconfig choice bool "gPTP Clock Accuracy" default NET_GPTP_CLOCK_ACCURACY_UNKNOWN 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*