diff options
author | Alex Lanzano <lanzano.alex@gmail.com> | 2024-09-12 17:07:19 -0400 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-09-30 09:21:03 +0100 |
commit | 3ea51548d6b255db201f37b2bca9a845e0120f5a (patch) | |
tree | 51e4c42d1004608da917b57a2a8134e0365fea5e /drivers/iio/imu/Kconfig | |
parent | 242b6890f569f2d1faf34e428eaf110fdb6f6d60 (diff) | |
download | lwn-3ea51548d6b255db201f37b2bca9a845e0120f5a.tar.gz lwn-3ea51548d6b255db201f37b2bca9a845e0120f5a.zip |
iio: imu: Add i2c driver for bmi270 imu
Add initial i2c support for the Bosch BMI270 6-axis IMU.
Provides raw read access to acceleration and angle velocity measurements
via iio channels. Device configuration requires firmware provided by
Bosch and is requested and load from userspace.
Signed-off-by: Alex Lanzano <lanzano.alex@gmail.com>
Link: https://patch.msgid.link/20240912210749.3080157-3-lanzano.alex@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/imu/Kconfig')
-rw-r--r-- | drivers/iio/imu/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/imu/Kconfig b/drivers/iio/imu/Kconfig index 782fb80e44c2..489dd898830b 100644 --- a/drivers/iio/imu/Kconfig +++ b/drivers/iio/imu/Kconfig @@ -53,6 +53,7 @@ config ADIS16480 ADIS16485, ADIS16488 inertial sensors. source "drivers/iio/imu/bmi160/Kconfig" +source "drivers/iio/imu/bmi270/Kconfig" source "drivers/iio/imu/bmi323/Kconfig" source "drivers/iio/imu/bno055/Kconfig" |