Skip to content

Commit 2919fa5

Browse files
Barry Songgregkh
authored andcommitted
staging: iio: meter: new driver for ADE7759 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 8210cfe commit 2919fa5

File tree

4 files changed

+801
-0
lines changed

4 files changed

+801
-0
lines changed

drivers/staging/iio/meter/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ config ADE7758
2525
help
2626
Say yes here to build support for Analog Devices ADE7758 Polyphase
2727
Multifunction Energy Metering IC with Per Phase Information Driver.
28+
29+
config ADE7759
30+
tristate "Analog Devices ADE7759 Active Energy Metering IC Driver"
31+
depends on SPI
32+
help
33+
Say yes here to build support for Analog Devices ADE7758 Active Energy
34+
Metering IC with di/dt Sensor Interface.

drivers/staging/iio/meter/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ obj-$(CONFIG_ADE7754) += ade7754.o
88
ade7758-y := ade7758_core.o
99
ade7758-$(CONFIG_IIO_RING_BUFFER) += ade7758_ring.o ade7758_trigger.o
1010
obj-$(CONFIG_ADE7758) += ade7758.o
11+
12+
obj-$(CONFIG_ADE7759) += ade7759.o

0 commit comments

Comments
 (0)