xref: /linux/drivers/iio/gyro/Kconfig (revision b889fcf63cb62e7fdb7816565e28f44dbe4a76a5)
1#
2# IIO Digital Gyroscope Sensor drivers configuration
3#
4menu "Digital gyroscope sensors"
5
6config ADIS16136
7	tristate "Analog devices ADIS16136 and similar gyroscopes driver"
8	depends on SPI_MASTER
9	select IIO_ADIS_LIB
10	select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
11	help
12	  Say yes here to build support for the Analog Devices ADIS16133, ADIS16135,
13	  ADIS16136 gyroscope devices.
14
15config HID_SENSOR_GYRO_3D
16	depends on HID_SENSOR_HUB
17	select IIO_BUFFER
18	select IIO_TRIGGERED_BUFFER
19	select HID_SENSOR_IIO_COMMON
20	tristate "HID Gyroscope 3D"
21	help
22	  Say yes here to build support for the HID SENSOR
23	  Gyroscope 3D.
24
25endmenu
26