https://github.com/torvalds/linux
Raw File
Tip revision: 33688abb2802ff3a230bd2441f765477b94cc89e authored by Linus Torvalds on 20 June 2016, 04:30:02 UTC
Linux 4.7-rc4
Tip revision: 33688ab
Kconfig
#
# Impedance Converter, Network Analyzer drivers
#
menu "Network Analyzer, Impedance Converters"

config AD5933
	tristate "Analog Devices AD5933, AD5934 driver"
	depends on I2C
	select IIO_BUFFER
	select IIO_KFIFO_BUF
	help
	  Say yes here to build support for Analog Devices Impedance Converter,
	  Network Analyzer, AD5933/4, provides direct access via sysfs.

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

endmenu
back to top