diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-06-10 15:00:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-06-11 20:34:36 +0100 |
commit | 32341859f04e0f0d418d0d0eec903a959cb09ebb (patch) | |
tree | a7aafb3ea7b602aed94bfa7a4e62497cd54de6d6 /drivers/iio/gyro/Kconfig | |
parent | 597e1a86df7965f638045fea04bd3fde57f8bd04 (diff) | |
download | op-kernel-dev-32341859f04e0f0d418d0d0eec903a959cb09ebb.zip op-kernel-dev-32341859f04e0f0d418d0d0eec903a959cb09ebb.tar.gz |
staging:iio:adis16130: Move out of staging
The adis16130 driver is fairly simple and it a good shape now, so move it out of
staging. Remove an outdated FIXME along the way.
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/iio/gyro/Kconfig b/drivers/iio/gyro/Kconfig index b8daf1b..8498e9d 100644 --- a/drivers/iio/gyro/Kconfig +++ b/drivers/iio/gyro/Kconfig @@ -10,6 +10,13 @@ config ADIS16080 Say yes here to build support for Analog Devices ADIS16080, ADIS16100 Yaw Rate Gyroscope with SPI. +config ADIS16130 + tristate "Analog Devices ADIS16130 High Precision Angular Rate Sensor driver" + depends on SPI + help + Say yes here to build support for Analog Devices ADIS16130 High Precision + Angular Rate Sensor driver. + config ADIS16136 tristate "Analog devices ADIS16136 and similar gyroscopes driver" depends on SPI_MASTER |