drivers/iio/filter/Kconfig

Source file repositories/reference/linux-study-clean/drivers/iio/filter/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/iio/filter/Kconfig
Extension
[no extension]
Size
481 bytes
Lines
20
Domain
Driver Families
Bucket
drivers/iio
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

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

Annotation

Implementation Notes