mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 09:46:53 +07:00
9caed0d9d6
This patch adds support for the ADIS16133, ADIS16135, ADIS16136 single channel gyroscopes. The main difference between them is the sensor precision. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
26 lines
622 B
Plaintext
26 lines
622 B
Plaintext
#
|
|
# IIO Digital Gyroscope Sensor drivers configuration
|
|
#
|
|
menu "Digital gyroscope sensors"
|
|
|
|
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.
|
|
|
|
config HID_SENSOR_GYRO_3D
|
|
depends on HID_SENSOR_HUB
|
|
select IIO_BUFFER
|
|
select IIO_TRIGGERED_BUFFER
|
|
select HID_SENSOR_IIO_COMMON
|
|
tristate "HID Gyroscope 3D"
|
|
help
|
|
Say yes here to build support for the HID SENSOR
|
|
Gyroscope 3D.
|
|
|
|
endmenu
|