diff options
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | 2019-03-22 23:44:40 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-04-04 22:20:26 +0300 |
commit | 0e92e2d036232da1543599dc9b7acc1ce4289d1b (patch) | |
tree | ef02c10668d99b92b36887c42e6d0f68caea41f9 /drivers/iio/imu/Makefile | |
parent | 5075e0720d93a84e059759c5d8c6a78613d0face (diff) | |
download | linux-0e92e2d036232da1543599dc9b7acc1ce4289d1b.tar.xz |
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/Makefile | 1 |
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 |