summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
-rw-r--r--include/ec_commands.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index ec02b51c68..9ebb0bc4de 100644
--- a/include/config.h
+++ b/include/config.h
@@ -77,6 +77,7 @@
#undef CONFIG_ACCEL_LIS2D_COMMON
#undef CONFIG_ACCELGYRO_BMI160
#undef CONFIG_ACCELGYRO_LSM6DS0
+/* Use CONFIG_ACCELGYRO_LSM6DSM for LSM6DSL, LSM6DSM, and/or LSM6DS3 */
#undef CONFIG_ACCELGYRO_LSM6DSM
/* Add sensorhub function for LSM6DSM, required if 2nd device attached. */
#undef CONFIG_SENSORHUB_LSM6DSM
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 60ef2d1812..defa9f7edd 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -2432,6 +2432,7 @@ enum motionsensor_chip {
MOTIONSENSE_CHIP_LSM6DSM = 14,
MOTIONSENSE_CHIP_LIS2DE = 15,
MOTIONSENSE_CHIP_LIS2MDL = 16,
+ MOTIONSENSE_CHIP_LSM6DS3 = 17,
MOTIONSENSE_CHIP_MAX,
};