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).
Default¶
- 0 
Kconfig definition¶
At <Zephyr Driver>/timer/Kconfig:378
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:30
Menu path: (Top) → Device Drivers → Timer Drivers
config SYSTEM_CLOCK_INIT_PRIORITY
    int "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).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)