As a first step to enable the similar variants (e.g: ICM42686), refactor common functionality into icm4268x files. As a result, applications using the icm42688 will need to have both compatible properties: "invensense,icm42688" and "invensense,icm4268x" defined. In-tree boards have been modified to comply with this pattern. This patch does not contain functional changes. The driver should work the same as before. Signed-off-by: Luis Ubieda <luisf@croxel.com>
15 lines
537 B
Plaintext
15 lines
537 B
Plaintext
# Copyright (c) 2024 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# zephyr-keep-sorted-start
|
|
source "drivers/sensor/tdk/icm40627/Kconfig"
|
|
source "drivers/sensor/tdk/icm42605/Kconfig"
|
|
source "drivers/sensor/tdk/icm4268x/Kconfig"
|
|
source "drivers/sensor/tdk/icm42x70/Kconfig"
|
|
source "drivers/sensor/tdk/icm45686/Kconfig"
|
|
source "drivers/sensor/tdk/icp101xx/Kconfig"
|
|
source "drivers/sensor/tdk/icp201xx/Kconfig"
|
|
source "drivers/sensor/tdk/mpu6050/Kconfig"
|
|
source "drivers/sensor/tdk/mpu9250/Kconfig"
|
|
# zephyr-keep-sorted-stop
|