staging:iio: tree wide IIO_RING_BUFFER config symbol to IIO_BUFFER
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / iio / impedance-analyzer / Kconfig
blobad0ff765e4b2462773f5504af7c680765c4dcf9b
2 # Impedance Converter, Network Analyzer drivers
4 menu "Network Analyzer, Impedance Converters"
6 config AD5933
7         tristate "Analog Devices AD5933, AD5934 driver"
8         depends on I2C
9         select IIO_BUFFER
10         select IIO_SW_RING
11         help
12           Say yes here to build support for Analog Devices Impedance Converter,
13           Network Analyzer, AD5933/4, provides direct access via sysfs.
15           To compile this driver as a module, choose M here: the
16           module will be called ad5933.
18 endmenu