diff options
author | Roberta Dobrescu <roberta.dobrescu@gmail.com> | 2014-12-30 20:48:49 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-01-01 12:14:34 +0000 |
commit | 4f51c9ada76811d344d52deccf9014d329300858 (patch) | |
tree | 5dfdf021c2edff04e2669f7db749eec1e1cc10b2 /drivers/iio/light | |
parent | 88f4c6c468b86c58adddc56bb2ff768d6dc0c890 (diff) | |
download | op-kernel-dev-4f51c9ada76811d344d52deccf9014d329300858.zip op-kernel-dev-4f51c9ada76811d344d52deccf9014d329300858.tar.gz |
iio: light: Annotate Kconfig entry 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/light')
-rw-r--r-- | drivers/iio/light/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig index 2e2ba12..5a3237b 100644 --- a/drivers/iio/light/Kconfig +++ b/drivers/iio/light/Kconfig @@ -95,6 +95,9 @@ config HID_SENSOR_ALS Say yes here to build support for the HID SENSOR Ambient light sensor. + To compile this driver as a module, choose M here: the + module will be called hid-sensor-als. + config HID_SENSOR_PROX depends on HID_SENSOR_HUB select IIO_BUFFER |