-
CONFIG_TMP112
¶
TMP112 Temperature Sensor
Type: bool
Help¶
Enable the driver for Texas Instruments TMP112 High-Accuracy Digital Temperature Sensors.
The TMP102 is compatible with the TMP112 but is less accurate and has been successfully tested with this driver.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/sensor/tmp112/Kconfig:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:120
Menu path: (top menu) → Device Drivers → Sensor Drivers
menuconfig TMP112 bool prompt "TMP112 Temperature Sensor" ifI2C
&&SENSOR
depends onI2C
&&SENSOR
help Enable the driver for Texas Instruments TMP112 High-Accuracy Digital Temperature Sensors. The TMP102 is compatible with the TMP112 but is less accurate and has been successfully tested with this driver.
(Definitions include propagated dependencies, including from if’s and menus.)