summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/gyro/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/gyro/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/gyro/Kconfig')
-rw-r--r--drivers/staging/iio/gyro/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/iio/gyro/Kconfig b/drivers/staging/iio/gyro/Kconfig
index ea295b25308..c35e1e01241 100644
--- a/drivers/staging/iio/gyro/Kconfig
+++ b/drivers/staging/iio/gyro/Kconfig
@@ -46,4 +46,15 @@ config ADXRS450
This driver can also be built as a module. If so, the module
will be called adxrs450.
+config SENSORS_L3G4200D
+ tristate "STMicroelectronics L3G4200D 3-Axis Gyroscope"
+ depends on I2C
+ default n
+ help
+ Say Y here to add support for the STMicroelectronics
+ L3G4200D 3-Axis Gyroscope.
+
+ To compile this driver as a module, choose M here: the module
+ will be called l3g4200d.
+
endmenu