:orphan: .. title:: CONFIG_PTP_CLOCK_MCUX .. kconfig:: CONFIG_PTP_CLOCK_MCUX CONFIG_PTP_CLOCK_MCUX ##################### *MCUX PTP clock driver support* Type: ``bool`` Help ==== .. code-block:: none Enable MCUX PTP clock support. Direct dependencies =================== (\ :kconfig:`PTP_CLOCK ` || (\ :kconfig:`NET_PKT_TIMESTAMP ` && \ :kconfig:`NET_GPTP `)) && \ :kconfig:`ETH_MCUX ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/ethernet/Kconfig.mcux:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:49`` Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver .. code-block:: kconfig config PTP_CLOCK_MCUX bool "MCUX PTP clock driver support" default y depends on (PTP_CLOCK || (NET_PKT_TIMESTAMP && NET_GPTP)) && ETH_MCUX && NET_L2_ETHERNET help Enable MCUX PTP clock support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*