aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/iio/accel/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/iio/accel/Kconfig b/drivers/iio/accel/Kconfig
index d80616d77034..9f67c10291bd 100644
--- a/drivers/iio/accel/Kconfig
+++ b/drivers/iio/accel/Kconfig
@@ -43,6 +43,9 @@ config HID_SENSOR_ACCEL_3D
43 Say yes here to build support for the HID SENSOR 43 Say yes here to build support for the HID SENSOR
44 accelerometers 3D. 44 accelerometers 3D.
45 45
46 To compile this driver as a module, choose M here: the
47 module will be called hid-sensor-accel-3d.
48
46config IIO_ST_ACCEL_3AXIS 49config IIO_ST_ACCEL_3AXIS
47 tristate "STMicroelectronics accelerometers 3-Axis Driver" 50 tristate "STMicroelectronics accelerometers 3-Axis Driver"
48 depends on (I2C || SPI_MASTER) && SYSFS 51 depends on (I2C || SPI_MASTER) && SYSFS
@@ -80,6 +83,9 @@ config KXSD9
80 Say yes here to build support for the Kionix KXSD9 accelerometer. 83 Say yes here to build support for the Kionix KXSD9 accelerometer.
81 Currently this only supports the device via an SPI interface. 84 Currently this only supports the device via an SPI interface.
82 85
86 To compile this driver as a module, choose M here: the module
87 will be called kxsd9.
88
83config MMA8452 89config MMA8452
84 tristate "Freescale MMA8452Q Accelerometer Driver" 90 tristate "Freescale MMA8452Q Accelerometer Driver"
85 depends on I2C 91 depends on I2C