summaryrefslogtreecommitdiff
path: root/drivers/iio/frequency/Makefile
diff options
context:
space:
mode:
authorCristian Pop <cristian.pop@analog.com>2022-02-23 15:08:08 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-02-27 12:16:49 +0000
commitb59c04155901fb47b4f7fe7d92447a5b0533c6c8 (patch)
tree9f5104212cc585bf9a055b8573a748cb2a56fc3e /drivers/iio/frequency/Makefile
parentbfdf1635a2d7cc0da1e1b4f2b68e3f20bf3bb16b (diff)
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.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>
Diffstat (limited to 'drivers/iio/frequency/Makefile')
-rw-r--r--drivers/iio/frequency/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/frequency/Makefile b/drivers/iio/frequency/Makefile
index fc74f7029a5d..48add732f1d3 100644
--- a/drivers/iio/frequency/Makefile
+++ b/drivers/iio/frequency/Makefile
@@ -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