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.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/zephyr/shim/src/motionsense_driver/sensor_drv_list.inc b/zephyr/shim/src/motionsense_driver/sensor_drv_list.inc
index 2b70a6ec16..1ea1ba2a2d 100644
--- a/zephyr/shim/src/motionsense_driver/sensor_drv_list.inc
+++ b/zephyr/shim/src/motionsense_driver/sensor_drv_list.inc
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -52,3 +52,6 @@
#ifdef CONFIG_PLATFORM_EC_ACCELGYRO_LSM6DSO
#include "lsm6dso-drvinfo.inc"
#endif
+#ifdef CONFIG_PLATFORM_EC_ACCELGYRO_LSM6DSM
+#include "lsm6dsm-drvinfo.inc"
+#endif