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>/drivers/timer/Kconfig:340

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:28

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.)