:orphan: .. title:: CONFIG_TMP112 .. kconfig:: CONFIG_TMP112 CONFIG_TMP112 ############# *TMP112 Temperature Sensor* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`I2C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/tmp112/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:217`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig config TMP112 bool "TMP112 Temperature Sensor" depends on I2C && 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.)*