Merge tag 'trace-tools-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rosted...
[linux-2.6-microblaze.git] / drivers / iio / filter / Kconfig
1 #
2 # Filter drivers
3 #
4 # When adding new entries keep the list in alphabetical order
5
6 menu "Filters"
7
8 config ADMV8818
9         tristate "Analog Devices ADMV8818 High-Pass and Low-Pass Filter"
10         depends on SPI && COMMON_CLK && 64BIT
11         select REGMAP_SPI
12         help
13           Say yes here to build support for Analog Devices ADMV8818
14           2 GHz to 18 GHz, Digitally Tunable, High-Pass and Low-Pass Filter.
15
16           To compile this driver as a module, choose M here: the
17           modiule will be called admv8818.
18
19 endmenu