Commit b59c0415 authored by Cristian Pop's avatar Cristian Pop Committed by Jonathan Cameron

iio: frequency: admv4420.c: Add support for ADMV4420

Add support for K Band Downconverter with Integrated
Fractional-N PLL and VCO.
More info:
https://www.analog.com/en/products/admv4420.htmlSigned-off-by: default avatarCristian Pop <cristian.pop@analog.com>
Link: https://lore.kernel.org/r/20220223130808.13352-2-cristian.pop@analog.comSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent bfdf1635
...@@ -70,6 +70,16 @@ config ADMV1014 ...@@ -70,6 +70,16 @@ config ADMV1014
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called admv1014. 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 config ADRF6780
tristate "Analog Devices ADRF6780 Microwave Upconverter" tristate "Analog Devices ADRF6780 Microwave Upconverter"
depends on SPI depends on SPI
......
...@@ -9,4 +9,5 @@ obj-$(CONFIG_ADF4350) += adf4350.o ...@@ -9,4 +9,5 @@ obj-$(CONFIG_ADF4350) += adf4350.o
obj-$(CONFIG_ADF4371) += adf4371.o obj-$(CONFIG_ADF4371) += adf4371.o
obj-$(CONFIG_ADMV1013) += admv1013.o obj-$(CONFIG_ADMV1013) += admv1013.o
obj-$(CONFIG_ADMV1014) += admv1014.o obj-$(CONFIG_ADMV1014) += admv1014.o
obj-$(CONFIG_ADMV4420) += admv4420.o
obj-$(CONFIG_ADRF6780) += adrf6780.o obj-$(CONFIG_ADRF6780) += adrf6780.o
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment