:orphan: .. title:: CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION .. option:: CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== !\ :option:`SOC_SERIES_NRF91X ` && \ :option:`CLOCK_CONTROL_NRF ` && !\ :option:`CLOCK_CONTROL_NRF_FORCE_ALT ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`CLOCK_CONTROL_NRF_K32SRC_RC ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.nrf:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:48`` → ``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 default y if \ :option:`CLOCK_CONTROL_NRF_K32SRC_RC ` depends on !\ :option:`SOC_SERIES_NRF91X ` && \ :option:`CLOCK_CONTROL_NRF ` && !\ :option:`CLOCK_CONTROL_NRF_FORCE_ALT ` && \ :option:`CLOCK_CONTROL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*