:orphan: .. title:: CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION .. option:: CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION *Enable LF clock calibration* Type: ``bool`` 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. 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.)* Defaults ======== - n if \ :option:`BOARD_NRF5340PDK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340PDK_NRF5340_CPUAPPNS ` - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.nrf:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:23`` Menu path: (Top) → Device Drivers → Hardware clock controller support → NRF Clock controller support .. parsed-literal:: config CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION bool "Enable LF clock calibration" default n if \ :option:`BOARD_NRF5340PDK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340PDK_NRF5340_CPUAPPNS ` default y depends on !\ :option:`SOC_SERIES_NRF91X ` && \ :option:`CLOCK_CONTROL_NRF_K32SRC_RC ` && \ :option:`CLOCK_CONTROL_NRF ` && \ :option:`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.)*