blob: ea295b25308c470525e9213ad039c46eadc95ca5 [file] [log] [blame]
Barry Song089a4192010-05-12 19:34:06 +01001#
2# IIO Digital Gyroscope Sensor drivers configuration
3#
Manuel Stahl0aeac512011-09-21 11:15:50 +01004menu "Digital gyroscope sensors"
Barry Song089a4192010-05-12 19:34:06 +01005
Barry Songe071f6b2010-10-27 21:44:04 -04006config 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
Barry Song1b2f99e2010-10-27 21:44:05 -040013config 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
Barry Song7a83f602010-10-27 21:44:06 -040020config 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
Barry Song089a4192010-05-12 19:34:06 +010027config ADIS16260
Jonathan Cameron03d1b7d2011-02-26 17:27:17 +000028 tristate "Analog Devices ADIS16260 Digital Gyroscope Sensor SPI driver"
Barry Song089a4192010-05-12 19:34:06 +010029 depends on SPI
Jonathan Cameronf2a96242011-09-21 11:15:55 +010030 select IIO_TRIGGER if IIO_BUFFER
31 select IIO_SW_RING if IIO_BUFFER
Barry Song089a4192010-05-12 19:34:06 +010032 help
Michael Hennerichf733d022010-10-27 21:43:47 -040033 Say yes here to build support for Analog Devices ADIS16260 ADIS16265
Jonathan Cameron03d1b7d2011-02-26 17:27:17 +000034 ADIS16250 ADIS16255 and ADIS16251 programmable digital gyroscope sensors.
Michael Hennerichf733d022010-10-27 21:43:47 -040035
36 This driver can also be built as a module. If so, the module
37 will be called adis16260.
Michael Hennerich24742ac2011-04-06 11:42:49 +020038
39config ADXRS450
Michael Hennerich617156f2011-12-14 20:25:13 +010040 tristate "Analog Devices ADXRS450/3 Digital Output Gyroscope SPI driver"
Michael Hennerich24742ac2011-04-06 11:42:49 +020041 depends on SPI
42 help
Michael Hennerich617156f2011-12-14 20:25:13 +010043 Say yes here to build support for Analog Devices ADXRS450 and ADXRS453
44 programmable digital output gyroscope.
Michael Hennerich24742ac2011-04-06 11:42:49 +020045
46 This driver can also be built as a module. If so, the module
47 will be called adxrs450.
Manuel Stahl0aeac512011-09-21 11:15:50 +010048
49endmenu