lkdtm/heap: Hide allocation size from -Warray-bounds
[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         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
18 endmenu