diff options
author | Giuseppe Barba <giuseppe.barba@st.com> | 2015-11-12 08:36:49 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-11-14 19:04:12 +0000 |
commit | 34dc578d99449a83dcb0f5ef4444215590183af4 (patch) | |
tree | 1938f06fd8abf9bbc3c3f5aaa225a2a28cbabca7 /drivers/iio/accel/Kconfig | |
parent | 72a868b38bdd60cbc4084a91fd7b8df3e2bb96ba (diff) | |
download | op-kernel-dev-34dc578d99449a83dcb0f5ef4444215590183af4.zip op-kernel-dev-34dc578d99449a83dcb0f5ef4444215590183af4.tar.gz |
iio: st-accel: add support for lis2dh12
This commit add support for STMicroelectronics lis2dh12 accelerometer.
Datasheet for this device can be found here:
http://www.st.com/st-web-ui/static/active/en/resource/technical/
document/datasheet/DM00091513.pdf
Signed-off-by: Giuseppe Barba <giuseppe.barba@st.com>
Acked-by: Denis Ciocca <denis.ciocca@st.com>
Acked-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/accel/Kconfig')
-rw-r--r-- | drivers/iio/accel/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/accel/Kconfig b/drivers/iio/accel/Kconfig index 87487d3..edc29b1 100644 --- a/drivers/iio/accel/Kconfig +++ b/drivers/iio/accel/Kconfig @@ -64,7 +64,7 @@ config IIO_ST_ACCEL_3AXIS help Say yes here to build support for STMicroelectronics accelerometers: LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC, - LIS331DLH, LSM303DL, LSM303DLM, LSM330. + LIS331DLH, LSM303DL, LSM303DLM, LSM330, LIS2DH12. This driver can also be built as a module. If so, these modules will be created: |