Commit a724d08d authored by Darshana Padmadas's avatar Darshana Padmadas Committed by Greg Kroah-Hartman

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: default avatarDarshana Padmadas <darshanapadmadas@gmail.com>
Acked-by: default avatarDaniel Baluta <daniel.baluta@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 33341553
...@@ -10,6 +10,9 @@ config ADE7753 ...@@ -10,6 +10,9 @@ config ADE7753
Say yes here to build support for Analog Devices ADE7753 Single-Phase Multifunction Say yes here to build support for Analog Devices ADE7753 Single-Phase Multifunction
Metering IC with di/dt Sensor Interface. Metering IC with di/dt Sensor Interface.
To compile this driver as a module, choose M here: the
module will be called ade7753.
config ADE7754 config ADE7754
tristate "Analog Devices ADE7754 Polyphase Multifunction Energy Metering IC Driver" tristate "Analog Devices ADE7754 Polyphase Multifunction Energy Metering IC Driver"
depends on SPI depends on SPI
...@@ -17,6 +20,9 @@ config ADE7754 ...@@ -17,6 +20,9 @@ config ADE7754
Say yes here to build support for Analog Devices ADE7754 Polyphase Say yes here to build support for Analog Devices ADE7754 Polyphase
Multifunction Energy Metering IC Driver. Multifunction Energy Metering IC Driver.
To compile this driver as a module, choose M here: the
module will be called ade7754.
config ADE7758 config ADE7758
tristate "Analog Devices ADE7758 Poly Phase Multifunction Energy Metering IC Driver" tristate "Analog Devices ADE7758 Poly Phase Multifunction Energy Metering IC Driver"
depends on SPI depends on SPI
...@@ -26,6 +32,9 @@ config ADE7758 ...@@ -26,6 +32,9 @@ config ADE7758
Say yes here to build support for Analog Devices ADE7758 Polyphase Say yes here to build support for Analog Devices ADE7758 Polyphase
Multifunction Energy Metering IC with Per Phase Information Driver. Multifunction Energy Metering IC with Per Phase Information Driver.
To compile this driver as a module, choose M here: the
module will be called ade7758.
config ADE7759 config ADE7759
tristate "Analog Devices ADE7759 Active Energy Metering IC Driver" tristate "Analog Devices ADE7759 Active Energy Metering IC Driver"
depends on SPI depends on SPI
...@@ -33,6 +42,9 @@ config ADE7759 ...@@ -33,6 +42,9 @@ config ADE7759
Say yes here to build support for Analog Devices ADE7758 Active Energy Say yes here to build support for Analog Devices ADE7758 Active Energy
Metering IC with di/dt Sensor Interface. Metering IC with di/dt Sensor Interface.
To compile this driver as a module, choose M here: the
module will be called ade7759.
config ADE7854 config ADE7854
tristate "Analog Devices ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC Driver" tristate "Analog Devices ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC Driver"
depends on SPI || I2C depends on SPI || I2C
...@@ -40,6 +52,9 @@ config ADE7854 ...@@ -40,6 +52,9 @@ config ADE7854
Say yes here to build support for Analog Devices ADE7854/58/68/78 Polyphase Say yes here to build support for Analog Devices ADE7854/58/68/78 Polyphase
Multifunction Energy Metering IC Driver. Multifunction Energy Metering IC Driver.
To compile this driver as a module, choose M here: the
module will be called ade7854.
config ADE7854_I2C config ADE7854_I2C
tristate "support I2C bus connection" tristate "support I2C bus connection"
depends on ADE7854 && I2C depends on ADE7854 && I2C
......
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