:orphan: .. title:: CONFIG_SYSTEM_CLOCK_NO_WAIT .. kconfig:: CONFIG_SYSTEM_CLOCK_NO_WAIT CONFIG_SYSTEM_CLOCK_NO_WAIT ########################### *No wait* Type: ``bool`` Help ==== .. code-block:: none System clock source is initiated but does not wait for clock readiness. When this option is picked, system clock may not be ready when code relying on kernel API is executed. Requested timeouts will be prolonged by the remaining startup time. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/timer/Kconfig.nrf_rtc:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` → ``/timer/Kconfig:76`` Menu path: (Top) → Device Drivers → Timer Drivers → nRF Real Time Counter (NRF_RTC1) Timer → Clock startup policy .. code-block:: kconfig config SYSTEM_CLOCK_NO_WAIT bool "No wait" depends on help System clock source is initiated but does not wait for clock readiness. When this option is picked, system clock may not be ready when code relying on kernel API is executed. Requested timeouts will be prolonged by the remaining startup time. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*