:orphan: .. title:: CONFIG_CLOCK_CONTROL_NRF_USES_TEMP_SENSOR .. kconfig:: CONFIG_CLOCK_CONTROL_NRF_USES_TEMP_SENSOR CONFIG_CLOCK_CONTROL_NRF_USES_TEMP_SENSOR ######################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`HAS_HW_NRF_TEMP ` && \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION ` && \ :kconfig:`CLOCK_CONTROL_NRF ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`CLOCK_CONTROL_NRF_CALIBRATION_MAX_SKIP ` > 0 && \ :kconfig:`CLOCK_CONTROL_NRF_CALIBRATION_TEMP_DIFF ` > 0 Symbols selected by this symbol =============================== - \ :kconfig:`TEMP_NRF5 ` - \ :kconfig:`SENSOR ` Kconfig definition ================== At ``/clock_control/Kconfig.nrf:110`` 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_USES_TEMP_SENSOR bool default y if CLOCK_CONTROL_NRF_CALIBRATION_MAX_SKIP > 0 && CLOCK_CONTROL_NRF_CALIBRATION_TEMP_DIFF > 0 select TEMP_NRF5 select SENSOR depends on HAS_HW_NRF_TEMP && CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION && CLOCK_CONTROL_NRF && CLOCK_CONTROL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*