diff options
author | Roberta Dobrescu <roberta.dobrescu@gmail.com> | 2014-12-30 19:57:55 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-01-01 13:13:10 +0100 |
commit | 88f4c6c468b86c58adddc56bb2ff768d6dc0c890 (patch) | |
tree | 9cb530974fe0087c44564168bccdc86e7edf0452 /drivers/iio/accel | |
parent | iio: accel: mma8452: Remove trailing whitespace (diff) | |
download | linux-88f4c6c468b86c58adddc56bb2ff768d6dc0c890.tar.xz linux-88f4c6c468b86c58adddc56bb2ff768d6dc0c890.zip |
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/accel')
-rw-r--r-- | drivers/iio/accel/Kconfig | 6 |
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 Say yes here to build support for the HID SENSOR accelerometers 3D. + To compile this driver as a module, choose M here: the + module will be called hid-sensor-accel-3d. + config IIO_ST_ACCEL_3AXIS tristate "STMicroelectronics accelerometers 3-Axis Driver" depends on (I2C || SPI_MASTER) && SYSFS @@ -80,6 +83,9 @@ config KXSD9 Say yes here to build support for the Kionix KXSD9 accelerometer. Currently this only supports the device via an SPI interface. + To compile this driver as a module, choose M here: the module + will be called kxsd9. + config MMA8452 tristate "Freescale MMA8452Q Accelerometer Driver" depends on I2C |