summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/accel/Kconfig
diff options
context:
space:
mode:
authorramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>2012-11-08 17:03:07 +0530
committerRajanikanth H.V <rajanikanth.hv@linaro.org>2012-11-09 11:45:15 +0530
commit985e28d021f2e0b1298ce143eda0d0c11ffef63d (patch)
treec375efd0d3a4a1ad9e8b2b7eb3cce13b36878ee1 /drivers/staging/iio/accel/Kconfig
parentf1408f95e92772efca79dbdbc26d802a459831d9 (diff)
st-mems-sensors: Sensor Code Migration to IIO framework
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
Diffstat (limited to 'drivers/staging/iio/accel/Kconfig')
-rw-r--r--drivers/staging/iio/accel/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/staging/iio/accel/Kconfig b/drivers/staging/iio/accel/Kconfig
index 5ab71670b70..552bd0b2422 100644
--- a/drivers/staging/iio/accel/Kconfig
+++ b/drivers/staging/iio/accel/Kconfig
@@ -62,6 +62,28 @@ config KXSD9
Say yes here to build support for the Kionix KXSD9 accelerometer.
Currently this only supports the device via an SPI interface.
+config SENSORS_LSM303DLH
+ tristate "STMicroelectronics LSM303DLH 3-Axis Accelerometer"
+ depends on I2C
+ default n
+ help
+ Say Y here to add support for the STMicroelectronics
+ LSM303DLH 3-Axis Accelerometer.
+
+ To compile this driver as a module, choose M here: the module
+ will be called lsm303dlh_a.
+
+config SENSORS_LSM303DLHC
+ tristate "STMicroelectronics LSM303DLHC 3-Axis Accelerometer"
+ depends on I2C
+ default n
+ help
+ Say Y here to add support for the STMicroelectronics
+ LSM303DLHC 3-Axis Accelerometer.
+
+ To compile this driver as a module, choose M here: the module
+ will be called lsm303dlhc_a.
+
config LIS3L02DQ
tristate "ST Microelectronics LIS3L02DQ Accelerometer Driver"
depends on SPI