WIP FPC-III support
[linux/fpc-iii.git] / drivers / iio / frequency / Kconfig
blob240b815025127412f70773eb17795899201fe936
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Frequency
4 #       Direct Digital Synthesis drivers (DDS)
5 #       Clock Distribution device drivers
6 #       Phase-Locked Loop (PLL) frequency synthesizers
8 # When adding new entries keep the list in alphabetical order
10 menu "Frequency Synthesizers DDS/PLL"
12 menu "Clock Generator/Distribution"
14 config AD9523
15         tristate "Analog Devices AD9523 Low Jitter Clock Generator"
16         depends on SPI
17         help
18           Say yes here to build support for Analog Devices AD9523 Low Jitter
19           Clock Generator. The driver provides direct access via sysfs.
21           To compile this driver as a module, choose M here: the
22           module will be called ad9523.
24 endmenu
27 # Phase-Locked Loop (PLL) frequency synthesizers
30 menu "Phase-Locked Loop (PLL) frequency synthesizers"
32 config ADF4350
33         tristate "Analog Devices ADF4350/ADF4351 Wideband Synthesizers"
34         depends on SPI
35         help
36           Say yes here to build support for Analog Devices  ADF4350/ADF4351
37           Wideband Synthesizers. The driver provides direct access via sysfs.
39           To compile this driver as a module, choose M here: the
40           module will be called adf4350.
42 config ADF4371
43         tristate "Analog Devices ADF4371/ADF4372 Wideband Synthesizers"
44         depends on SPI
45         select REGMAP_SPI
46         help
47           Say yes here to build support for Analog Devices ADF4371 and ADF4372
48           Wideband Synthesizers. The driver provides direct access via sysfs.
50           To compile this driver as a module, choose M here: the
51           module will be called adf4371.
52 endmenu
53 endmenu