diff options
author | Karol Wrona <k.wrona@samsung.com> | 2015-01-28 09:05:54 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-01-29 13:49:56 -0500 |
commit | a9afcaa69fc23679f22cf613e7113a60e115e03a (patch) | |
tree | eee259e9c6fe00e618d718001c5d7de193ae4b6b /drivers/iio/gyro/Makefile | |
parent | 3755a1d3a95ef8143466e7c753ead32bd8f6d94a (diff) |
iio: common: ssp_sensors: Add sensorhub gyroscope sensor
This patch adds gyroscope iio driver which uses sensorhub as data
provider.
Signed-off-by: Karol Wrona <k.wrona@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/gyro/Makefile')
-rw-r--r-- | drivers/iio/gyro/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iio/gyro/Makefile b/drivers/iio/gyro/Makefile index 36a38776f739..f46341b39139 100644 --- a/drivers/iio/gyro/Makefile +++ b/drivers/iio/gyro/Makefile | |||
@@ -16,6 +16,8 @@ itg3200-y := itg3200_core.o | |||
16 | itg3200-$(CONFIG_IIO_BUFFER) += itg3200_buffer.o | 16 | itg3200-$(CONFIG_IIO_BUFFER) += itg3200_buffer.o |
17 | obj-$(CONFIG_ITG3200) += itg3200.o | 17 | obj-$(CONFIG_ITG3200) += itg3200.o |
18 | 18 | ||
19 | obj-$(CONFIG_IIO_SSP_SENSORS_COMMONS) += ssp_gyro_sensor.o | ||
20 | |||
19 | obj-$(CONFIG_IIO_ST_GYRO_3AXIS) += st_gyro.o | 21 | obj-$(CONFIG_IIO_ST_GYRO_3AXIS) += st_gyro.o |
20 | st_gyro-y := st_gyro_core.o | 22 | st_gyro-y := st_gyro_core.o |
21 | st_gyro-$(CONFIG_IIO_BUFFER) += st_gyro_buffer.o | 23 | st_gyro-$(CONFIG_IIO_BUFFER) += st_gyro_buffer.o |