:orphan: .. title:: CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_LF_ALWAYS_ON .. kconfig:: CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_LF_ALWAYS_ON CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_LF_ALWAYS_ON ################################################# *LF clock is always on* Type: ``bool`` Help ==== .. code-block:: none If RTC is used as system timer then LF clock is always on and handling can be simplified. Direct dependencies =================== \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION ` && \ :kconfig:`CLOCK_CONTROL_NRF ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`NRF_RTC_TIMER ` Kconfig definition ================== At ``/clock_control/Kconfig.nrf:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:23`` Menu path: (Top) → Device Drivers → Hardware clock controller support → NRF Clock controller support → Enable LF clock calibration .. code-block:: kconfig config CLOCK_CONTROL_NRF_CALIBRATION_LF_ALWAYS_ON bool "LF clock is always on" default y if NRF_RTC_TIMER depends on CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION && CLOCK_CONTROL_NRF && CLOCK_CONTROL help If RTC is used as system timer then LF clock is always on and handling can be simplified. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*