Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: iio: meter: Kconfig: Add module name information in Kconfig

This patch updates Kconfig with paragraphs that describe config symbol fully.
Found using checkpatch.pl.

Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com>
Acked-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Darshana Padmadas and committed by
Greg Kroah-Hartman
a724d08d 33341553

+15
+15
drivers/staging/iio/meter/Kconfig
··· 10 10 Say yes here to build support for Analog Devices ADE7753 Single-Phase Multifunction 11 11 Metering IC with di/dt Sensor Interface. 12 12 13 + To compile this driver as a module, choose M here: the 14 + module will be called ade7753. 15 + 13 16 config ADE7754 14 17 tristate "Analog Devices ADE7754 Polyphase Multifunction Energy Metering IC Driver" 15 18 depends on SPI 16 19 help 17 20 Say yes here to build support for Analog Devices ADE7754 Polyphase 18 21 Multifunction Energy Metering IC Driver. 22 + 23 + To compile this driver as a module, choose M here: the 24 + module will be called ade7754. 19 25 20 26 config ADE7758 21 27 tristate "Analog Devices ADE7758 Poly Phase Multifunction Energy Metering IC Driver" ··· 32 26 Say yes here to build support for Analog Devices ADE7758 Polyphase 33 27 Multifunction Energy Metering IC with Per Phase Information Driver. 34 28 29 + To compile this driver as a module, choose M here: the 30 + module will be called ade7758. 31 + 35 32 config ADE7759 36 33 tristate "Analog Devices ADE7759 Active Energy Metering IC Driver" 37 34 depends on SPI ··· 42 33 Say yes here to build support for Analog Devices ADE7758 Active Energy 43 34 Metering IC with di/dt Sensor Interface. 44 35 36 + To compile this driver as a module, choose M here: the 37 + module will be called ade7759. 38 + 45 39 config ADE7854 46 40 tristate "Analog Devices ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC Driver" 47 41 depends on SPI || I2C 48 42 help 49 43 Say yes here to build support for Analog Devices ADE7854/58/68/78 Polyphase 50 44 Multifunction Energy Metering IC Driver. 45 + 46 + To compile this driver as a module, choose M here: the 47 + module will be called ade7854. 51 48 52 49 config ADE7854_I2C 53 50 tristate "support I2C bus connection"