:orphan: .. title:: ETH_NATIVE_POSIX_PTP_CLOCK .. option:: CONFIG_ETH_NATIVE_POSIX_PTP_CLOCK *PTP clock driver support* Type: ``bool`` Help ==== .. code-block:: none Enable PTP clock support. Direct dependencies =================== \ :option:`NET_GPTP ` && \ :option:`ETH_NATIVE_POSIX ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`NET_GPTP ` Symbols selected by this symbol =============================== - \ :option:`PTP_CLOCK ` Kconfig definition ================== At ``/ethernet/Kconfig.native_posix:94`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:54`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Native Posix Ethernet driver .. code-block:: kconfig config ETH_NATIVE_POSIX_PTP_CLOCK bool "PTP clock driver support" default y if NET_GPTP select PTP_CLOCK depends on NET_GPTP && ETH_NATIVE_POSIX && NET_L2_ETHERNET help Enable PTP clock support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*