summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorLu Zhang <lu.zhang@bitland.corp-partner.google.com>2019-10-12 15:49:50 +0800
committerJustin TerAvest <teravest@chromium.org>2019-10-25 02:04:36 +0000
commit4f602a98a0bb518378dbbf2e42f7a2e2f979516e (patch)
tree6f38996ee258b5532c43fcbc1a8cf8dcc4713c5c /include/config.h
parent33cf0d6ad3a13ff5dfb057331fe2600b0c314d63 (diff)
downloadchrome-ec-4f602a98a0bb518378dbbf2e42f7a2e2f979516e.tar.gz
driver: g753: add driver support
g753 is used on akemi board. It's a temperature sensor, analog-to-digital converter, and digital over-temperature detector with SMBus interface. BUG=b:138426009, b:143046086 BRANCH=none TEST=use Akemi board, add g753 as temp sensor, boot the board and make sure temperature can be read from g753 Change-Id: Iefa1039628171170cf0ca322b462a29b33eb0df5 Signed-off-by: Lu Zhang <lu.zhang@bitland.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1857978 Reviewed-by: Philip Chen <philipchen@chromium.org>
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 a0a5bf6f47..21e1aa1ad5 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3402,6 +3402,7 @@
#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_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_SB_TSI /* SB_TSI sensor, on I2C bus */