xref: /linux/drivers/iio/frequency/Kconfig (revision b59c0415)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2cd1678f9SMichael Hennerich#
3cd1678f9SMichael Hennerich# Frequency
4cd1678f9SMichael Hennerich#	Direct Digital Synthesis drivers (DDS)
5cd1678f9SMichael Hennerich#	Clock Distribution device drivers
6cd1678f9SMichael Hennerich#	Phase-Locked Loop (PLL) frequency synthesizers
7cd1678f9SMichael Hennerich#
83edc84e6SLars-Peter Clausen# When adding new entries keep the list in alphabetical order
9cd1678f9SMichael Hennerich
10cd1678f9SMichael Hennerichmenu "Frequency Synthesizers DDS/PLL"
11cd1678f9SMichael Hennerich
12cd1678f9SMichael Hennerichmenu "Clock Generator/Distribution"
13cd1678f9SMichael Hennerich
14cd1678f9SMichael Hennerichconfig AD9523
15cd1678f9SMichael Hennerich	tristate "Analog Devices AD9523 Low Jitter Clock Generator"
16cd1678f9SMichael Hennerich	depends on SPI
17cd1678f9SMichael Hennerich	help
18cd1678f9SMichael Hennerich	  Say yes here to build support for Analog Devices AD9523 Low Jitter
19cd1678f9SMichael Hennerich	  Clock Generator. The driver provides direct access via sysfs.
20cd1678f9SMichael Hennerich
21cd1678f9SMichael Hennerich	  To compile this driver as a module, choose M here: the
22cd1678f9SMichael Hennerich	  module will be called ad9523.
23cd1678f9SMichael Hennerich
24cd1678f9SMichael Hennerichendmenu
25e31166f0SMichael Hennerich
26e31166f0SMichael Hennerich#
27e31166f0SMichael Hennerich# Phase-Locked Loop (PLL) frequency synthesizers
28e31166f0SMichael Hennerich#
29e31166f0SMichael Hennerich
30e31166f0SMichael Hennerichmenu "Phase-Locked Loop (PLL) frequency synthesizers"
31e31166f0SMichael Hennerich
32e31166f0SMichael Hennerichconfig ADF4350
33e31166f0SMichael Hennerich	tristate "Analog Devices ADF4350/ADF4351 Wideband Synthesizers"
34e31166f0SMichael Hennerich	depends on SPI
35e31166f0SMichael Hennerich	help
36e31166f0SMichael Hennerich	  Say yes here to build support for Analog Devices  ADF4350/ADF4351
37e31166f0SMichael Hennerich	  Wideband Synthesizers. The driver provides direct access via sysfs.
38e31166f0SMichael Hennerich
39e31166f0SMichael Hennerich	  To compile this driver as a module, choose M here: the
40e31166f0SMichael Hennerich	  module will be called adf4350.
41e31166f0SMichael Hennerich
427f699bd1SStefan Popaconfig ADF4371
4313a0af41SStefan Popa	tristate "Analog Devices ADF4371/ADF4372 Wideband Synthesizers"
447f699bd1SStefan Popa	depends on SPI
457f699bd1SStefan Popa	select REGMAP_SPI
467f699bd1SStefan Popa	help
4713a0af41SStefan Popa	  Say yes here to build support for Analog Devices ADF4371 and ADF4372
4813a0af41SStefan Popa	  Wideband Synthesizers. The driver provides direct access via sysfs.
497f699bd1SStefan Popa
507f699bd1SStefan Popa	  To compile this driver as a module, choose M here: the
517f699bd1SStefan Popa	  module will be called adf4371.
5263aaf6d0SAntoniu Miclaus
53da35a7b5SAntoniu Miclausconfig ADMV1013
54da35a7b5SAntoniu Miclaus	tristate "Analog Devices ADMV1013 Microwave Upconverter"
55da35a7b5SAntoniu Miclaus	depends on SPI && COMMON_CLK
56da35a7b5SAntoniu Miclaus	help
57da35a7b5SAntoniu Miclaus	  Say yes here to build support for Analog Devices ADMV1013
58da35a7b5SAntoniu Miclaus	  24 GHz to 44 GHz, Wideband, Microwave Upconverter.
59da35a7b5SAntoniu Miclaus
60da35a7b5SAntoniu Miclaus	  To compile this driver as a module, choose M here: the
61da35a7b5SAntoniu Miclaus	  module will be called admv1013.
62da35a7b5SAntoniu Miclaus
63f4eb9ac7SAntoniu Miclausconfig ADMV1014
64f4eb9ac7SAntoniu Miclaus	tristate "Analog Devices ADMV1014 Microwave Downconverter"
65f4eb9ac7SAntoniu Miclaus	depends on SPI && COMMON_CLK && 64BIT
66f4eb9ac7SAntoniu Miclaus	help
67f4eb9ac7SAntoniu Miclaus	  Say yes here to build support for Analog Devices ADMV1014
68f4eb9ac7SAntoniu Miclaus	  24 GHz to 44 GHz, Wideband, Microwave Downconverter.
69f4eb9ac7SAntoniu Miclaus
70f4eb9ac7SAntoniu Miclaus	  To compile this driver as a module, choose M here: the
71f4eb9ac7SAntoniu Miclaus	  module will be called admv1014.
72f4eb9ac7SAntoniu Miclaus
73*b59c0415SCristian Popconfig ADMV4420
74*b59c0415SCristian Pop       tristate "Analog Devices ADMV4420 K Band Downconverter"
75*b59c0415SCristian Pop       depends on SPI
76*b59c0415SCristian Pop       help
77*b59c0415SCristian Pop         Say yes here to build support for Analog Devices K Band
78*b59c0415SCristian Pop         Downconverter with integrated Fractional-N PLL and VCO.
79*b59c0415SCristian Pop
80*b59c0415SCristian Pop         To compile this driver as a module, choose M here: the
81*b59c0415SCristian Pop         module will be called admv4420.
82*b59c0415SCristian Pop
8363aaf6d0SAntoniu Miclausconfig ADRF6780
8463aaf6d0SAntoniu Miclaus        tristate "Analog Devices ADRF6780 Microwave Upconverter"
8563aaf6d0SAntoniu Miclaus        depends on SPI
8663aaf6d0SAntoniu Miclaus        depends on COMMON_CLK
8763aaf6d0SAntoniu Miclaus        help
8863aaf6d0SAntoniu Miclaus          Say yes here to build support for Analog Devices ADRF6780
8963aaf6d0SAntoniu Miclaus          5.9 GHz to 23.6 GHz, Wideband, Microwave Upconverter.
9063aaf6d0SAntoniu Miclaus
9163aaf6d0SAntoniu Miclaus          To compile this driver as a module, choose M here: the
9263aaf6d0SAntoniu Miclaus          module will be called adrf6780.
9363aaf6d0SAntoniu Miclaus
94e31166f0SMichael Hennerichendmenu
95cd1678f9SMichael Hennerichendmenu
96