summaryrefslogtreecommitdiff
path: root/drivers/iio/gyro/Makefile
diff options
context:
space:
mode:
authorRui Miguel Silva <rui.silva@linaro.org>2019-04-12 17:48:59 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-04-22 11:34:12 +0100
commit4da38f1be6675734f3330578ebd2316848b383f0 (patch)
treea2c763a3cc1ec880c17dba1a4575d9a97b0e907b /drivers/iio/gyro/Makefile
parenta034cbe1c412628383609f1634154348e00e2990 (diff)
iio: gyro: fxas21002c: add spi driver
Add driver to talk over spi to a fxas21002c gyroscope device and use the core as main controller. 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 adc18a5eb283..45cbd5dc644e 100644
--- a/drivers/iio/gyro/Makefile
+++ b/drivers/iio/gyro/Makefile
@@ -14,6 +14,7 @@ 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_FXAS21002C_SPI) += fxas21002c_spi.o
obj-$(CONFIG_HID_SENSOR_GYRO_3D) += hid-sensor-gyro-3d.o