xref: /openbmc/linux/drivers/iio/gyro/Kconfig (revision d0b73b48)
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	select HID_SENSOR_IIO_TRIGGER
21	tristate "HID Gyroscope 3D"
22	help
23	  Say yes here to build support for the HID SENSOR
24	  Gyroscope 3D.
25
26endmenu
27