blob: 48ed1483ff27260e8ac24634cc670acf32f33172 [file] [log] [blame]
srinivas pandruvadac5bdbef2012-09-05 13:56:00 +01001#
2# IIO Digital Gyroscope Sensor drivers configuration
3#
4menu "Digital gyroscope sensors"
5
Lars-Peter Clausen9caed0d2012-11-20 13:36:00 +00006config 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
srinivas pandruvadac5bdbef2012-09-05 13:56:00 +010015config 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