aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/filter/Kconfig
blob: a85b345ea14efc383e2eacfa23ed6d6d0aaa5e8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Filter drivers
#
# When adding new entries keep the list in alphabetical order

menu "Filters"

config ADMV8818
	tristate "Analog Devices ADMV8818 High-Pass and Low-Pass Filter"
	depends on SPI && COMMON_CLK && 64BIT
	select REGMAP_SPI
	help
	  Say yes here to build support for Analog Devices ADMV8818
	  2 GHz to 18 GHz, Digitally Tunable, High-Pass and Low-Pass Filter.

	  To compile this driver as a module, choose M here: the
	  modiule will be called admv8818.

endmenu