diff options
author | Eva Rachel Retuya <eraretuya@gmail.com> | 2017-01-31 10:12:56 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-02-05 12:08:40 +0300 |
commit | c62360753e469a4cc5f4629c4ccb090985b33d6e (patch) | |
tree | f87ba31700844a7fc7545dedbc7e35d04d05a3f2 /drivers/iio/accel/Makefile | |
parent | 48458b0c196c6d6224aac5e1178a561e89011724 (diff) | |
download | linux-c62360753e469a4cc5f4629c4ccb090985b33d6e.tar.xz |
iio: accel: Add driver for the Analog Devices ADXL345 3-axis accelerometer
Add basic IIO support for the Analog Devices ADXL345 3-axis accelerometer.
The datasheet can be found here:
http://www.analog.com/media/en/technical-documentation/data-sheets/ADXL345.pdf
Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Cc: Michael Hennerich <michael.hennerich@analog.com>
Cc: Daniel Baluta <daniel.baluta@gmail.com>
Cc: Alison Schofield <amsfield22@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/accel/Makefile')
-rw-r--r-- | drivers/iio/accel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/accel/Makefile b/drivers/iio/accel/Makefile index 69fe8edc57a2..618488de1161 100644 --- a/drivers/iio/accel/Makefile +++ b/drivers/iio/accel/Makefile @@ -3,6 +3,7 @@ # # When adding new entries keep the list in alphabetical order +obj-$(CONFIG_ADXL345) += adxl345.o obj-$(CONFIG_BMA180) += bma180.o obj-$(CONFIG_BMA220) += bma220_spi.o obj-$(CONFIG_BMC150_ACCEL) += bmc150-accel-core.o |