treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / iio / imu / inv_mpu6050 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
09a642b7
GG
2#
3# inv-mpu6050 drivers for Invensense MPU devices and combos
4#
5
6config INV_MPU6050_IIO
b3eea8da 7 tristate
da0d4ef2 8 select IIO_BUFFER
09a642b7 9 select IIO_TRIGGERED_BUFFER
b3eea8da
AR
10
11config INV_MPU6050_I2C
12 tristate "Invensense MPU6050 devices (I2C)"
f7072198 13 depends on I2C_MUX
b3eea8da 14 select INV_MPU6050_IIO
d430f3c3 15 select REGMAP_I2C
09a642b7 16 help
22904bdf
RM
17 This driver supports the Invensense MPU6050/6500/9150 and
18 ICM20608/20602 motion tracking devices over I2C.
09a642b7 19 This driver can be built as a module. The module will be called
b3eea8da 20 inv-mpu6050-i2c.
fd64df16
AR
21
22config INV_MPU6050_SPI
23 tristate "Invensense MPU6050 devices (SPI)"
24 depends on SPI_MASTER
25 select INV_MPU6050_IIO
26 select REGMAP_SPI
27 help
22904bdf
RM
28 This driver supports the Invensense MPU6050/6500/9150 and
29 ICM20608/20602 motion tracking devices over SPI.
fd64df16
AR
30 This driver can be built as a module. The module will be called
31 inv-mpu6050-spi.