:orphan: .. title:: CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY .. kconfig:: CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY ###################################### *Wait for stability* Type: ``bool`` Help ==== .. code-block:: none System clock source initialization waits until clock is stable. When this option is picked, system clock is available and stable after system clock driver initialization. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/timer/Kconfig:195`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers → nRF Real Time Counter (NRF_RTC1) Timer → Clock startup policy .. code-block:: kconfig config SYSTEM_CLOCK_WAIT_FOR_STABILITY bool "Wait for stability" depends on help System clock source initialization waits until clock is stable. When this option is picked, system clock is available and stable after system clock driver initialization. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*