summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/Makefile
diff options
context:
space:
mode:
authorDan Robertson <dan@dlrobertson.com>2020-05-30 21:10:10 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-06-14 12:49:16 +0200
commit9bea1064239653239eb7f1bc44f908fcac5a75df (patch)
tree3b0516c5f5f05861e623b2ce3a97e86227786258 /drivers/iio/accel/Makefile
parentiio: chemical: atlas-ezo-sensor: move ret variable scope in atlas_ezo_read_raw() (diff)
downloadlinux-9bea1064239653239eb7f1bc44f908fcac5a75df.tar.xz
linux-9bea1064239653239eb7f1bc44f908fcac5a75df.zip
iio: accel: bma400: add support for bma400 spi
Add basic support for the Bosch Sensortec BMA400 3-axes ultra-low power accelerometer when configured to use SPI. Signed-off-by: Dan Robertson <dan@dlrobertson.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/accel/Makefile')
-rw-r--r--drivers/iio/accel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/accel/Makefile b/drivers/iio/accel/Makefile
index 3a051cf37f40..4f6c1ebe13b0 100644
--- a/drivers/iio/accel/Makefile
+++ b/drivers/iio/accel/Makefile
@@ -16,6 +16,7 @@ obj-$(CONFIG_BMA180) += bma180.o
obj-$(CONFIG_BMA220) += bma220_spi.o
obj-$(CONFIG_BMA400) += bma400_core.o
obj-$(CONFIG_BMA400_I2C) += bma400_i2c.o
+obj-$(CONFIG_BMA400_SPI) += bma400_spi.o
obj-$(CONFIG_BMC150_ACCEL) += bmc150-accel-core.o
obj-$(CONFIG_BMC150_ACCEL_I2C) += bmc150-accel-i2c.o
obj-$(CONFIG_BMC150_ACCEL_SPI) += bmc150-accel-spi.o