CONFIG_CLOCK_CONTROL_STM32_DEVICE_INIT_PRIORITY

Clock Control Device Priority

Type: int

Help

This option controls the priority of clock control device initialization. Higher priority ensures that the device is initialized earlier in the startup cycle. If unsure, leave at default value 1

Direct dependencies

CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At <Zephyr>/drivers/clock_control/Kconfig.stm32:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:54<Zephyr>/drivers/clock_control/Kconfig:25

Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control

config CLOCK_CONTROL_STM32_DEVICE_INIT_PRIORITY
    int "Clock Control Device Priority"
    default 1
    depends on CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL
    help
      This option controls the priority of clock control
      device initialization. Higher priority ensures that the device
      is initialized earlier in the startup cycle. If unsure, leave
      at default value 1

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)