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 && SOC_SERIES_BEETLE) || (CLOCK_CONTROL && SOC_FAMILY_STM32) || CLOCK_CONTROL

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/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 <Zephyr>/soc/arm/st_stm32/common/Kconfig.defconfig.series:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/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 <Zephyr>/soc/arm/arm/beetle/Kconfig.defconfig.series:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/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 <Zephyr>/soc/arm/st_stm32/common/Kconfig.defconfig.series:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/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 <Zephyr>/drivers/clock_control/Kconfig:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/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.)