Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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 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
19endmenu