summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDevin Lu <devin.lu@quantatw.com>2019-11-20 16:42:12 +0800
committerCommit Bot <commit-bot@chromium.org>2020-01-22 16:05:23 +0000
commit1e3e4d8b438b109b91d2a85ff1ba37c47e9f8ac9 (patch)
tree55947b447c500d121d94f5ce181a5ae19163e637 /include
parentcb5112309fd345411361029fe8b281501cd1ba1f (diff)
downloadchrome-ec-1e3e4d8b438b109b91d2a85ff1ba37c47e9f8ac9.tar.gz
driver/temp_sensor: add support OTI502 temperature sensor
This patch adds OTI502 IR temperature sensor driver. OT502 has two temperture information which is ambient and object temperature. ambient is chip temperature and object is IR temperature. BUG=b:140817732 BRANCH=none TEST=none Change-Id: Ia49e0c7962eaa446f788a9104204c6dbe18ee97c Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1925795 Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 1bc0f30006..823210d2d7 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3500,6 +3500,7 @@
#undef CONFIG_TEMP_SENSOR_G753 /* G753 sensor, on I2C bus */
#undef CONFIG_TEMP_SENSOR_G781 /* G781 sensor, on I2C bus */
#undef CONFIG_TEMP_SENSOR_G782 /* G782 sensor, on I2C bus */
+#undef CONFIG_TEMP_SENSOR_OTI502 /* OTI502 sensor, on I2C bus */
#undef CONFIG_TEMP_SENSOR_SB_TSI /* SB_TSI sensor, on I2C bus */
#undef CONFIG_TEMP_SENSOR_TMP006 /* TI TMP006 sensor, on I2C bus */
#undef CONFIG_TEMP_SENSOR_TMP411 /* TI TMP411 sensor, on I2C bus */