summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorScott Worley <scott.worley@microchip.corp-partner.google.com>2017-12-20 15:32:39 -0500
committerchrome-bot <chrome-bot@chromium.org>2017-12-28 14:50:31 -0800
commit940dd625b9edaf1827c9c3a2349a66ec21cd59c8 (patch)
treee73ea5b5f1808549b66c2a7d66391d1d3d6f5a46 /include/config.h
parenteb29ab7acdcb5b9d88794a3f5d36850f6e33a2a5 (diff)
downloadchrome-ec-940dd625b9edaf1827c9c3a2349a66ec21cd59c8.tar.gz
ec_driver: Add ADT7481 and TMP411 I2C sensors
Added I2C sensors ADT7481 and TMP411 with config items and build rules. BRANCH=none BUG= TEST=Define CONFIG_TEMP_SENSOR_ADT7481 or _TMP411 and build board. Change-Id: I4d1eb55ee56ad3f42787538bb839193e683d0a60 Signed-off-by: Scott Worley <scott.worley@microchip.corp-partner.google.com>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 7c5a1db832..d1dad6ee74 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2412,11 +2412,13 @@
#undef CONFIG_TEMP_SENSOR
/* Support particular temperature sensor chips */
+#undef CONFIG_TEMP_SENSOR_ADT7481 /* ADT 7481 sensor, on I2C bus */
#undef CONFIG_TEMP_SENSOR_BD99992GW /* BD99992GW PMIC, on I2C bus */
#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_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 */
#undef CONFIG_THERMISTOR_NCP15WB /* NCP15WB thermistor */