staging:iio:adis16130: Move out of staging
[firefly-linux-kernel-4.4.55.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 ADIS16260
14         tristate "Analog Devices ADIS16260 Digital Gyroscope Sensor SPI driver"
15         depends on SPI
16         select IIO_ADIS_LIB
17         select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
18         help
19           Say yes here to build support for Analog Devices ADIS16260 ADIS16265
20           ADIS16250 ADIS16255 and ADIS16251 programmable digital gyroscope sensors.
21
22           This driver can also be built as a module.  If so, the module
23           will be called adis16260.
24
25 endmenu