CONFIG_ETH_STM32_HAL_PTP_CLOCK_INIT_PRIO
(No prompt – not directly user assignable.)
Type: int
Help
STM32 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_STM32_HAL
&& (SOC_SERIES_STM32F7X
|| SOC_SERIES_STM32H7X
) && ETH_STM32_HAL
&& NET_L2_ETHERNET
(Includes any dependencies from ifs and menus.)
Default
85
Kconfig definition
At <Zephyr>/drivers/ethernet/Kconfig.stm32_hal:146
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:20
→ <Zephyr>/drivers/ethernet/Kconfig:52
Menu path: (Top) → Device Drivers → Ethernet Drivers → STM32 HAL Ethernet driver → STM32 HAL PTP clock driver support
config ETH_STM32_HAL_PTP_CLOCK_INIT_PRIO
int
default 85
depends on PTP_CLOCK_STM32_HAL && (SOC_SERIES_STM32F7X || SOC_SERIES_STM32H7X) && ETH_STM32_HAL && NET_L2_ETHERNET
help
STM32 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.)