aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/Makefile
diff options
context:
space:
mode:
authorAlexandru Ardelean <alexandru.ardelean@analog.com>2019-03-22 22:44:40 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-04-04 20:20:26 +0100
commit0e92e2d036232da1543599dc9b7acc1ce4289d1b (patch)
treeef02c10668d99b92b36887c42e6d0f68caea41f9 /drivers/iio/imu/Makefile
parentiio: imu: adis: generalize burst mode support (diff)
downloadlinux-dev-0e92e2d036232da1543599dc9b7acc1ce4289d1b.tar.xz
linux-dev-0e92e2d036232da1543599dc9b7acc1ce4289d1b.zip
iio: imu: adis16400: move burst logic to ADIS lib
This change has been done separately, so that it's easier to visualize the changed logic in the adis_scan_update() function. Most of the function in this `adis16400_update_scan_mode()` that deals with burst-mode will be re-used in the ADIS16480, but with different parameters. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/imu/Makefile')
-rw-r--r--drivers/iio/imu/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/imu/Makefile b/drivers/iio/imu/Makefile
index 68629c68b19b..4898799347d5 100644
--- a/drivers/iio/imu/Makefile
+++ b/drivers/iio/imu/Makefile
@@ -5,7 +5,6 @@
# When adding new entries keep the list in alphabetical order
adis16400-y := adis16400_core.o
-adis16400-$(CONFIG_IIO_BUFFER) += adis16400_buffer.o
obj-$(CONFIG_ADIS16400) += adis16400.o
obj-$(CONFIG_ADIS16480) += adis16480.o