]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - drivers/iio/imu/bno055/Kconfig
Merge tag 'kvm-x86-mmu-6.7' of https://github.com/kvm-x86/linux into HEAD
[thirdparty/kernel/stable.git] / drivers / iio / imu / bno055 / Kconfig
CommitLineData
4aefe1c2
AM
1# SPDX-License-Identifier: GPL-2.0
2
3config BOSCH_BNO055
4 tristate
c9b9cfe7
JC
5 select IIO_BUFFER
6 select IIO_TRIGGERED_BUFFER
2eef5a9c
AM
7
8config BOSCH_BNO055_SERIAL
9 tristate "Bosch BNO055 attached via UART"
10 depends on SERIAL_DEV_BUS
11 select BOSCH_BNO055
12 help
13 Enable this to support Bosch BNO055 IMUs attached via UART.
14
15 This driver can also be built as a module. If so, the module will be
16 called bno055_sl.
50fe984f
AM
17
18config BOSCH_BNO055_I2C
19 tristate "Bosch BNO055 attached via I2C bus"
20 depends on I2C
21 select REGMAP_I2C
22 select BOSCH_BNO055
23 help
24 Enable this to support Bosch BNO055 IMUs attached via I2C bus.
25
26 This driver can also be built as a module. If so, the module will be
27 called bno055_i2c.