-
CONFIG_CLOCK_CONTROL_BEETLE_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_BEETLE
&& SOC_FAMILY_ARM
&& CLOCK_CONTROL
(Includes any dependencies from ifs and menus.)
Default¶
1
Kconfig definition¶
At <Zephyr>/drivers/clock_control/Kconfig.beetle:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:54
→ <Zephyr>/drivers/clock_control/Kconfig:27
Menu path: (Top) → Device Drivers → Hardware clock controller support → BEETLE Clock Control
config CLOCK_CONTROL_BEETLE_DEVICE_INIT_PRIORITY int "Clock Control Device Priority" default 1 depends onCLOCK_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.)