alistair23-linux/drivers/staging/iio/impedance-analyzer/Kconfig
Jonathan Cameron 032658a446 staging:iio:impedance-analyzer switch from sw_ring to kfifo.
sw_ring buffer implementation is going away so switch to the
kfifo based alternative.

Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2013-01-26 10:07:52 +00:00

19 lines
464 B
Plaintext

#
# 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