mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-08 02:21:18 +00: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>
7 lines
156 B
Makefile
7 lines
156 B
Makefile
#
|
|
# Makefile for industrial I/O gyroscope sensor drivers
|
|
#
|
|
|
|
obj-$(CONFIG_ADIS16136) += adis16136.o
|
|
obj-$(CONFIG_HID_SENSOR_GYRO_3D) += hid-sensor-gyro-3d.o
|