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

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

Defaults

Kconfig definition

At drivers/ethernet/Kconfig.mcux:116

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

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

config PTP_CLOCK_MCUX
    bool
    prompt "MCUX PTP clock driver support" if PTP_CLOCK && NET_PKT_TIMESTAMP && ETH_MCUX
    default "y" if PTP_CLOCK && NET_PKT_TIMESTAMP && ETH_MCUX
    depends on PTP_CLOCK && NET_PKT_TIMESTAMP && ETH_MCUX
    help
      Enable MCUX PTP clock support.

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