Kconfig 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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 ADIS16130
  12. tristate "Analog Devices ADIS16130 High Precision Angular Rate Sensor driver"
  13. depends on SPI
  14. help
  15. Say yes here to build support for Analog Devices ADIS16130 High Precision
  16. Angular Rate Sensor driver.
  17. config ADIS16136
  18. tristate "Analog devices ADIS16136 and similar gyroscopes driver"
  19. depends on SPI_MASTER
  20. select IIO_ADIS_LIB
  21. select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
  22. help
  23. Say yes here to build support for the Analog Devices ADIS16133, ADIS16135,
  24. ADIS16136 gyroscope devices.
  25. config ADXRS450
  26. tristate "Analog Devices ADXRS450/3 Digital Output Gyroscope SPI driver"
  27. depends on SPI
  28. help
  29. Say yes here to build support for Analog Devices ADXRS450 and ADXRS453
  30. programmable digital output gyroscope.
  31. This driver can also be built as a module. If so, the module
  32. will be called adxrs450.
  33. config HID_SENSOR_GYRO_3D
  34. depends on HID_SENSOR_HUB
  35. select IIO_BUFFER
  36. select IIO_TRIGGERED_BUFFER
  37. select HID_SENSOR_IIO_COMMON
  38. select HID_SENSOR_IIO_TRIGGER
  39. tristate "HID Gyroscope 3D"
  40. help
  41. Say yes here to build support for the HID SENSOR
  42. Gyroscope 3D.
  43. config IIO_ST_GYRO_3AXIS
  44. tristate "STMicroelectronics gyroscopes 3-Axis Driver"
  45. depends on (I2C || SPI_MASTER) && SYSFS
  46. select IIO_ST_SENSORS_CORE
  47. select IIO_ST_GYRO_I2C_3AXIS if (I2C)
  48. select IIO_ST_GYRO_SPI_3AXIS if (SPI_MASTER)
  49. select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
  50. help
  51. Say yes here to build support for STMicroelectronics gyroscopes:
  52. L3G4200D, LSM330DL, L3GD20, L3GD20H, LSM330DLC, L3G4IS, LSM330.
  53. This driver can also be built as a module. If so, will be created
  54. these modules:
  55. - st_gyro (core functions for the driver [it is mandatory]);
  56. - st_gyro_i2c (necessary for the I2C devices [optional*]);
  57. - st_gyro_spi (necessary for the SPI devices [optional*]);
  58. (*) one of these is necessary to do something.
  59. config IIO_ST_GYRO_I2C_3AXIS
  60. tristate
  61. depends on IIO_ST_GYRO_3AXIS
  62. depends on IIO_ST_SENSORS_I2C
  63. config IIO_ST_GYRO_SPI_3AXIS
  64. tristate
  65. depends on IIO_ST_GYRO_3AXIS
  66. depends on IIO_ST_SENSORS_SPI
  67. config ITG3200
  68. tristate "InvenSense ITG3200 Digital 3-Axis Gyroscope I2C driver"
  69. depends on I2C
  70. select IIO_TRIGGERED_BUFFER if IIO_BUFFER
  71. help
  72. Say yes here to add support for the InvenSense ITG3200 digital
  73. 3-axis gyroscope sensor.
  74. endmenu