:orphan: .. title:: CONFIG_ETH_NATIVE_POSIX_PTP_CLOCK .. kconfig:: CONFIG_ETH_NATIVE_POSIX_PTP_CLOCK CONFIG_ETH_NATIVE_POSIX_PTP_CLOCK ################################# *PTP clock driver support* Type: ``bool`` Help ==== .. code-block:: none Enable PTP clock support. Direct dependencies =================== \ :kconfig:`NET_GPTP ` && \ :kconfig:`ETH_NATIVE_POSIX ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`NET_GPTP ` Symbols selected by this symbol =============================== - \ :kconfig:`PTP_CLOCK ` Kconfig definition ================== At ``/ethernet/Kconfig.native_posix:94`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/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.)*