2012-09-05 12:56:00 +00:00
|
|
|
#
|
|
|
|
# IIO Digital Gyroscope Sensor drivers configuration
|
|
|
|
#
|
|
|
|
menu "Digital gyroscope sensors"
|
|
|
|
|
2013-01-09 14:01:00 +00:00
|
|
|
config ADIS16080
|
|
|
|
tristate "Analog Devices ADIS16080/100 Yaw Rate Gyroscope with SPI driver"
|
|
|
|
depends on SPI
|
|
|
|
help
|
|
|
|
Say yes here to build support for Analog Devices ADIS16080, ADIS16100 Yaw
|
|
|
|
Rate Gyroscope with SPI.
|
|
|
|
|
2012-11-20 13:36:00 +00:00
|
|
|
config ADIS16136
|
|
|
|
tristate "Analog devices ADIS16136 and similar gyroscopes driver"
|
|
|
|
depends on SPI_MASTER
|
|
|
|
select IIO_ADIS_LIB
|
|
|
|
select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
|
|
|
|
help
|
|
|
|
Say yes here to build support for the Analog Devices ADIS16133, ADIS16135,
|
|
|
|
ADIS16136 gyroscope devices.
|
|
|
|
|
2012-09-05 12:56:00 +00:00
|
|
|
config HID_SENSOR_GYRO_3D
|
|
|
|
depends on HID_SENSOR_HUB
|
|
|
|
select IIO_BUFFER
|
|
|
|
select IIO_TRIGGERED_BUFFER
|
|
|
|
select HID_SENSOR_IIO_COMMON
|
2012-12-11 18:21:00 +00:00
|
|
|
select HID_SENSOR_IIO_TRIGGER
|
2012-09-05 12:56:00 +00:00
|
|
|
tristate "HID Gyroscope 3D"
|
|
|
|
help
|
|
|
|
Say yes here to build support for the HID SENSOR
|
|
|
|
Gyroscope 3D.
|
|
|
|
|
|
|
|
endmenu
|