:orphan: .. title:: CONFIG_CLOCK_CONTROL_INIT_PRIORITY .. kconfig:: CONFIG_CLOCK_CONTROL_INIT_PRIORITY CONFIG_CLOCK_CONTROL_INIT_PRIORITY ################################## *Clock control init priority* Type: ``int`` Help ==== .. code-block:: none Clock control driver device initialization priority. Direct dependencies =================== (\ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_SERIES_BEETLE `) || (\ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_FAMILY_STM32 `) || \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 - 1 - \ :kconfig:`KERNEL_INIT_PRIORITY_OBJECTS ` Kconfig definitions =================== At ``/arm/arm/beetle/Kconfig.defconfig.series:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/arm/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_INIT_PRIORITY int default 1 depends on CLOCK_CONTROL && SOC_SERIES_BEETLE ---- At ``/arm/st_stm32/common/Kconfig.defconfig.series:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_INIT_PRIORITY int default 1 depends on CLOCK_CONTROL && SOC_FAMILY_STM32 ---- At ``/clock_control/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig 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.)*