2 # IIO Digital Gyroscope Sensor drivers configuration
4 # When adding new entries keep the list in alphabetical order
6 menu "Digital gyroscope sensors"
9 tristate "Analog Devices ADIS16080/100 Yaw Rate Gyroscope with SPI driver"
12 Say yes here to build support for Analog Devices ADIS16080, ADIS16100 Yaw
13 Rate Gyroscope with SPI.
16 tristate "Analog Devices ADIS16130 High Precision Angular Rate Sensor driver"
19 Say yes here to build support for Analog Devices ADIS16130 High Precision
20 Angular Rate Sensor driver.
23 tristate "Analog devices ADIS16136 and similar gyroscopes driver"
26 select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
28 Say yes here to build support for the Analog Devices ADIS16133, ADIS16135,
29 ADIS16136 gyroscope devices.
32 tristate "Analog Devices ADIS16260 Digital Gyroscope Sensor SPI driver"
35 select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
37 Say yes here to build support for Analog Devices ADIS16260 ADIS16265
38 ADIS16250 ADIS16255 and ADIS16251 programmable digital gyroscope sensors.
40 This driver can also be built as a module. If so, the module
41 will be called adis16260.
44 tristate "Analog Devices ADXRS450/3 Digital Output Gyroscope SPI driver"
47 Say yes here to build support for Analog Devices ADXRS450 and ADXRS453
48 programmable digital output gyroscope.
50 This driver can also be built as a module. If so, the module
51 will be called adxrs450.
54 tristate "BOSCH BMG160 Gyro Sensor"
55 depends on (I2C || SPI_MASTER)
57 select IIO_TRIGGERED_BUFFER
58 select BMG160_I2C if (I2C)
59 select BMG160_SPI if (SPI)
61 Say yes here to build support for BOSCH BMG160 Tri-axis Gyro Sensor
62 driver connected via I2C or SPI. This driver also supports BMI055
65 This driver can also be built as a module. If so, the module
66 will be called bmg160_i2c or bmg160_spi.
76 config HID_SENSOR_GYRO_3D
77 depends on HID_SENSOR_HUB
79 select IIO_TRIGGERED_BUFFER
80 select HID_SENSOR_IIO_COMMON
81 select HID_SENSOR_IIO_TRIGGER
82 tristate "HID Gyroscope 3D"
84 Say yes here to build support for the HID SENSOR
87 config IIO_ST_GYRO_3AXIS
88 tristate "STMicroelectronics gyroscopes 3-Axis Driver"
89 depends on (I2C || SPI_MASTER) && SYSFS
90 select IIO_ST_SENSORS_CORE
91 select IIO_ST_GYRO_I2C_3AXIS if (I2C)
92 select IIO_ST_GYRO_SPI_3AXIS if (SPI_MASTER)
93 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
95 Say yes here to build support for STMicroelectronics gyroscopes:
96 L3G4200D, LSM330DL, L3GD20, LSM330DLC, L3G4IS, LSM330, LSM9DS0.
98 This driver can also be built as a module. If so, these modules
100 - st_gyro (core functions for the driver [it is mandatory]);
101 - st_gyro_i2c (necessary for the I2C devices [optional*]);
102 - st_gyro_spi (necessary for the SPI devices [optional*]);
104 (*) one of these is necessary to do something.
106 config IIO_ST_GYRO_I2C_3AXIS
108 depends on IIO_ST_GYRO_3AXIS
109 depends on IIO_ST_SENSORS_I2C
111 config IIO_ST_GYRO_SPI_3AXIS
113 depends on IIO_ST_GYRO_3AXIS
114 depends on IIO_ST_SENSORS_SPI
117 tristate "InvenSense ITG3200 Digital 3-Axis Gyroscope I2C driver"
119 select IIO_TRIGGERED_BUFFER if IIO_BUFFER
121 Say yes here to add support for the InvenSense ITG3200 digital
122 3-axis gyroscope sensor.