aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorRoberta Dobrescu <roberta.dobrescu@gmail.com>2014-12-30 13:57:55 -0500
committerJonathan Cameron <jic23@kernel.org>2015-01-01 07:13:10 -0500
commit88f4c6c468b86c58adddc56bb2ff768d6dc0c890 (patch)
tree9cb530974fe0087c44564168bccdc86e7edf0452 /drivers/iio
parentc876109e66e11b85a057375d1fa15735813e5fd3 (diff)
iio: accel: Annotate Kconfig entries with module name information
This patch fixes the following checkpatch.pl warning: WARNING: please write a paragraph that describes the config symbol fully Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio')
-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