:orphan: .. title:: CONFIG_PTP_CLOCK_STM32_HAL .. kconfig:: CONFIG_PTP_CLOCK_STM32_HAL CONFIG_PTP_CLOCK_STM32_HAL ########################## *STM32 HAL PTP clock driver support* Type: ``bool`` Help ==== .. code-block:: none Enable STM32 PTP clock support. Direct dependencies =================== (\ :kconfig:`PTP_CLOCK ` || \ :kconfig:`NET_L2_PTP `) && (\ :kconfig:`SOC_SERIES_STM32F7X ` || \ :kconfig:`SOC_SERIES_STM32H7X `) && \ :kconfig:`ETH_STM32_HAL ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/ethernet/Kconfig.stm32_hal:117`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:52`` Menu path: (Top) → Device Drivers → Ethernet Drivers → STM32 HAL Ethernet driver .. code-block:: kconfig config PTP_CLOCK_STM32_HAL bool "STM32 HAL PTP clock driver support" default y depends on (PTP_CLOCK || NET_L2_PTP) && (SOC_SERIES_STM32F7X || SOC_SERIES_STM32H7X) && ETH_STM32_HAL && NET_L2_ETHERNET help Enable STM32 PTP clock support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*