# SPDX-License-Identifier: GPL-2.0-only # # inv-mpu6050 drivers for Invensense [31mCONFIG_MPU[0m devices and combos # config [31mCONFIG_INV_MPU6050_IIO[0m tristate select [31mCONFIG_IIO_BUFFER[0m select [31mCONFIG_IIO_TRIGGERED_BUFFER[0m config [31mCONFIG_INV_MPU6050_I2C[0m tristate "Invensense MPU6050 devices (I2C)" depends on [31mCONFIG_I2C_MUX[0m select [31mCONFIG_INV_MPU6050_IIO[0m select [31mCONFIG_REGMAP_I2C[0m help This driver supports the Invensense MPU6000/6050/6500/6515, MPU9150/9250/9255 and ICM20608/20602 motion tracking devices over [31mCONFIG_I2C[0m. This driver can be built as a module. The module will be called inv-mpu6050-i2c. config [31mCONFIG_INV_MPU6050_SPI[0m tristate "Invensense MPU6050 devices (SPI)" depends on [31mCONFIG_SPI_MASTER[0m select [31mCONFIG_INV_MPU6050_IIO[0m select [31mCONFIG_REGMAP_SPI[0m help This driver supports the Invensense MPU6000/6050/6500/6515, MPU9150/9250/9255 and ICM20608/20602 motion tracking devices over [31mCONFIG_SPI[0m. This driver can be built as a module. The module will be called inv-mpu6050-spi. |