Kconfig 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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 HID_SENSOR_GYRO_3D
  45. depends on HID_SENSOR_HUB
  46. select IIO_BUFFER
  47. select IIO_TRIGGERED_BUFFER
  48. select HID_SENSOR_IIO_COMMON
  49. select HID_SENSOR_IIO_TRIGGER
  50. tristate "HID Gyroscope 3D"
  51. help
  52. Say yes here to build support for the HID SENSOR
  53. Gyroscope 3D.
  54. config IIO_ST_GYRO_3AXIS
  55. tristate "STMicroelectronics gyroscopes 3-Axis Driver"
  56. depends on (I2C || SPI_MASTER) && SYSFS
  57. select IIO_ST_SENSORS_CORE
  58. select IIO_ST_GYRO_I2C_3AXIS if (I2C)
  59. select IIO_ST_GYRO_SPI_3AXIS if (SPI_MASTER)
  60. select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
  61. help
  62. Say yes here to build support for STMicroelectronics gyroscopes:
  63. L3G4200D, LSM330DL, L3GD20, L3GD20H, LSM330DLC, L3G4IS, LSM330.
  64. This driver can also be built as a module. If so, these modules
  65. will be created:
  66. - st_gyro (core functions for the driver [it is mandatory]);
  67. - st_gyro_i2c (necessary for the I2C devices [optional*]);
  68. - st_gyro_spi (necessary for the SPI devices [optional*]);
  69. (*) one of these is necessary to do something.
  70. config IIO_ST_GYRO_I2C_3AXIS
  71. tristate
  72. depends on IIO_ST_GYRO_3AXIS
  73. depends on IIO_ST_SENSORS_I2C
  74. config IIO_ST_GYRO_SPI_3AXIS
  75. tristate
  76. depends on IIO_ST_GYRO_3AXIS
  77. depends on IIO_ST_SENSORS_SPI
  78. config ITG3200
  79. tristate "InvenSense ITG3200 Digital 3-Axis Gyroscope I2C driver"
  80. depends on I2C
  81. select IIO_TRIGGERED_BUFFER if IIO_BUFFER
  82. help
  83. Say yes here to add support for the InvenSense ITG3200 digital
  84. 3-axis gyroscope sensor.
  85. endmenu