diff options
author | Manuel Stahl <manuel.stahl@iis.fraunhofer.de> | 2013-02-01 08:51:00 +0000 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-02-02 09:33:33 +0000 |
commit | 9dbf091da080508e9f632d307f357beb79a0766b (patch) | |
tree | 4f3fe19f392e7b55b2c349cb6df65155ad98d0e8 /drivers/iio/gyro/Kconfig | |
parent | 420b0fcb523b61eefb347317d3956db3249e968d (diff) |
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/Kconfig | 8 |
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 |