:orphan: .. title:: TMP112 .. option:: 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. Direct dependencies =================== \ :option:`I2C ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/tmp112/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:183`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: config TMP112 bool "TMP112 Temperature Sensor" depends on \ :option:`I2C ` && \ :option:`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.)*