Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# CONFIG_IIO meter drivers configuration
#
menu "Active energy metering IC"

config CONFIG_ADE7753
	tristate "Analog Devices ADE7753/6 Single-Phase Multifunction Metering IC Driver"
	depends on CONFIG_SPI
	help
	  Say yes here to build support for Analog Devices CONFIG_ADE7753 Single-Phase Multifunction
	  Metering IC with di/dt Sensor Interface.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called ade7753.

config CONFIG_ADE7754
	tristate "Analog Devices ADE7754 Polyphase Multifunction Energy Metering IC Driver"
	depends on CONFIG_SPI
	help
	  Say yes here to build support for Analog Devices CONFIG_ADE7754 Polyphase
	  Multifunction Energy Metering IC Driver.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called ade7754.

config CONFIG_ADE7758
	tristate "Analog Devices ADE7758 Poly Phase Multifunction Energy Metering IC Driver"
	depends on CONFIG_SPI
	select CONFIG_IIO_TRIGGER if CONFIG_IIO_BUFFER
	select CONFIG_IIO_KFIFO_BUF if CONFIG_IIO_BUFFER
	help
	  Say yes here to build support for Analog Devices CONFIG_ADE7758 Polyphase
	  Multifunction Energy Metering IC with Per Phase Information Driver.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called ade7758.

config CONFIG_ADE7759
	tristate "Analog Devices ADE7759 Active Energy Metering IC Driver"
	depends on CONFIG_SPI
	help
	  Say yes here to build support for Analog Devices CONFIG_ADE7758 Active Energy
	  Metering IC with di/dt Sensor Interface.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called ade7759.

config CONFIG_ADE7854
	tristate "Analog Devices ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC Driver"
	depends on CONFIG_SPI || CONFIG_I2C
	help
	  Say yes here to build support for Analog Devices CONFIG_ADE7854/58/68/78 Polyphase
	  Multifunction Energy Metering IC Driver.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called ade7854.

config CONFIG_ADE7854_I2C
	tristate "support I2C bus connection"
	depends on CONFIG_ADE7854 && CONFIG_I2C
	default y
	help
	  Say Y here if you have CONFIG_ADE7854/58/68/78 hooked to an CONFIG_I2C bus.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called ade7854-i2c.

config CONFIG_ADE7854_SPI
	tristate "support SPI bus connection"
	depends on CONFIG_ADE7854 && CONFIG_SPI
	default y
	help
	  Say Y here if you have CONFIG_ADE7854/58/68/78 hooked to a CONFIG_SPI bus.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called ade7854-spi.

endmenu