summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlec Thilenius <athilenius@chromium.org>2017-12-18 14:36:46 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-01-03 16:54:31 -0800
commit27f92a378aad37bac9f2de1a311f78012eac574b (patch)
tree9acf1e0da797136fadb5a8b117fa1c3f29d890fc /include
parentbb113312271f790639cf6c7fc1da04ecd71f647d (diff)
downloadchrome-ec-27f92a378aad37bac9f2de1a311f78012eac574b.tar.gz
Add SB-TSI temp sensor driver
This adds the driver for the SB-TSI temp sensor. This is a sensor on the AMD AP SOC (Stoney Ridege FT2) that acts like an 8-pin temp sensor with an I2C interface. BUG=b:69379715 BRANCH=None TEST=Build Change-Id: Iaafe6c7beb3e02e4e341617e8f117c03c0a882a2 Signed-off-by: Alec Thilenius <athilenius@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/833346 Commit-Ready: Alec Thilenius <athilenius@google.com> Tested-by: Alec Thilenius <athilenius@google.com> Reviewed-by: Edward Hill <ecgh@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 b242092064..4d047c7186 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2418,6 +2418,7 @@
#undef CONFIG_TEMP_SENSOR_EC_ADC /* Thermistors on EC's own ADC */
#undef CONFIG_TEMP_SENSOR_G781 /* G781 sensor, on I2C bus */
#undef CONFIG_TEMP_SENSOR_G782 /* G782 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 */
#undef CONFIG_TEMP_SENSOR_TMP432 /* TI TMP432 sensor, on I2C bus */