:orphan: .. title:: TMP116 .. option:: CONFIG_TMP116 *TMP116 and TMP117 Temperature Sensors* Type: ``bool`` Help ==== Enable driver for TMP116 and TMP117 temperature sensors. 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/tmp116/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:185`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: config TMP116 bool "TMP116 and TMP117 Temperature Sensors" depends on \ :option:`I2C ` && \ :option:`SENSOR ` help Enable driver for TMP116 and TMP117 temperature sensors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*