aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/Kconfig
diff options
context:
space:
mode:
authorManuel Stahl <manuel.stahl@iis.fraunhofer.de>2013-02-01 08:51:00 +0000
committerJonathan Cameron <jic23@kernel.org>2013-02-02 09:33:33 +0000
commit9dbf091da080508e9f632d307f357beb79a0766b (patch)
tree4f3fe19f392e7b55b2c349cb6df65155ad98d0e8 /drivers/iio/gyro/Kconfig
parentstaging:iio: Move adxrs450 driver out of staging (diff)
downloadlinux-dev-9dbf091da080508e9f632d307f357beb79a0766b.tar.xz
linux-dev-9dbf091da080508e9f632d307f357beb79a0766b.zip
iio: gyro: Add itg3200
This patch adds support for the InvenSense itg3200. The itg3200 is a three-axis gyro with 16-bit ADC and I2C interface. Signed-off-by: Manuel Stahl <manuel.stahl@iis.fraunhofer.de> Reviewed-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/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/iio/gyro/Kconfig b/drivers/iio/gyro/Kconfig
index 51ac6bc791c6..6be4628faffe 100644
--- a/drivers/iio/gyro/Kconfig
+++ b/drivers/iio/gyro/Kconfig
@@ -70,4 +70,12 @@ config IIO_ST_GYRO_SPI_3AXIS
depends on IIO_ST_GYRO_3AXIS
depends on IIO_ST_SENSORS_SPI
+config ITG3200
+ tristate "InvenSense ITG3200 Digital 3-Axis Gyroscope I2C driver"
+ depends on I2C
+ select IIO_TRIGGERED_BUFFER if IIO_BUFFER
+ help
+ Say yes here to add support for the InvenSense ITG3200 digital
+ 3-axis gyroscope sensor.
+
endmenu