]> Pileus Git - ~andy/linux/blob - drivers/staging/iio/impedance-analyzer/Kconfig
Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[~andy/linux] / drivers / staging / iio / impedance-analyzer / Kconfig
1 #
2 # Impedance Converter, Network Analyzer drivers
3 #
4 menu "Network Analyzer, Impedance Converters"
5
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.
14
15           To compile this driver as a module, choose M here: the
16           module will be called ad5933.
17
18 endmenu