summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-07-09 14:28:25 -0600
committerCommit Bot <commit-bot@chromium.org>2021-07-12 15:42:03 +0000
commitc8c4df352b969b736faa411a75dbbfd96c5824f7 (patch)
tree6f836bea345068d9f28c8889b46d7818cb75f90b /include/config.h
parent97b049d99fafb5c608fe302dcf5e65f7659c15fb (diff)
downloadchrome-ec-c8c4df352b969b736faa411a75dbbfd96c5824f7.tar.gz
zephyr: add InvenSense sensors
Add Kconfig options for the InvenSense sensor drivers ICM426xx and ICM42607. This also creates config option for CONFIG_ACCELGYRO_ICM42607 which was missed when the driver was first created (CL:2822268). BUG=b:193195946 BRANCH=none TEST=zmake testall TEST=make buildall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I422071e749ee2e8ed3ac1997aa886ee78395d37e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3015867 Reviewed-by: Denis Brockus <dbrockus@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 6388c27eed..32ba1b71aa 100644
--- a/include/config.h
+++ b/include/config.h
@@ -122,6 +122,7 @@
#undef CONFIG_ACCELGYRO_BMI260
#undef CONFIG_ACCELGYRO_BMI3XX
#undef CONFIG_ACCELGYRO_ICM426XX
+#undef CONFIG_ACCELGYRO_ICM42607
#undef CONFIG_ACCELGYRO_LSM6DS0
/* Use CONFIG_ACCELGYRO_LSM6DSM for LSM6DSL, LSM6DSM, and/or LSM6DS3 */
#undef CONFIG_ACCELGYRO_LSM6DSM