1# 2# IIO meter drivers configuration 3# 4menu "Active energy metering IC" 5 6config ADE7854 7 tristate "Analog Devices ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC Driver" 8 depends on SPI || I2C 9 help 10 Say yes here to build support for Analog Devices ADE7854/58/68/78 Polyphase 11 Multifunction Energy Metering IC Driver. 12 13 To compile this driver as a module, choose M here: the 14 module will be called ade7854. 15 16config ADE7854_I2C 17 tristate "support I2C bus connection" 18 depends on ADE7854 && I2C 19 default y 20 help 21 Say Y here if you have ADE7854/58/68/78 hooked to an I2C bus. 22 23 To compile this driver as a module, choose M here: the 24 module will be called ade7854-i2c. 25 26config ADE7854_SPI 27 tristate "support SPI bus connection" 28 depends on ADE7854 && SPI 29 default y 30 help 31 Say Y here if you have ADE7854/58/68/78 hooked to a SPI bus. 32 33 To compile this driver as a module, choose M here: the 34 module will be called ade7854-spi. 35 36endmenu 37