Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-or-later
0002 
0003 config INV_ICM42600
0004         tristate
0005         select IIO_BUFFER
0006 
0007 config INV_ICM42600_I2C
0008         tristate "InvenSense ICM-426xx I2C driver"
0009         depends on I2C
0010         select INV_ICM42600
0011         select REGMAP_I2C
0012         help
0013           This driver supports the InvenSense ICM-426xx motion tracking
0014           devices over I2C.
0015 
0016           This driver can be built as a module. The module will be called
0017           inv-icm42600-i2c.
0018 
0019 config INV_ICM42600_SPI
0020         tristate "InvenSense ICM-426xx SPI driver"
0021         depends on SPI_MASTER
0022         select INV_ICM42600
0023         select REGMAP_SPI
0024         help
0025           This driver supports the InvenSense ICM-426xx motion tracking
0026           devices over SPI.
0027 
0028           This driver can be built as a module. The module will be called
0029           inv-icm42600-spi.