-
CONFIG_PTP_CLOCK_MCUX
¶
MCUX PTP clock driver support
Type: bool
Help¶
Enable MCUX PTP clock support.
Direct dependencies¶
PTP_CLOCK
&& NET_PKT_TIMESTAMP
&& ETH_MCUX
&& NET_L2_ETHERNET
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
PTP_CLOCK
&&NET_PKT_TIMESTAMP
&Ð_MCUX
&&NET_L2_ETHERNET
Kconfig definition¶
At drivers/ethernet/Kconfig.mcux:81
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:18
→ drivers/ethernet/Kconfig:28
Menu path: (top menu) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver
config PTP_CLOCK_MCUX bool prompt "MCUX PTP clock driver support" ifPTP_CLOCK
&&NET_PKT_TIMESTAMP
&Ð_MCUX
&&NET_L2_ETHERNET
default "y" ifPTP_CLOCK
&&NET_PKT_TIMESTAMP
&Ð_MCUX
&&NET_L2_ETHERNET
depends onPTP_CLOCK
&&NET_PKT_TIMESTAMP
&Ð_MCUX
&&NET_L2_ETHERNET
help Enable MCUX PTP clock support.
(Definitions include propagated dependencies, including from if’s and menus.)