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