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

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/ethernet/Kconfig.mcux:139

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:18drivers/ethernet/Kconfig:36

Menu path: (top menu) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver

config ETH_MCUX_PTP_CLOCK_SRC_HZ
    int
    prompt "Frequency of the clock source for the PTP timer" if PTP_CLOCK_MCUX && ETH_MCUX
    default 50000000 if PTP_CLOCK_MCUX && ETH_MCUX
    depends on PTP_CLOCK_MCUX && ETH_MCUX
    help
      Set the frequency in Hz sourced to the PTP timer.
      If the value is set properly, the timer will be accurate.

(Definitions include propagated dependencies, including from if’s and menus.)