:orphan: .. title:: CONFIG_SYSTEM_CLOCK_INIT_PRIORITY .. kconfig:: CONFIG_SYSTEM_CLOCK_INIT_PRIORITY CONFIG_SYSTEM_CLOCK_INIT_PRIORITY ################################# *System clock driver initialization priority* Type: ``int`` Help ==== .. code-block:: none 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 ``/timer/Kconfig:378`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig 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.)*