Kconfig 874 B

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # IIO Digital Gyroscope Sensor drivers configuration
  3. #
  4. menu "Digital gyroscope sensors"
  5. config ADIS16080
  6. tristate "Analog Devices ADIS16080/100 Yaw Rate Gyroscope with SPI driver"
  7. depends on SPI
  8. help
  9. Say yes here to build support for Analog Devices ADIS16080, ADIS16100 Yaw
  10. Rate Gyroscope with SPI.
  11. config ADIS16136
  12. tristate "Analog devices ADIS16136 and similar gyroscopes driver"
  13. depends on SPI_MASTER
  14. select IIO_ADIS_LIB
  15. select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
  16. help
  17. Say yes here to build support for the Analog Devices ADIS16133, ADIS16135,
  18. ADIS16136 gyroscope devices.
  19. config HID_SENSOR_GYRO_3D
  20. depends on HID_SENSOR_HUB
  21. select IIO_BUFFER
  22. select IIO_TRIGGERED_BUFFER
  23. select HID_SENSOR_IIO_COMMON
  24. select HID_SENSOR_IIO_TRIGGER
  25. tristate "HID Gyroscope 3D"
  26. help
  27. Say yes here to build support for the HID SENSOR
  28. Gyroscope 3D.
  29. endmenu