Skip to content

Commit

Permalink
iio: frequency: admv4420.c: Add support for ADMV4420
Browse files Browse the repository at this point in the history
Add support for K Band Downconverter with Integrated
Fractional-N PLL and VCO.
More info:
https://www.analog.com/en/products/admv4420.html

Signed-off-by: Cristian Pop <cristian.pop@analog.com>
Link: https://lore.kernel.org/r/20220223130808.13352-2-cristian.pop@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
  • Loading branch information
Cristian Pop authored and Jonathan Cameron committed Feb 27, 2022
1 parent bfdf163 commit b59c041
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/iio/frequency/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ config ADMV1014
To compile this driver as a module, choose M here: the
module will be called admv1014.

config ADMV4420
tristate "Analog Devices ADMV4420 K Band Downconverter"
depends on SPI
help
Say yes here to build support for Analog Devices K Band
Downconverter with integrated Fractional-N PLL and VCO.

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

config ADRF6780
tristate "Analog Devices ADRF6780 Microwave Upconverter"
depends on SPI
Expand Down
1 change: 1 addition & 0 deletions drivers/iio/frequency/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ obj-$(CONFIG_ADF4350) += adf4350.o
obj-$(CONFIG_ADF4371) += adf4371.o
obj-$(CONFIG_ADMV1013) += admv1013.o
obj-$(CONFIG_ADMV1014) += admv1014.o
obj-$(CONFIG_ADMV4420) += admv4420.o
obj-$(CONFIG_ADRF6780) += adrf6780.o
Loading

0 comments on commit b59c041

Please sign in to comment.