Kconfig 713 B

1234567891011121314151617181920212223242526272829
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. config INV_ICM42600
  3. tristate
  4. select IIO_BUFFER
  5. config INV_ICM42600_I2C
  6. tristate "InvenSense ICM-426xx I2C driver"
  7. depends on I2C
  8. select INV_ICM42600
  9. select REGMAP_I2C
  10. help
  11. This driver supports the InvenSense ICM-426xx motion tracking
  12. devices over I2C.
  13. This driver can be built as a module. The module will be called
  14. inv-icm42600-i2c.
  15. config INV_ICM42600_SPI
  16. tristate "InvenSense ICM-426xx SPI driver"
  17. depends on SPI_MASTER
  18. select INV_ICM42600
  19. select REGMAP_SPI
  20. help
  21. This driver supports the InvenSense ICM-426xx motion tracking
  22. devices over SPI.
  23. This driver can be built as a module. The module will be called
  24. inv-icm42600-spi.