-
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 if’s and menus.)
Defaults¶
- 1 if
CLOCK_CONTROL_BEETLE
&&SOC_FAMILY_ARM
&&CLOCK_CONTROL
Kconfig definition¶
At drivers/clock_control/Kconfig.beetle:19
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:54
→ drivers/clock_control/Kconfig:32
Menu path: (top menu) → Device Drivers → Hardware clock controller support → BEETLE Clock Control
config CLOCK_CONTROL_BEETLE_DEVICE_INIT_PRIORITY int prompt "Clock Control Device Priority" ifCLOCK_CONTROL_BEETLE
&&SOC_FAMILY_ARM
&&CLOCK_CONTROL
default 1 ifCLOCK_CONTROL_BEETLE
&&SOC_FAMILY_ARM
&&CLOCK_CONTROL
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
(Definitions include propagated dependencies, including from if’s and menus.)