diff options
author | Nuno Sá <nuno.sa@analog.com> | 2020-04-13 10:24:44 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-05-03 10:47:18 +0200 |
commit | fff7352bf7a3ceb2bda2479a4b212101b065209d (patch) | |
tree | 0194c8ce813d6b291e9afd2d95056808cea7b10a /drivers/iio/imu/Makefile | |
parent | iio: adis: Support different burst sizes (diff) | |
download | linux-fff7352bf7a3ceb2bda2479a4b212101b065209d.tar.xz linux-fff7352bf7a3ceb2bda2479a4b212101b065209d.zip |
iio: imu: Add support for adis16475
Support ADIS16475 and similar IMU devices. These devices are
a precision, miniature MEMS inertial measurement unit (IMU) that
includes a triaxial gyroscope and a triaxial accelerometer. Each
inertial sensor combines with signal conditioning that optimizes
dynamic performance.
The driver adds support for the following devices:
* adis16470, adis16475, adis16477, adis16465, adis16467, adis16500,
adis16505, adis16507.
Signed-off-by: Nuno Sá <nuno.sa@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, 1 insertions, 0 deletions
diff --git a/drivers/iio/imu/Makefile b/drivers/iio/imu/Makefile index 5237fd4bc384..88b2c4555230 100644 --- a/drivers/iio/imu/Makefile +++ b/drivers/iio/imu/Makefile @@ -6,6 +6,7 @@ # When adding new entries keep the list in alphabetical order obj-$(CONFIG_ADIS16400) += adis16400.o obj-$(CONFIG_ADIS16460) += adis16460.o +obj-$(CONFIG_ADIS16475) += adis16475.o obj-$(CONFIG_ADIS16480) += adis16480.o adis_lib-y += adis.o |