:orphan: .. title:: SYSTEM_CLOCK_INIT_PRIORITY .. option:: 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 ================== .. highlight:: kconfig At ``drivers/timer/Kconfig:323`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: 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.)*