Kconfig 653 B

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