CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_LF_ALWAYS_ON
LF clock is always on
Type: bool
Help
If RTC is used as system timer then LF clock is always on and handling
can be simplified.
Direct dependencies
CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION
&& CLOCK_CONTROL_NRF
&& CLOCK_CONTROL
(Includes any dependencies from ifs and menus.)
Default
y if
NRF_RTC_TIMER
Kconfig definition
At <Zephyr>/drivers/clock_control/Kconfig.nrf:75
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:56
→ <Zephyr>/drivers/clock_control/Kconfig:29
Menu path: (Top) → Device Drivers → Hardware clock controller support → NRF Clock controller support → Enable LF clock calibration
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.)