:orphan: .. title:: ETH_NATIVE_POSIX_PTP_CLOCK .. option:: CONFIG_ETH_NATIVE_POSIX_PTP_CLOCK *PTP clock driver support* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.native_posix:94`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:54`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Native Posix Ethernet driver .. parsed-literal:: config ETH_NATIVE_POSIX_PTP_CLOCK bool "PTP clock driver support" default y if \ :option:`NET_GPTP ` select \ :option:`PTP_CLOCK ` depends on \ :option:`NET_GPTP ` && \ :option:`ETH_NATIVE_POSIX ` && \ :option:`NET_L2_ETHERNET ` help Enable PTP clock support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*