Merge branch 'for-next' of git://gitorious.org/kernel-hsi/kernel-hsi
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / iio / gyro / Kconfig
1 #
2 # IIO Digital Gyroscope Sensor drivers configuration
3 #
4 menu "Digital gyroscope sensors"
5
6 config ADIS16060
7 tristate "Analog Devices ADIS16060 Yaw Rate Gyroscope with SPI driver"
8 depends on SPI
9 help
10 Say yes here to build support for Analog Devices adis16060 wide bandwidth
11 yaw rate gyroscope with SPI.
12
13 config ADIS16080
14 tristate "Analog Devices ADIS16080/100 Yaw Rate Gyroscope with SPI driver"
15 depends on SPI
16 help
17 Say yes here to build support for Analog Devices adis16080/100 Yaw Rate
18 Gyroscope with SPI.
19
20 config ADIS16130
21 tristate "Analog Devices ADIS16130 High Precision Angular Rate Sensor driver"
22 depends on SPI
23 help
24 Say yes here to build support for Analog Devices ADIS16130 High Precision
25 Angular Rate Sensor driver.
26
27 config ADIS16260
28 tristate "Analog Devices ADIS16260 Digital Gyroscope Sensor SPI driver"
29 depends on SPI
30 select IIO_TRIGGER if IIO_BUFFER
31 select IIO_SW_RING if IIO_BUFFER
32 help
33 Say yes here to build support for Analog Devices ADIS16260 ADIS16265
34 ADIS16250 ADIS16255 and ADIS16251 programmable digital gyroscope sensors.
35
36 This driver can also be built as a module. If so, the module
37 will be called adis16260.
38
39 config ADXRS450
40 tristate "Analog Devices ADXRS450/3 Digital Output Gyroscope SPI driver"
41 depends on SPI
42 help
43 Say yes here to build support for Analog Devices ADXRS450 and ADXRS453
44 programmable digital output gyroscope.
45
46 This driver can also be built as a module. If so, the module
47 will be called adxrs450.
48
49 endmenu