aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/accel/Kconfig')
-rw-r--r--drivers/iio/accel/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/iio/accel/Kconfig b/drivers/iio/accel/Kconfig
index e23e50850655..1e120fa1e156 100644
--- a/drivers/iio/accel/Kconfig
+++ b/drivers/iio/accel/Kconfig
@@ -65,4 +65,16 @@ config KXSD9
65 Say yes here to build support for the Kionix KXSD9 accelerometer. 65 Say yes here to build support for the Kionix KXSD9 accelerometer.
66 Currently this only supports the device via an SPI interface. 66 Currently this only supports the device via an SPI interface.
67 67
68config MMA8452
69 tristate "Freescale MMA8452Q Accelerometer Driver"
70 depends on I2C
71 select IIO_BUFFER
72 select IIO_TRIGGERED_BUFFER
73 help
74 Say yes here to build support for the Freescale MMA8452Q 3-axis
75 accelerometer.
76
77 To compile this driver as a module, choose M here: the module
78 will be called mma8452.
79
68endmenu 80endmenu