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

# SPDX-License-Identifier: GPL-2.0
#
# Impedance Converter, Network Analyzer drivers
#
menu "Network Analyzer, Impedance Converters"

config CONFIG_AD5933
	tristate "Analog Devices AD5933, AD5934 driver"
	depends on CONFIG_I2C
	select CONFIG_IIO_BUFFER
	select CONFIG_IIO_KFIFO_BUF
	help
	  Say yes here to build support for Analog Devices Impedance Converter,
	  Network Analyzer, CONFIG_AD5933/4.

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

endmenu