diff options
author | Jagath Jog J <jagathjog1996@gmail.com> | 2023-10-13 05:48:08 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-11-16 20:10:25 +0100 |
commit | 8a636db3aa57ed468b88804ecf27798df6c9c553 (patch) | |
tree | 90a8f43ac81b4516aed073c0d37d5bcda8fe064a /drivers/iio/imu/Makefile | |
parent | dt-bindings: iio: imu: Add Bosch BMI323 (diff) | |
download | linux-8a636db3aa57ed468b88804ecf27798df6c9c553.tar.xz linux-8a636db3aa57ed468b88804ecf27798df6c9c553.zip |
iio: imu: Add driver for BMI323 IMU
The Bosch BMI323 is a 6-axis low-power IMU that provide measurements for
acceleration, angular rate, and temperature. This sensor includes
motion-triggered interrupt features, such as a step counter, tap detection,
and activity/inactivity interrupt capabilities.
The driver supports various functionalities, including data ready, FIFO
data handling, and events such as tap detection, step counting, and
activity interrupts.
Signed-off-by: Jagath Jog J <jagathjog1996@gmail.com>
Link: https://lore.kernel.org/r/20231013034808.8948-3-jagathjog1996@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/imu/Makefile')
-rw-r--r-- | drivers/iio/imu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/imu/Makefile b/drivers/iio/imu/Makefile index 6eb612034722..7e2d7d5c3b7b 100644 --- a/drivers/iio/imu/Makefile +++ b/drivers/iio/imu/Makefile @@ -15,6 +15,7 @@ adis_lib-$(CONFIG_IIO_ADIS_LIB_BUFFER) += adis_buffer.o obj-$(CONFIG_IIO_ADIS_LIB) += adis_lib.o obj-y += bmi160/ +obj-y += bmi323/ obj-y += bno055/ obj-$(CONFIG_FXOS8700) += fxos8700_core.o |