Kconfig 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. #
  2. # IIO Digital Gyroscope Sensor drivers configuration
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. menu "Digital gyroscope sensors"
  6. config ADIS16080
  7. tristate "Analog Devices ADIS16080/100 Yaw Rate Gyroscope with SPI driver"
  8. depends on SPI
  9. help
  10. Say yes here to build support for Analog Devices ADIS16080, ADIS16100 Yaw
  11. Rate Gyroscope with SPI.
  12. config ADIS16130
  13. tristate "Analog Devices ADIS16130 High Precision Angular Rate Sensor driver"
  14. depends on SPI
  15. help
  16. Say yes here to build support for Analog Devices ADIS16130 High Precision
  17. Angular Rate Sensor driver.
  18. config ADIS16136
  19. tristate "Analog devices ADIS16136 and similar gyroscopes driver"
  20. depends on SPI_MASTER
  21. select IIO_ADIS_LIB
  22. select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
  23. help
  24. Say yes here to build support for the Analog Devices ADIS16133, ADIS16135,
  25. ADIS16136 gyroscope devices.
  26. config ADIS16260
  27. tristate "Analog Devices ADIS16260 Digital Gyroscope Sensor SPI driver"
  28. depends on SPI
  29. select IIO_ADIS_LIB
  30. select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
  31. help
  32. Say yes here to build support for Analog Devices ADIS16260 ADIS16265
  33. ADIS16250 ADIS16255 and ADIS16251 programmable digital gyroscope sensors.
  34. This driver can also be built as a module. If so, the module
  35. will be called adis16260.
  36. config ADXRS450
  37. tristate "Analog Devices ADXRS450/3 Digital Output Gyroscope SPI driver"
  38. depends on SPI
  39. help
  40. Say yes here to build support for Analog Devices ADXRS450 and ADXRS453
  41. programmable digital output gyroscope.
  42. This driver can also be built as a module. If so, the module
  43. will be called adxrs450.
  44. config BMG160
  45. tristate "BOSCH BMG160 Gyro Sensor"
  46. depends on I2C
  47. select IIO_TRIGGERED_BUFFER if IIO_BUFFER
  48. help
  49. Say yes here to build support for Bosch BMG160 Tri-axis Gyro Sensor
  50. driver. This driver also supports BMI055 gyroscope.
  51. This driver can also be built as a module. If so, the module
  52. will be called bmg160.
  53. config HID_SENSOR_GYRO_3D
  54. depends on HID_SENSOR_HUB
  55. select IIO_BUFFER
  56. select IIO_TRIGGERED_BUFFER
  57. select HID_SENSOR_IIO_COMMON
  58. select HID_SENSOR_IIO_TRIGGER
  59. tristate "HID Gyroscope 3D"
  60. help
  61. Say yes here to build support for the HID SENSOR
  62. Gyroscope 3D.
  63. config IIO_ST_GYRO_3AXIS
  64. tristate "STMicroelectronics gyroscopes 3-Axis Driver"
  65. depends on (I2C || SPI_MASTER) && SYSFS
  66. select IIO_ST_SENSORS_CORE
  67. select IIO_ST_GYRO_I2C_3AXIS if (I2C)
  68. select IIO_ST_GYRO_SPI_3AXIS if (SPI_MASTER)
  69. select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
  70. help
  71. Say yes here to build support for STMicroelectronics gyroscopes:
  72. L3G4200D, LSM330DL, L3GD20, LSM330DLC, L3G4IS, LSM330.
  73. This driver can also be built as a module. If so, these modules
  74. will be created:
  75. - st_gyro (core functions for the driver [it is mandatory]);
  76. - st_gyro_i2c (necessary for the I2C devices [optional*]);
  77. - st_gyro_spi (necessary for the SPI devices [optional*]);
  78. (*) one of these is necessary to do something.
  79. config IIO_ST_GYRO_I2C_3AXIS
  80. tristate
  81. depends on IIO_ST_GYRO_3AXIS
  82. depends on IIO_ST_SENSORS_I2C
  83. config IIO_ST_GYRO_SPI_3AXIS
  84. tristate
  85. depends on IIO_ST_GYRO_3AXIS
  86. depends on IIO_ST_SENSORS_SPI
  87. config ITG3200
  88. tristate "InvenSense ITG3200 Digital 3-Axis Gyroscope I2C driver"
  89. depends on I2C
  90. select IIO_TRIGGERED_BUFFER if IIO_BUFFER
  91. help
  92. Say yes here to add support for the InvenSense ITG3200 digital
  93. 3-axis gyroscope sensor.
  94. endmenu