aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/gyro/Kconfig')
-rw-r--r--drivers/iio/gyro/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/iio/gyro/Kconfig b/drivers/iio/gyro/Kconfig
index ac2d69e34c8c..b3d0e94f72eb 100644
--- a/drivers/iio/gyro/Kconfig
+++ b/drivers/iio/gyro/Kconfig
@@ -50,6 +50,17 @@ config ADXRS450
50 This driver can also be built as a module. If so, the module 50 This driver can also be built as a module. If so, the module
51 will be called adxrs450. 51 will be called adxrs450.
52 52
53config BMG160
54 tristate "BOSCH BMG160 Gyro Sensor"
55 depends on I2C
56 select IIO_TRIGGERED_BUFFER if IIO_BUFFER
57 help
58 Say yes here to build support for Bosch BMG160 Tri-axis Gyro Sensor
59 driver. This driver also supports BMI055 gyroscope.
60
61 This driver can also be built as a module. If so, the module
62 will be called bmg160.
63
53config HID_SENSOR_GYRO_3D 64config HID_SENSOR_GYRO_3D
54 depends on HID_SENSOR_HUB 65 depends on HID_SENSOR_HUB
55 select IIO_BUFFER 66 select IIO_BUFFER