:orphan: .. title:: choice: Clock startup policy .. _choice_295: .. describe:: choice: Clock startup policy *Clock startup policy* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NRF_RTC_TIMER ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`SYSTEM_CLOCK_WAIT_FOR_STABILITY ` Choice options ============== - \ :kconfig:`SYSTEM_CLOCK_NO_WAIT ` - \ :kconfig:`SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY ` - \ :kconfig:`SYSTEM_CLOCK_WAIT_FOR_STABILITY ` Kconfig definition ================== At ``/timer/Kconfig:172`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers → nRF Real Time Counter (NRF_RTC1) Timer .. code-block:: kconfig choice bool "Clock startup policy" default SYSTEM_CLOCK_WAIT_FOR_STABILITY depends on NRF_RTC_TIMER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*