# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_BMI160[0m IMU driver # config [31mCONFIG_BMI160[0m tristate select [31mCONFIG_IIO_BUFFER[0m select [31mCONFIG_IIO_TRIGGERED_BUFFER[0m config [31mCONFIG_BMI160_I2C[0m tristate "Bosch BMI160 I2C driver" depends on [31mCONFIG_I2C[0m select [31mCONFIG_BMI160[0m select [31mCONFIG_REGMAP_I2C[0m help If you say yes here you get support for [31mCONFIG_BMI160[0m IMU on [31mCONFIG_I2C[0m with accelerometer, gyroscope and external [31mCONFIG_BMG160[0m magnetometer. This driver can also be built as a module. If so, the module will be called bmi160_i2c. config [31mCONFIG_BMI160_SPI[0m tristate "Bosch BMI160 SPI driver" depends on [31mCONFIG_SPI[0m select [31mCONFIG_BMI160[0m select [31mCONFIG_REGMAP_SPI[0m help If you say yes here you get support for [31mCONFIG_BMI160[0m IMU on [31mCONFIG_SPI[0m with accelerometer, gyroscope and external [31mCONFIG_BMG160[0m magnetometer. This driver can also be built as a module. If so, the module will be called bmi160_spi. |