CONFIG_ETH_MCUX_PTP_CLOCK_SRC_HZ
Frequency of the clock source for the PTP timer
Type: int
Help
Set the frequency in Hz sourced to the PTP timer.
If the value is set properly, the timer will be accurate.
Direct dependencies
PTP_CLOCK_MCUX
&& ETH_MCUX
&& NET_L2_ETHERNET
(Includes any dependencies from ifs and menus.)
Defaults
50000000 if
SOC_SERIES_KINETIS_K6X
50000000 if
SOC_SERIES_IMX_RT10XX
24000000 if
SOC_SERIES_IMX_RT11XX
Kconfig definition
At <Driver>/ethernet/Kconfig.mcux:80
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:20
→ <Driver>/ethernet/Kconfig:49
Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver → MCUX PTP clock driver support
config ETH_MCUX_PTP_CLOCK_SRC_HZ
int "Frequency of the clock source for the PTP timer"
default 50000000 if SOC_SERIES_KINETIS_K6X
default 50000000 if SOC_SERIES_IMX_RT10XX
default 24000000 if SOC_SERIES_IMX_RT11XX
depends on PTP_CLOCK_MCUX && ETH_MCUX && NET_L2_ETHERNET
help
Set the frequency in Hz sourced to the PTP timer.
If the value is set properly, the timer will be accurate.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)