summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorZick Wei <zick.wei@quanta.corp-partner.google.com>2021-11-18 11:08:34 +0800
committerCommit Bot <commit-bot@chromium.org>2021-11-23 02:30:04 +0000
commit44ce677a6e3cbbe7983bc6fe6ff5eee64fd0c385 (patch)
treecba6245d5cd8d1333bdaddd8a17f98c28f1dc455 /include/config.h
parentd209d3fcb515c45c9a41837ce911d86b437b454f (diff)
downloadchrome-ec-44ce677a6e3cbbe7983bc6fe6ff5eee64fd0c385.tar.gz
driver/temp_sensor: support thermal sensor pct2075
BUG=b:206704936 BRANCH=main TEST=verify thermal sensor work as intended on nipperkin Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: Id76d6c09c48a9927e85a0b81b629e9a5639041bd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3290824 Reviewed-by: Rob Barnes <robbarnes@google.com>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index b18ddc57d1..5452ccdaa9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -4024,6 +4024,7 @@
#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_PCT2075 /* PCT2075 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_TMP112 /* TI TMP112 sensor, on I2C bus */