diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-11-20 17:36:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-11-21 01:28:51 +0400 |
commit | 2f3abe6cbb6c963ac790b40936b6761c9f0497b4 (patch) | |
tree | 1050db75a5d9c8040c500e10e5a308ab5d2ed5df /drivers/iio/imu/Kconfig | |
parent | 6807d7211327dbdd8df3692f3d26ca711514ba71 (diff) | |
download | linux-2f3abe6cbb6c963ac790b40936b6761c9f0497b4.tar.xz |
iio:imu: Add support for the ADIS16480 and similar IMUs
This patch adds support for the ADIS16375, ADIS16480, ADIS16485, ADIS16488 6
degree to 10 degree of freedom IMUs.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/imu/Kconfig')
-rw-r--r-- | drivers/iio/imu/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/iio/imu/Kconfig b/drivers/iio/imu/Kconfig index c24410c873c7..3d79a40e916b 100644 --- a/drivers/iio/imu/Kconfig +++ b/drivers/iio/imu/Kconfig @@ -1,3 +1,19 @@ +# +# IIO imu drivers configuration +# +menu "Inertial measurement units" + +config ADIS16480 + tristate "Analog Devices ADIS16480 and similar IMU driver" + depends on SPI + select IIO_ADIS_LIB + select IIO_ADIS_LIB_BUFFER if IIO_BUFFER + help + Say yes here to build support for Analog Devices ADIS16375, ADIS16480, + ADIS16485, ADIS16488 inertial sensors. + +endmenu + config IIO_ADIS_LIB tristate help |