CONFIG_ETH_MCUX_PTP_CLOCK_INIT_PRIO¶
(No prompt – not directly user assignable.)
Type: int
Help¶
MCUX PTP Clock initialization priority level. There is
a dependency from the network stack that this device
initializes before network stack (NET_INIT_PRIO).
Direct dependencies¶
PTP_CLOCK_MCUX
&& ETH_MCUX
&& NET_L2_ETHERNET
(Includes any dependencies from ifs and menus.)
Default¶
85
Kconfig definition¶
At drivers/ethernet/Kconfig.mcux:87
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:20
→ drivers/ethernet/Kconfig:49
Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver → MCUX PTP clock driver support
config ETH_MCUX_PTP_CLOCK_INIT_PRIO
int
default 85
depends on PTP_CLOCK_MCUX && ETH_MCUX && NET_L2_ETHERNET
help
MCUX PTP Clock initialization priority level. There is
a dependency from the network stack that this device
initializes before network stack (NET_INIT_PRIO).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)