diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-11-20 08:36:00 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-11-20 16:26:34 -0500 |
commit | 9caed0d9d6db12cb6d81ba68d5bc98432d6b4711 (patch) | |
tree | 207c7f7410cee40409476a04c95fd5d2191ba2b6 /drivers/iio/gyro/Kconfig | |
parent | 57a1228a06b7a5939a8b0078a92b44fa30855bcb (diff) |
iio:gyro: Add support for the ADIS16136 gyroscope
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>
Diffstat (limited to 'drivers/iio/gyro/Kconfig')
-rw-r--r-- | drivers/iio/gyro/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/iio/gyro/Kconfig b/drivers/iio/gyro/Kconfig index 21e27e2fc68c..48ed1483ff27 100644 --- a/drivers/iio/gyro/Kconfig +++ b/drivers/iio/gyro/Kconfig | |||
@@ -3,6 +3,15 @@ | |||
3 | # | 3 | # |
4 | menu "Digital gyroscope sensors" | 4 | menu "Digital gyroscope sensors" |
5 | 5 | ||
6 | config ADIS16136 | ||
7 | tristate "Analog devices ADIS16136 and similar gyroscopes driver" | ||
8 | depends on SPI_MASTER | ||
9 | select IIO_ADIS_LIB | ||
10 | select IIO_ADIS_LIB_BUFFER if IIO_BUFFER | ||
11 | help | ||
12 | Say yes here to build support for the Analog Devices ADIS16133, ADIS16135, | ||
13 | ADIS16136 gyroscope devices. | ||
14 | |||
6 | config HID_SENSOR_GYRO_3D | 15 | config HID_SENSOR_GYRO_3D |
7 | depends on HID_SENSOR_HUB | 16 | depends on HID_SENSOR_HUB |
8 | select IIO_BUFFER | 17 | select IIO_BUFFER |