summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/addac
diff options
context:
space:
mode:
authorRoxana Blaj2014-10-06 23:18:48 +0200
committerGreg Kroah-Hartman2014-10-20 04:29:08 +0200
commit237d0bf9b5e15c102c690e2a4e38bf1d592624cc (patch)
treeb44e9fd4d8eab7bb0952ff569c02aaeb4ccc1f99 /drivers/staging/iio/addac
parentstaging: iio: addac: fix line over 80 characters (diff)
downloadkernel-qcow2-linux-237d0bf9b5e15c102c690e2a4e38bf1d592624cc.tar.gz
kernel-qcow2-linux-237d0bf9b5e15c102c690e2a4e38bf1d592624cc.tar.xz
kernel-qcow2-linux-237d0bf9b5e15c102c690e2a4e38bf1d592624cc.zip
staging: iio: addac: annotate Kconfig entries with module name information
This fixes the checkpatch.pl warning: WARNING: please write a paragraph that describes the config symbol fully Signed-off-by: Roxana Blaj <roxanagabriela10@gmail.com> Acked-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/iio/addac')
-rw-r--r--drivers/staging/iio/addac/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/staging/iio/addac/Kconfig b/drivers/staging/iio/addac/Kconfig
index e6795e0bed1d..0ed7e13e2283 100644
--- a/drivers/staging/iio/addac/Kconfig
+++ b/drivers/staging/iio/addac/Kconfig
@@ -10,6 +10,9 @@ config ADT7316
Say yes here to build support for Analog Devices ADT7316, ADT7317, ADT7318
and ADT7516, ADT7517, ADT7519 temperature sensors, ADC and DAC.
+ To compile this driver as a module, choose M here: the module will
+ be called adt7316.
+
config ADT7316_SPI
tristate "support SPI bus connection"
depends on SPI && ADT7316
@@ -18,6 +21,9 @@ config ADT7316_SPI
Say yes here to build SPI bus support for Analog Devices ADT7316/7/8
and ADT7516/7/9.
+ To compile this driver as a module, choose M here: the module will
+ be called adt7316_spi.
+
config ADT7316_I2C
tristate "support I2C bus connection"
depends on I2C && ADT7316
@@ -25,4 +31,7 @@ config ADT7316_I2C
Say yes here to build I2C bus support for Analog Devices ADT7316/7/8
and ADT7516/7/9.
+ To compile this driver as a module, choose M here: the module will
+ be called adt7316_i2c.
+
endmenu