2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-02-02 08:26:00 +08:00
|
|
|
#
|
|
|
|
# inv-mpu6050 drivers for Invensense MPU devices and combos
|
|
|
|
#
|
|
|
|
|
|
|
|
config INV_MPU6050_IIO
|
2016-02-12 19:44:44 +08:00
|
|
|
tristate
|
2013-03-01 23:21:00 +08:00
|
|
|
select IIO_BUFFER
|
2013-02-02 08:26:00 +08:00
|
|
|
select IIO_TRIGGERED_BUFFER
|
2016-02-12 19:44:44 +08:00
|
|
|
|
|
|
|
config INV_MPU6050_I2C
|
|
|
|
tristate "Invensense MPU6050 devices (I2C)"
|
2019-11-28 04:17:38 +08:00
|
|
|
depends on I2C
|
|
|
|
select I2C_MUX
|
2016-02-12 19:44:44 +08:00
|
|
|
select INV_MPU6050_IIO
|
2016-02-12 19:44:43 +08:00
|
|
|
select REGMAP_I2C
|
2013-02-02 08:26:00 +08:00
|
|
|
help
|
2020-02-06 18:31:00 +08:00
|
|
|
This driver supports the Invensense MPU6050/9150,
|
2020-02-06 18:31:03 +08:00
|
|
|
MPU6500/6515/9250/9255, ICM20608/20609/20689, ICM20602/ICM20690 and
|
|
|
|
IAM20680 motion tracking devices over I2C.
|
2013-02-02 08:26:00 +08:00
|
|
|
This driver can be built as a module. The module will be called
|
2016-02-12 19:44:44 +08:00
|
|
|
inv-mpu6050-i2c.
|
2016-02-12 19:44:45 +08:00
|
|
|
|
|
|
|
config INV_MPU6050_SPI
|
|
|
|
tristate "Invensense MPU6050 devices (SPI)"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
select INV_MPU6050_IIO
|
|
|
|
select REGMAP_SPI
|
|
|
|
help
|
2020-02-06 18:31:00 +08:00
|
|
|
This driver supports the Invensense MPU6000,
|
2020-02-06 18:31:03 +08:00
|
|
|
MPU6500/6515/9250/9255, ICM20608/20609/20689, ICM20602/ICM20690 and
|
|
|
|
IAM20680 motion tracking devices over SPI.
|
2016-02-12 19:44:45 +08:00
|
|
|
This driver can be built as a module. The module will be called
|
|
|
|
inv-mpu6050-spi.
|