blob: 41c64a43bcab163a1b08d70ce1433ee1e941b86a [file] [log] [blame]
srinivas pandruvadac5bdbef2012-09-05 13:56:00 +01001#
2# IIO Digital Gyroscope Sensor drivers configuration
3#
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +01004# When adding new entries keep the list in alphabetical order
5
srinivas pandruvadac5bdbef2012-09-05 13:56:00 +01006menu "Digital gyroscope sensors"
7
Lars-Peter Clausena9fbbee2013-01-09 14:01:00 +00008config ADIS16080
9 tristate "Analog Devices ADIS16080/100 Yaw Rate Gyroscope with SPI driver"
10 depends on SPI
11 help
12 Say yes here to build support for Analog Devices ADIS16080, ADIS16100 Yaw
13 Rate Gyroscope with SPI.
14
Lars-Peter Clausen32341852013-06-10 15:00:00 +010015config ADIS16130
16 tristate "Analog Devices ADIS16130 High Precision Angular Rate Sensor driver"
17 depends on SPI
18 help
19 Say yes here to build support for Analog Devices ADIS16130 High Precision
20 Angular Rate Sensor driver.
21
Lars-Peter Clausen9caed0d2012-11-20 13:36:00 +000022config ADIS16136
23 tristate "Analog devices ADIS16136 and similar gyroscopes driver"
24 depends on SPI_MASTER
25 select IIO_ADIS_LIB
26 select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
27 help
28 Say yes here to build support for the Analog Devices ADIS16133, ADIS16135,
29 ADIS16136 gyroscope devices.
30
Lars-Peter Clausen555d5a92013-07-17 15:44:00 +010031config ADIS16260
32 tristate "Analog Devices ADIS16260 Digital Gyroscope Sensor SPI driver"
33 depends on SPI
34 select IIO_ADIS_LIB
35 select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
36 help
37 Say yes here to build support for Analog Devices ADIS16260 ADIS16265
38 ADIS16250 ADIS16255 and ADIS16251 programmable digital gyroscope sensors.
39
40 This driver can also be built as a module. If so, the module
41 will be called adis16260.
42
Lars-Peter Clausen420b0fc2013-01-31 14:27:00 +000043config ADXRS450
44 tristate "Analog Devices ADXRS450/3 Digital Output Gyroscope SPI driver"
45 depends on SPI
46 help
47 Say yes here to build support for Analog Devices ADXRS450 and ADXRS453
48 programmable digital output gyroscope.
49
50 This driver can also be built as a module. If so, the module
51 will be called adxrs450.
52
srinivas pandruvadac5bdbef2012-09-05 13:56:00 +010053config HID_SENSOR_GYRO_3D
54 depends on HID_SENSOR_HUB
55 select IIO_BUFFER
56 select IIO_TRIGGERED_BUFFER
57 select HID_SENSOR_IIO_COMMON
Alexander Holler9541cc32012-12-11 18:21:00 +000058 select HID_SENSOR_IIO_TRIGGER
srinivas pandruvadac5bdbef2012-09-05 13:56:00 +010059 tristate "HID Gyroscope 3D"
60 help
61 Say yes here to build support for the HID SENSOR
62 Gyroscope 3D.
63
Denis Ciocca7be56a82013-01-25 23:44:00 +000064config IIO_ST_GYRO_3AXIS
65 tristate "STMicroelectronics gyroscopes 3-Axis Driver"
66 depends on (I2C || SPI_MASTER) && SYSFS
67 select IIO_ST_SENSORS_CORE
68 select IIO_ST_GYRO_I2C_3AXIS if (I2C)
69 select IIO_ST_GYRO_SPI_3AXIS if (SPI_MASTER)
70 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
Denis Ciocca7be56a82013-01-25 23:44:00 +000071 help
72 Say yes here to build support for STMicroelectronics gyroscopes:
73 L3G4200D, LSM330DL, L3GD20, L3GD20H, LSM330DLC, L3G4IS, LSM330.
74
Peter Meerwald341673f2013-06-23 22:28:00 +010075 This driver can also be built as a module. If so, these modules
76 will be created:
Denis Ciocca7be56a82013-01-25 23:44:00 +000077 - st_gyro (core functions for the driver [it is mandatory]);
78 - st_gyro_i2c (necessary for the I2C devices [optional*]);
79 - st_gyro_spi (necessary for the SPI devices [optional*]);
80
81 (*) one of these is necessary to do something.
82
83config IIO_ST_GYRO_I2C_3AXIS
84 tristate
85 depends on IIO_ST_GYRO_3AXIS
86 depends on IIO_ST_SENSORS_I2C
87
88config IIO_ST_GYRO_SPI_3AXIS
89 tristate
90 depends on IIO_ST_GYRO_3AXIS
91 depends on IIO_ST_SENSORS_SPI
92
Manuel Stahl9dbf0912013-02-01 08:51:00 +000093config ITG3200
94 tristate "InvenSense ITG3200 Digital 3-Axis Gyroscope I2C driver"
95 depends on I2C
96 select IIO_TRIGGERED_BUFFER if IIO_BUFFER
97 help
98 Say yes here to add support for the InvenSense ITG3200 digital
99 3-axis gyroscope sensor.
100
srinivas pandruvadac5bdbef2012-09-05 13:56:00 +0100101endmenu