summaryrefslogtreecommitdiff
path: root/drivers/iio/gyro/Makefile
diff options
context:
space:
mode:
authorRui Miguel Silva <rui.silva@linaro.org>2019-04-12 17:48:58 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-04-22 11:34:12 +0100
commita034cbe1c412628383609f1634154348e00e2990 (patch)
tree87b80768fe1315b51ef54fb975ba44500abc2a9c /drivers/iio/gyro/Makefile
parenta0701b6263aebdcb3f0b88add547f81e74da032b (diff)
iio: gyro: fxas21002c: add i2c driver
Add the real driver to talk over i2c and use the fxas21002c core for the main tasks. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/gyro/Makefile')
-rw-r--r--drivers/iio/gyro/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/gyro/Makefile b/drivers/iio/gyro/Makefile
index 247dc600a602..adc18a5eb283 100644
--- a/drivers/iio/gyro/Makefile
+++ b/drivers/iio/gyro/Makefile
@@ -13,6 +13,7 @@ obj-$(CONFIG_BMG160) += bmg160_core.o
obj-$(CONFIG_BMG160_I2C) += bmg160_i2c.o
obj-$(CONFIG_BMG160_SPI) += bmg160_spi.o
obj-$(CONFIG_FXAS21002C) += fxas21002c_core.o
+obj-$(CONFIG_FXAS21002C_I2C) += fxas21002c_i2c.o
obj-$(CONFIG_HID_SENSOR_GYRO_3D) += hid-sensor-gyro-3d.o