summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/bno055/Kconfig
diff options
context:
space:
mode:
authorAndrea Merello <andrea.merello@iit.it>2022-09-07 15:21:59 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-09-21 18:42:56 +0100
commit4aefe1c2bd0cb0223130671d459cd16efa3d3462 (patch)
tree5b5e6368b0bb3ebda77b956adb29e2eb04b07cbc /drivers/iio/imu/bno055/Kconfig
parente0d27ea3ba1332c81060d9d52182953dbc835b40 (diff)
downloadlinux-stable-4aefe1c2bd0cb0223130671d459cd16efa3d3462.tar.gz
linux-stable-4aefe1c2bd0cb0223130671d459cd16efa3d3462.tar.bz2
linux-stable-4aefe1c2bd0cb0223130671d459cd16efa3d3462.zip
iio: imu: add Bosch Sensortec BNO055 core driver
Add the core driver for the BNO055 IMU from Bosch. This IMU can be connected via both serial and I2C busses; separate patches will add support for them. The driver supports "AMG" (Accelerometer, Magnetometer, Gyroscope) mode, that provides raw data from the said internal sensors, and a couple of "fusion" modes (i.e. the IMU also does calculations in order to provide euler angles, quaternions, linear acceleration and gravity measurements). In fusion modes the AMG data is still available (with some calibration refinements done by the IMU), but certain settings such as low pass filters cut-off frequency and sensors' ranges are fixed, while in AMG mode they can be customized; this is why AMG mode can still be interesting. Signed-off-by: Andrea Merello <andrea.merello@iit.it> Link: https://lore.kernel.org/r/20220907132205.28021-9-andrea.merello@iit.it Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/imu/bno055/Kconfig')
-rw-r--r--drivers/iio/imu/bno055/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/iio/imu/bno055/Kconfig b/drivers/iio/imu/bno055/Kconfig
new file mode 100644
index 000000000000..467bc0ed22f8
--- /dev/null
+++ b/drivers/iio/imu/bno055/Kconfig
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
+
+config BOSCH_BNO055
+ tristate