Skip to content

Commit 8d97a58

Browse files
Barry Songgregkh
authored andcommitted
staging: iio: meter: new driver for ADE7754 devices
Signed-off-by: Barry Song <[email protected]> Signed-off-by: Michael Hennerich <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Signed-off-by: Mike Frysinger <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 09434ef commit 8d97a58

File tree

4 files changed

+925
-0
lines changed

4 files changed

+925
-0
lines changed

drivers/staging/iio/meter/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ config ADE7753
99
help
1010
Say yes here to build support for Analog Devices ADE7753 Single-Phase Multifunction
1111
Metering IC with di/dt Sensor Interface.
12+
13+
config ADE7754
14+
tristate "Analog Devices ADE7754 Polyphase Multifunction Energy Metering IC Driver"
15+
depends on SPI
16+
help
17+
Say yes here to build support for Analog Devices ADE7754 Polyphase
18+
Multifunction Energy Metering IC Driver.

drivers/staging/iio/meter/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
#
44

55
obj-$(CONFIG_ADE7753) += ade7753.o
6+
obj-$(CONFIG_ADE7754) += ade7754.o

0 commit comments

Comments
 (0)