:orphan: .. title:: CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_DEBUG .. kconfig:: CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_DEBUG CONFIG_CLOCK_CONTROL_NRF_CALIBRATION_DEBUG ########################################## *Calibration instrumentation* Type: ``bool`` Help ==== .. code-block:: none Enables retrieving debug information like number of performed or skipped calibrations. Direct dependencies =================== \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION ` && \ :kconfig:`CLOCK_CONTROL_NRF ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/clock_control/Kconfig.nrf:104`` 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_DEBUG bool "Calibration instrumentation" depends on CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION && CLOCK_CONTROL_NRF && CLOCK_CONTROL help Enables retrieving debug information like number of performed or skipped calibrations. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*