.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # IIO Digital Gyroscope Sensor drivers configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
40 | 41 | This driver can also be built as a module. If so, the module |
---|
41 | 42 | will be called adis16260. |
---|
42 | 43 | |
---|
| 44 | +config ADXRS290 |
---|
| 45 | + tristate "Analog Devices ADXRS290 Dual-Axis MEMS Gyroscope SPI driver" |
---|
| 46 | + depends on SPI |
---|
| 47 | + select IIO_BUFFER |
---|
| 48 | + select IIO_TRIGGERED_BUFFER |
---|
| 49 | + help |
---|
| 50 | + Say yes here to build support for Analog Devices ADXRS290 programmable |
---|
| 51 | + digital output gyroscope. |
---|
| 52 | + |
---|
| 53 | + This driver can also be built as a module. If so, the module will be |
---|
| 54 | + called adxrs290. |
---|
| 55 | + |
---|
43 | 56 | config ADXRS450 |
---|
44 | 57 | tristate "Analog Devices ADXRS450/3 Digital Output Gyroscope SPI driver" |
---|
45 | 58 | depends on SPI |
---|
.. | .. |
---|
60 | 73 | help |
---|
61 | 74 | Say yes here to build support for BOSCH BMG160 Tri-axis Gyro Sensor |
---|
62 | 75 | driver connected via I2C or SPI. This driver also supports BMI055 |
---|
63 | | - gyroscope. |
---|
| 76 | + and BMI088 gyroscope. |
---|
64 | 77 | |
---|
65 | 78 | This driver can also be built as a module. If so, the module |
---|
66 | 79 | will be called bmg160_i2c or bmg160_spi. |
---|
.. | .. |
---|
73 | 86 | tristate |
---|
74 | 87 | select REGMAP_SPI |
---|
75 | 88 | |
---|
| 89 | +config FXAS21002C |
---|
| 90 | + tristate "NXP FXAS21002C Gyro Sensor" |
---|
| 91 | + select IIO_BUFFER |
---|
| 92 | + select IIO_TRIGGERED_BUFFER |
---|
| 93 | + select FXAS21002C_I2C if (I2C) |
---|
| 94 | + select FXAS21002C_SPI if (SPI) |
---|
| 95 | + depends on (I2C || SPI_MASTER) |
---|
| 96 | + help |
---|
| 97 | + Say yes here to build support for NXP FXAS21002C Tri-axis Gyro |
---|
| 98 | + Sensor driver connected via I2C or SPI. |
---|
| 99 | + |
---|
| 100 | + This driver can also be built as a module. If so, the module |
---|
| 101 | + will be called fxas21002c_i2c or fxas21002c_spi. |
---|
| 102 | + |
---|
| 103 | +config FXAS21002C_I2C |
---|
| 104 | + tristate |
---|
| 105 | + select REGMAP_I2C |
---|
| 106 | + |
---|
| 107 | +config FXAS21002C_SPI |
---|
| 108 | + tristate |
---|
| 109 | + select REGMAP_SPI |
---|
| 110 | + |
---|
76 | 111 | config HID_SENSOR_GYRO_3D |
---|
77 | 112 | depends on HID_SENSOR_HUB |
---|
78 | 113 | select IIO_BUFFER |
---|
79 | | - select IIO_TRIGGERED_BUFFER |
---|
80 | 114 | select HID_SENSOR_IIO_COMMON |
---|
81 | 115 | select HID_SENSOR_IIO_TRIGGER |
---|
82 | 116 | tristate "HID Gyroscope 3D" |
---|