Refactors the cmake and kconfig bits of the tdk sensor drivers into the
vendor subdirectory to make them consistent with other vendor-sorted
sensor drivers. The tdk driver implementations were previously moved
into the vendor subdirectory in commit
41f1c3a2b7.
Signed-off-by: Maureen Helm <maureen.helm@analog.com>
12 lines
402 B
Plaintext
12 lines
402 B
Plaintext
# Copyright (c) 2024 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# zephyr-keep-sorted-start
|
|
source "drivers/sensor/tdk/icm42605/Kconfig"
|
|
source "drivers/sensor/tdk/icm42670/Kconfig"
|
|
source "drivers/sensor/tdk/icm42688/Kconfig"
|
|
source "drivers/sensor/tdk/icp10125/Kconfig"
|
|
source "drivers/sensor/tdk/mpu6050/Kconfig"
|
|
source "drivers/sensor/tdk/mpu9250/Kconfig"
|
|
# zephyr-keep-sorted-stop
|