summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2022-04-25 15:57:27 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-23 16:44:43 +0000
commit7fa820b1f685d222e1bbcd9e9753cd046fef2743 (patch)
treecd1993fc3af2699692603e899872f7040c14e24e /include
parent035bad582d9689143317b1ff844eb1d56f58817d (diff)
downloadchrome-ec-7fa820b1f685d222e1bbcd9e9753cd046fef2743.tar.gz
config.h: Add missing ICM42607 interrupt config variable
CONFIG_ACCELGYRO_ICM42607_INT_EVENT was used but not defined in config.h. BUG=b:230401133 BRANCH=asurada,dedede,brya TEST=Build all. Check Zephyr with herobrine. Check on bugzzy. Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Change-Id: I7dca95c94c8e020613ebe9ca4fd57ce8e087beb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3609119 Reviewed-by: Yuval Peress <peress@google.com>
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 98edfadc72..28ba0edc66 100644
--- a/include/config.h
+++ b/include/config.h
@@ -375,6 +375,7 @@
#undef CONFIG_ACCELGYRO_BMI260_INT_EVENT
#undef CONFIG_ACCELGYRO_BMI3XX_INT_EVENT
#undef CONFIG_ACCELGYRO_ICM426XX_INT_EVENT
+#undef CONFIG_ACCELGYRO_ICM42607_INT_EVENT
#undef CONFIG_ACCEL_LSM6DSM_INT_EVENT
#undef CONFIG_ACCEL_LSM6DSO_INT_EVENT
#undef CONFIG_ACCEL_LIS2DS_INT_EVENT