forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/iio/imu/inv_mpu6050/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # inv-mpu6050 drivers for Invensense MPU devices and combos
34 #
....@@ -9,12 +10,14 @@
910
1011 config INV_MPU6050_I2C
1112 tristate "Invensense MPU6050 devices (I2C)"
12
- depends on I2C_MUX
13
+ depends on I2C
14
+ select I2C_MUX
1315 select INV_MPU6050_IIO
1416 select REGMAP_I2C
1517 help
16
- This driver supports the Invensense MPU6050/6500/9150 and
17
- ICM20608/20602 motion tracking devices over I2C.
18
+ This driver supports the Invensense MPU6050/9150,
19
+ MPU6500/6515/9250/9255, ICM20608/20609/20689, ICM20602/ICM20690 and
20
+ IAM20680 motion tracking devices over I2C.
1821 This driver can be built as a module. The module will be called
1922 inv-mpu6050-i2c.
2023
....@@ -24,7 +27,8 @@
2427 select INV_MPU6050_IIO
2528 select REGMAP_SPI
2629 help
27
- This driver supports the Invensense MPU6050/6500/9150 and
28
- ICM20608/20602 motion tracking devices over SPI.
30
+ This driver supports the Invensense MPU6000,
31
+ MPU6500/6515/9250/9255, ICM20608/20609/20689, ICM20602/ICM20690 and
32
+ IAM20680 motion tracking devices over SPI.
2933 This driver can be built as a module. The module will be called
3034 inv-mpu6050-spi.