brintos

brintos / linux-shallow public Read only

0
0
Text · 747 B · f56b081 Raw
31 lines · plain
1# SPDX-License-Identifier: GPL-2.0-or-later2 3config INV_ICM426004	tristate5	select IIO_BUFFER6	select IIO_INV_SENSORS_TIMESTAMP7 8config INV_ICM42600_I2C9	tristate "InvenSense ICM-426xx I2C driver"10	depends on I2C11	select INV_ICM4260012	select REGMAP_I2C13	help14	  This driver supports the InvenSense ICM-426xx motion tracking15	  devices over I2C.16 17	  This driver can be built as a module. The module will be called18	  inv-icm42600-i2c.19 20config INV_ICM42600_SPI21	tristate "InvenSense ICM-426xx SPI driver"22	depends on SPI_MASTER23	select INV_ICM4260024	select REGMAP_SPI25	help26	  This driver supports the InvenSense ICM-426xx motion tracking27	  devices over SPI.28 29	  This driver can be built as a module. The module will be called30	  inv-icm42600-spi.31