summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/accel/Kconfig
diff options
context:
space:
mode:
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