We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09434ef commit 8d97a58Copy full SHA for 8d97a58
drivers/staging/iio/meter/Kconfig
@@ -9,3 +9,10 @@ config ADE7753
9
help
10
Say yes here to build support for Analog Devices ADE7753 Single-Phase Multifunction
11
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
@@ -3,3 +3,4 @@
3
#
4
5
obj-$(CONFIG_ADE7753) += ade7753.o
6
+obj-$(CONFIG_ADE7754) += ade7754.o
0 commit comments