• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# IIO Digital Gyroscope Sensor drivers configuration
3#
4menu "Digital gyroscope sensors"
5
6config 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
13config ADIS16130
14	tristate "Analog Devices ADIS16130 High Precision Angular Rate Sensor driver"
15	depends on SPI
16	help
17	  Say yes here to build support for Analog Devices ADIS16130 High Precision
18	  Angular Rate Sensor driver.
19
20config ADIS16260
21	tristate "Analog Devices ADIS16260 Digital Gyroscope Sensor SPI driver"
22	depends on SPI
23	select IIO_ADIS_LIB
24	select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
25	help
26	  Say yes here to build support for Analog Devices ADIS16260 ADIS16265
27	  ADIS16250 ADIS16255 and ADIS16251 programmable digital gyroscope sensors.
28
29	  This driver can also be built as a module.  If so, the module
30	  will be called adis16260.
31
32endmenu
33