iio: accel: kxcjk1013 3-axis accelerometer driver
[cascardo/linux.git] / drivers / iio / accel / Kconfig
index e23e508..12addf2 100644 (file)
@@ -65,4 +65,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 MMA8452
+       tristate "Freescale MMA8452Q Accelerometer Driver"
+       depends on I2C
+       select IIO_BUFFER
+       select IIO_TRIGGERED_BUFFER
+       help
+         Say yes here to build support for the Freescale MMA8452Q 3-axis
+         accelerometer.
+
+         To compile this driver as a module, choose M here: the module
+         will be called mma8452.
+
+config KXCJK1013
+       tristate "Kionix 3-Axis Accelerometer Driver"
+       depends on I2C
+       select IIO_BUFFER
+       select IIO_TRIGGERED_BUFFER
+       help
+         Say Y here if you want to build a driver for the Kionix KXCJK-1013
+         triaxial acceleration sensor.
+
+         To compile this driver as a module, choose M here: the module will
+         be called kxcjk-1013.
+
 endmenu