diff options
author | Roberta Dobrescu <roberta.dobrescu@gmail.com> | 2014-12-30 13:48:49 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-01-01 07:14:34 -0500 |
commit | 4f51c9ada76811d344d52deccf9014d329300858 (patch) | |
tree | 5dfdf021c2edff04e2669f7db749eec1e1cc10b2 /drivers/iio/light | |
parent | 88f4c6c468b86c58adddc56bb2ff768d6dc0c890 (diff) |
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 2e2ba12f55fc..5a3237b2aaa5 100644 --- a/drivers/iio/light/Kconfig +++ b/drivers/iio/light/Kconfig | |||
@@ -95,6 +95,9 @@ config HID_SENSOR_ALS | |||
95 | Say yes here to build support for the HID SENSOR | 95 | Say yes here to build support for the HID SENSOR |
96 | Ambient light sensor. | 96 | Ambient light sensor. |
97 | 97 | ||
98 | To compile this driver as a module, choose M here: the | ||
99 | module will be called hid-sensor-als. | ||
100 | |||
98 | config HID_SENSOR_PROX | 101 | config HID_SENSOR_PROX |
99 | depends on HID_SENSOR_HUB | 102 | depends on HID_SENSOR_HUB |
100 | select IIO_BUFFER | 103 | select IIO_BUFFER |