1# 2# IIO meter drivers configuration 3# 4menu "Active energy metering IC" 5 6config ADE7753 7 tristate "Analog Devices ADE7753/6 Single-Phase Multifunction Metering IC Driver" 8 depends on SPI 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 To compile this driver as a module, choose M here: the 14 module will be called ade7753. 15 16config ADE7754 17 tristate "Analog Devices ADE7754 Polyphase Multifunction Energy Metering IC Driver" 18 depends on SPI 19 help 20 Say yes here to build support for Analog Devices ADE7754 Polyphase 21 Multifunction Energy Metering IC Driver. 22 23 To compile this driver as a module, choose M here: the 24 module will be called ade7754. 25 26config ADE7758 27 tristate "Analog Devices ADE7758 Poly Phase Multifunction Energy Metering IC Driver" 28 depends on SPI 29 select IIO_TRIGGER if IIO_BUFFER 30 select IIO_KFIFO_BUF if IIO_BUFFER 31 help 32 Say yes here to build support for Analog Devices ADE7758 Polyphase 33 Multifunction Energy Metering IC with Per Phase Information Driver. 34 35 To compile this driver as a module, choose M here: the 36 module will be called ade7758. 37 38config ADE7759 39 tristate "Analog Devices ADE7759 Active Energy Metering IC Driver" 40 depends on SPI 41 help 42 Say yes here to build support for Analog Devices ADE7758 Active Energy 43 Metering IC with di/dt Sensor Interface. 44 45 To compile this driver as a module, choose M here: the 46 module will be called ade7759. 47 48config ADE7854 49 tristate "Analog Devices ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC Driver" 50 depends on SPI || I2C 51 help 52 Say yes here to build support for Analog Devices ADE7854/58/68/78 Polyphase 53 Multifunction Energy Metering IC Driver. 54 55 To compile this driver as a module, choose M here: the 56 module will be called ade7854. 57 58config ADE7854_I2C 59 tristate "support I2C bus connection" 60 depends on ADE7854 && I2C 61 default y 62 help 63 Say Y here if you have ADE7854/58/68/78 hooked to an I2C bus. 64 65 To compile this driver as a module, choose M here: the 66 module will be called ade7854-i2c. 67 68config ADE7854_SPI 69 tristate "support SPI bus connection" 70 depends on ADE7854 && SPI 71 default y 72 help 73 Say Y here if you have ADE7854/58/68/78 hooked to a SPI bus. 74 75 To compile this driver as a module, choose M here: the 76 module will be called ade7854-spi. 77 78endmenu 79