:orphan: .. title:: CONFIG_CLOCK_CONTROL_NRF_DRIVER_CALIBRATION .. kconfig:: CONFIG_CLOCK_CONTROL_NRF_DRIVER_CALIBRATION CONFIG_CLOCK_CONTROL_NRF_DRIVER_CALIBRATION ########################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enabling indicates that calibration is perfomed by the clock control driver. Direct dependencies =================== !\ :kconfig:`CLOCK_CONTROL_NRF_FORCE_ALT ` && \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION ` && \ :kconfig:`CLOCK_CONTROL_NRF ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/clock_control/Kconfig.nrf:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:29`` Menu path: (Top) → Device Drivers → Hardware clock controller support → NRF Clock controller support → Enable LF clock calibration .. code-block:: kconfig config CLOCK_CONTROL_NRF_DRIVER_CALIBRATION bool default y depends on !CLOCK_CONTROL_NRF_FORCE_ALT && CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION && CLOCK_CONTROL_NRF && CLOCK_CONTROL help Enabling indicates that calibration is perfomed by the clock control driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*