:orphan: .. title:: CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION .. option:: CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION *Enable LF clock calibration* Type: ``bool`` Help ==== .. code-block:: none If calibration is disabled when RC is used for low frequency clock then accuracy of the low frequency clock will degrade. Disable on your own risk. Direct dependencies =================== !\ :option:`SOC_SERIES_NRF91X ` && \ :option:`CLOCK_CONTROL_NRF_K32SRC_RC ` && \ :option:`CLOCK_CONTROL_NRF ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/clock_control/Kconfig.nrf:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:54`` → ``/clock_control/Kconfig:23`` Menu path: (Top) → Device Drivers → Hardware clock controller support → NRF Clock controller support .. code-block:: kconfig config CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION bool "Enable LF clock calibration" default y depends on !SOC_SERIES_NRF91X && CLOCK_CONTROL_NRF_K32SRC_RC && CLOCK_CONTROL_NRF && CLOCK_CONTROL help If calibration is disabled when RC is used for low frequency clock then accuracy of the low frequency clock will degrade. Disable on your own risk. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*