:orphan: .. title:: PTP_CLOCK .. option:: CONFIG_PTP_CLOCK *Precision Time Protocol Clock driver support* Type: ``bool`` Help ==== Enable options for Precision Time Protocol Clock drivers. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`PTP_CLOCK_SAM_GMAC ` - \ :option:`ETH_NATIVE_POSIX_PTP_CLOCK ` - \ :option:`NET_GPTP ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/ptp_clock/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:56`` Menu path: (Top) → Device Drivers .. parsed-literal:: config PTP_CLOCK bool "Precision Time Protocol Clock driver support" help Enable options for Precision Time Protocol Clock drivers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*