34 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# BMI323 IMU driver4#5 6config BMI3237 tristate8 select IIO_BUFFER9 select IIO_TRIGGERED_BUFFER10 11config BMI323_I2C12 tristate "Bosch BMI323 I2C driver"13 depends on I2C14 select BMI32315 select REGMAP_I2C16 help17 Enable support for the Bosch BMI323 6-Axis IMU connected to I2C18 interface.19 20 This driver can also be built as a module. If so, the module will be21 called bmi323_i2c.22 23config BMI323_SPI24 tristate "Bosch BMI323 SPI driver"25 depends on SPI26 select BMI32327 select REGMAP_SPI28 help29 Enable support for the Bosch BMI323 6-Axis IMU connected to SPI30 interface.31 32 This driver can also be built as a module. If so, the module will be33 called bmi323_spi.34