File tree Expand file tree Collapse file tree 4 files changed +801
-0
lines changed
drivers/staging/iio/meter Expand file tree Collapse file tree 4 files changed +801
-0
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,10 @@ config ADE7758
25
25
help
26
26
Say yes here to build support for Analog Devices ADE7758 Polyphase
27
27
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.
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ obj-$(CONFIG_ADE7754) += ade7754.o
8
8
ade7758-y := ade7758_core.o
9
9
ade7758-$(CONFIG_IIO_RING_BUFFER) += ade7758_ring.o ade7758_trigger.o
10
10
obj-$(CONFIG_ADE7758) += ade7758.o
11
+
12
+ obj-$(CONFIG_ADE7759) += ade7759.o
You can’t perform that action at this time.
0 commit comments