summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/motionsense_driver/sensor_drv_list.inc
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/motionsense_driver/sensor_drv_list.inc')
-rw-r--r--zephyr/shim/src/motionsense_driver/sensor_drv_list.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/shim/src/motionsense_driver/sensor_drv_list.inc b/zephyr/shim/src/motionsense_driver/sensor_drv_list.inc
index 0062dccccd..4138074e95 100644
--- a/zephyr/shim/src/motionsense_driver/sensor_drv_list.inc
+++ b/zephyr/shim/src/motionsense_driver/sensor_drv_list.inc
@@ -40,3 +40,9 @@
#ifdef CONFIG_PLATFORM_EC_ACCELGYRO_ICM426XX
#include "icm426xx-drvinfo.inc"
#endif
+#ifdef CONFIG_PLATFORM_EC_ACCELGYRO_ICM42607
+#include "icm42607-drvinfo.inc"
+#endif
+#ifdef CONFIG_PLATFORM_EC_ACCELGYRO_LSM6DSO
+#include "lsm6dso-drvinfo.inc"
+#endif