summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.sensor_devices
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.sensor_devices')
-rw-r--r--zephyr/Kconfig.sensor_devices9
1 files changed, 8 insertions, 1 deletions
diff --git a/zephyr/Kconfig.sensor_devices b/zephyr/Kconfig.sensor_devices
index 1c8e38ac6f..12f5951ff5 100644
--- a/zephyr/Kconfig.sensor_devices
+++ b/zephyr/Kconfig.sensor_devices
@@ -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.
@@ -113,6 +113,13 @@ config PLATFORM_EC_ACCELGYRO_LSM6DSO
The driver supports ST's LSM6DSO 3D digital accelerometer sensor.
It allows measurements of acceleration in three perpendicular axes.
+config PLATFORM_EC_ACCELGYRO_LSM6DSM
+ bool "LSM6DSM Accelgyro Driver"
+ select PLATFORM_EC_STM_MEMS_COMMON
+ help
+ The driver supports ST's LSM6DSM 3D digital accelerometer sensor.
+ It allows measurements of acceleration in three perpendicular axes.
+
config PLATFORM_EC_STM_MEMS_COMMON
bool
help