Directory Files
.. 21
File Size
Kconfig 481 B
Makefile 184 B
admv8818.c 17 kB
admv8818.mod.c 0 B

Linux v6.6.1 - filter

#
# 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