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