-
CONFIG_SYSTEM_CLOCK_INIT_PRIORITY
¶
System clock driver initialization priority
Type: int
Help¶
This options can be used to set a specific initialization priority value for the system clock driver. As driver initialization might need the clock to be running already, you should let the default value as it is (0).
Defaults¶
- 0
Kconfig definition¶
At drivers/timer/Kconfig:193
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers
config SYSTEM_CLOCK_INIT_PRIORITY
int
prompt "System clock driver initialization priority"
default 0
help
This options can be used to set a specific initialization priority
value for the system clock driver. As driver initialization might need
the clock to be running already, you should let the default value as it
is (0).
(Definitions include propagated dependencies, including from if’s and menus.)