:orphan: .. title:: CONFIG_CLOCK_CONTROL_BEETLE_DEVICE_INIT_PRIORITY .. kconfig:: CONFIG_CLOCK_CONTROL_BEETLE_DEVICE_INIT_PRIORITY CONFIG_CLOCK_CONTROL_BEETLE_DEVICE_INIT_PRIORITY ################################################ *Clock Control Device Priority* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`CLOCK_CONTROL_BEETLE ` && \ :kconfig:`SOC_FAMILY_ARM ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/clock_control/Kconfig.beetle:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:27`` Menu path: (Top) → Device Drivers → Hardware clock controller support → BEETLE Clock Control .. code-block:: kconfig config CLOCK_CONTROL_BEETLE_DEVICE_INIT_PRIORITY int "Clock Control Device Priority" default 1 depends on CLOCK_CONTROL_BEETLE && SOC_FAMILY_ARM && 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.)*