aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/Makefile
diff options
context:
space:
mode:
authorManuel Stahl <manuel.stahl@iis.fraunhofer.de>2013-02-01 03:51:00 -0500
committerJonathan Cameron <jic23@kernel.org>2013-02-02 04:33:33 -0500
commit9dbf091da080508e9f632d307f357beb79a0766b (patch)
tree4f3fe19f392e7b55b2c349cb6df65155ad98d0e8 /drivers/iio/gyro/Makefile
parent420b0fcb523b61eefb347317d3956db3249e968d (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/Makefile')
-rw-r--r--drivers/iio/gyro/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/iio/gyro/Makefile b/drivers/iio/gyro/Makefile
index eff9bb0119a2..225d289082e6 100644
--- a/drivers/iio/gyro/Makefile
+++ b/drivers/iio/gyro/Makefile
@@ -8,6 +8,10 @@ obj-$(CONFIG_ADXRS450) += adxrs450.o
8 8
9obj-$(CONFIG_HID_SENSOR_GYRO_3D) += hid-sensor-gyro-3d.o 9obj-$(CONFIG_HID_SENSOR_GYRO_3D) += hid-sensor-gyro-3d.o
10 10
11itg3200-y := itg3200_core.o
12itg3200-$(CONFIG_IIO_BUFFER) += itg3200_buffer.o
13obj-$(CONFIG_ITG3200) += itg3200.o
14
11obj-$(CONFIG_IIO_ST_GYRO_3AXIS) += st_gyro.o 15obj-$(CONFIG_IIO_ST_GYRO_3AXIS) += st_gyro.o
12st_gyro-y := st_gyro_core.o 16st_gyro-y := st_gyro_core.o
13st_gyro-$(CONFIG_IIO_BUFFER) += st_gyro_buffer.o 17st_gyro-$(CONFIG_IIO_BUFFER) += st_gyro_buffer.o