xref: /linux/drivers/iio/filter/Kconfig (revision b83deaa741558babf4b8d51d34f6637ccfff1b26)
1#
2# Filter drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Filters"
7
8config ADMV8818
9	tristate "Analog Devices ADMV8818 High-Pass and Low-Pass Filter"
10	depends on SPI && COMMON_CLK && 64BIT
11	help
12	  Say yes here to build support for Analog Devices ADMV8818
13	  2 GHz to 18 GHz, Digitally Tunable, High-Pass and Low-Pass Filter.
14
15	  To compile this driver as a module, choose M here: the
16	  modiule will be called admv8818.
17
18endmenu
19