CONFIG_CLOCK_CONTROL_INIT_PRIORITY

Clock control init priority

Type: int

Help

Clock control driver device initialization priority.

Direct dependencies

(CLOCK_CONTROL && SOC_SERIES_BEETLE) || (CLOCK_CONTROL && SOC_FAMILY_STM32) || CLOCK_CONTROL

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <SoC>/arm/arm/beetle/Kconfig.defconfig.series:19

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/arm/Kconfig.defconfig:6

Menu path: (Top)

config CLOCK_CONTROL_INIT_PRIORITY
    int
    default 1
    depends on CLOCK_CONTROL && SOC_SERIES_BEETLE

At <SoC>/arm/st_stm32/common/Kconfig.defconfig.series:28

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/st_stm32/Kconfig.defconfig:3

Menu path: (Top)

config CLOCK_CONTROL_INIT_PRIORITY
    int
    default 1
    depends on CLOCK_CONTROL && SOC_FAMILY_STM32

At <Driver>/clock_control/Kconfig:19

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:56

Menu path: (Top) → Device Drivers → Hardware clock controller support

config CLOCK_CONTROL_INIT_PRIORITY
    int "Clock control init priority"
    default KERNEL_INIT_PRIORITY_OBJECTS
    depends on CLOCK_CONTROL
    help
      Clock control driver device initialization priority.

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