-
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 <Zephyr>/drivers/sensor/tmp112/Kconfig:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/sensor/Kconfig:181
Menu path: (Top) → Device Drivers → Sensor Drivers
config TMP112 bool "TMP112 Temperature 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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)