1 # SPDX-License-Identifier: GPL-2.0-only
3 # IIO Digital Gyroscope Sensor drivers configuration
5 # When adding new entries keep the list in alphabetical order
7 menu "Digital gyroscope sensors"
10 tristate "Analog Devices ADIS16080/100 Yaw Rate Gyroscope with SPI driver"
13 Say yes here to build support for Analog Devices ADIS16080, ADIS16100 Yaw
14 Rate Gyroscope with SPI.
17 tristate "Analog Devices ADIS16130 High Precision Angular Rate Sensor driver"
20 Say yes here to build support for Analog Devices ADIS16130 High Precision
21 Angular Rate Sensor driver.
24 tristate "Analog devices ADIS16136 and similar gyroscopes driver"
27 select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
29 Say yes here to build support for the Analog Devices ADIS16133, ADIS16135,
30 ADIS16136 gyroscope devices.
33 tristate "Analog Devices ADIS16260 Digital Gyroscope Sensor SPI driver"
36 select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
38 Say yes here to build support for Analog Devices ADIS16260 ADIS16265
39 ADIS16250 ADIS16255 and ADIS16251 programmable digital gyroscope sensors.
41 This driver can also be built as a module. If so, the module
42 will be called adis16260.
45 tristate "Analog Devices ADXRS450/3 Digital Output Gyroscope SPI driver"
48 Say yes here to build support for Analog Devices ADXRS450 and ADXRS453
49 programmable digital output gyroscope.
51 This driver can also be built as a module. If so, the module
52 will be called adxrs450.
55 tristate "BOSCH BMG160 Gyro Sensor"
56 depends on (I2C || SPI_MASTER)
58 select IIO_TRIGGERED_BUFFER
59 select BMG160_I2C if (I2C)
60 select BMG160_SPI if (SPI)
62 Say yes here to build support for BOSCH BMG160 Tri-axis Gyro Sensor
63 driver connected via I2C or SPI. This driver also supports BMI055
66 This driver can also be built as a module. If so, the module
67 will be called bmg160_i2c or bmg160_spi.
78 tristate "NXP FXAS21002C Gyro Sensor"
80 select IIO_TRIGGERED_BUFFER
81 select FXAS21002C_I2C if (I2C)
82 select FXAS21002C_SPI if (SPI)
83 depends on (I2C || SPI_MASTER)
85 Say yes here to build support for NXP FXAS21002C Tri-axis Gyro
86 Sensor driver connected via I2C or SPI.
88 This driver can also be built as a module. If so, the module
89 will be called fxas21002c_i2c or fxas21002c_spi.
99 config HID_SENSOR_GYRO_3D
100 depends on HID_SENSOR_HUB
102 select IIO_TRIGGERED_BUFFER
103 select HID_SENSOR_IIO_COMMON
104 select HID_SENSOR_IIO_TRIGGER
105 tristate "HID Gyroscope 3D"
107 Say yes here to build support for the HID SENSOR
113 select IIO_TRIGGERED_BUFFER
117 tristate "Invensense MPU3050 devices on I2C"
118 depends on !(INPUT_MPU3050=y || INPUT_MPU3050=m)
124 This driver supports the Invensense MPU3050 gyroscope over I2C.
125 This driver can be built as a module. The module will be called
128 config IIO_ST_GYRO_3AXIS
129 tristate "STMicroelectronics gyroscopes 3-Axis Driver"
130 depends on (I2C || SPI_MASTER) && SYSFS
131 select IIO_ST_SENSORS_CORE
132 select IIO_ST_GYRO_I2C_3AXIS if (I2C)
133 select IIO_ST_GYRO_SPI_3AXIS if (SPI_MASTER)
134 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
136 Say yes here to build support for STMicroelectronics gyroscopes:
137 L3G4200D, LSM330DL, L3GD20, LSM330DLC, L3G4IS, LSM330, LSM9DS0.
139 This driver can also be built as a module. If so, these modules
141 - st_gyro (core functions for the driver [it is mandatory]);
142 - st_gyro_i2c (necessary for the I2C devices [optional*]);
143 - st_gyro_spi (necessary for the SPI devices [optional*]);
145 (*) one of these is necessary to do something.
147 config IIO_ST_GYRO_I2C_3AXIS
149 depends on IIO_ST_GYRO_3AXIS
150 depends on IIO_ST_SENSORS_I2C
152 config IIO_ST_GYRO_SPI_3AXIS
154 depends on IIO_ST_GYRO_3AXIS
155 depends on IIO_ST_SENSORS_SPI
158 tristate "InvenSense ITG3200 Digital 3-Axis Gyroscope I2C driver"
160 select IIO_TRIGGERED_BUFFER if IIO_BUFFER
162 Say yes here to add support for the InvenSense ITG3200 digital
163 3-axis gyroscope sensor.