Commit e245b904 authored by Vaishali Thakkar's avatar Vaishali Thakkar Committed by Greg Kroah-Hartman

Staging: iio: adc: Update Kconfig entries adding 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: default avatarVaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3e4b4923
...@@ -22,6 +22,9 @@ config AD7606_IFACE_PARALLEL ...@@ -22,6 +22,9 @@ config AD7606_IFACE_PARALLEL
Say yes here to include parallel interface support on the AD7606 Say yes here to include parallel interface support on the AD7606
ADC driver. ADC driver.
To compile this driver as a module, choose M here: the
module will be called ad7606_iface_parallel.
config AD7606_IFACE_SPI config AD7606_IFACE_SPI
tristate "spi interface support" tristate "spi interface support"
depends on AD7606 depends on AD7606
...@@ -30,6 +33,9 @@ config AD7606_IFACE_SPI ...@@ -30,6 +33,9 @@ config AD7606_IFACE_SPI
Say yes here to include parallel interface support on the AD7606 Say yes here to include parallel interface support on the AD7606
ADC driver. ADC driver.
To compile this driver as a module, choose M here: the
module will be called ad7606_iface_spi.
config AD7780 config AD7780
tristate "Analog Devices AD7780 and similar ADCs driver" tristate "Analog Devices AD7780 and similar ADCs driver"
depends on SPI depends on SPI
...@@ -107,4 +113,6 @@ config SPEAR_ADC ...@@ -107,4 +113,6 @@ config SPEAR_ADC
Say yes here to build support for the integrated ADC inside the Say yes here to build support for the integrated ADC inside the
ST SPEAr SoC. Provides direct access via sysfs. ST SPEAr SoC. Provides direct access via sysfs.
To compile this driver as a module, choose M here: the
module will be called spear_adc.
endmenu endmenu
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment