# SPDX-License-Identifier: GPL-2.0 # # [31mCONFIG_IIO[0m meter drivers configuration # menu "Active energy metering IC" config [31mCONFIG_ADE7854[0m tristate "Analog Devices ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC Driver" depends on [31mCONFIG_SPI[0m || [31mCONFIG_I2C[0m help Say yes here to build support for Analog Devices [31mCONFIG_ADE7854[0m/58/68/78 Polyphase Multifunction Energy Metering IC Driver. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called ade7854. config [31mCONFIG_ADE7854_I2C[0m tristate "support I2C bus connection" depends on [31mCONFIG_ADE7854[0m && [31mCONFIG_I2C[0m default y help Say Y here if you have [31mCONFIG_ADE7854[0m/58/68/78 hooked to an [31mCONFIG_I2C[0m bus. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called ade7854-i2c. config [31mCONFIG_ADE7854_SPI[0m tristate "support SPI bus connection" depends on [31mCONFIG_ADE7854[0m && [31mCONFIG_SPI[0m default y help Say Y here if you have [31mCONFIG_ADE7854[0m/58/68/78 hooked to a [31mCONFIG_SPI[0m bus. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called ade7854-spi. endmenu |