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