:orphan: .. title:: CONFIG_PTP_CLOCK .. kconfig:: CONFIG_PTP_CLOCK CONFIG_PTP_CLOCK ################ *Precision Time Protocol Clock driver support* Type: ``bool`` Help ==== .. code-block:: none Enable options for Precision Time Protocol Clock drivers. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ETH_NATIVE_POSIX_PTP_CLOCK ` - \ :kconfig:`NET_GPTP ` Kconfig definition ================== At ``/ptp_clock/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:58`` Menu path: (Top) → Device Drivers .. code-block:: kconfig 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.)*