:orphan: .. title:: TEMP_NRF5 .. option:: CONFIG_TEMP_NRF5 *nRF5 Temperature Sensor* Type: ``bool`` Help ==== Enable driver for nRF5 temperature sensor. Direct dependencies =================== \ :option:`HAS_HW_NRF_TEMP ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`CLOCK_CONTROL_NRF_USES_TEMP_SENSOR ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/nrf5/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:157`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: config TEMP_NRF5 bool "nRF5 Temperature Sensor" depends on \ :option:`HAS_HW_NRF_TEMP ` && \ :option:`SENSOR ` help Enable driver for nRF5 temperature sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*