]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - drivers/iio/frequency/Kconfig
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming...
[mirror_ubuntu-hirsute-kernel.git] / drivers / iio / frequency / Kconfig
1 #
2 # Frequency
3 # Direct Digital Synthesis drivers (DDS)
4 # Clock Distribution device drivers
5 # Phase-Locked Loop (PLL) frequency synthesizers
6 #
7 # When adding new entries keep the list in alphabetical order
8
9 menu "Frequency Synthesizers DDS/PLL"
10
11 menu "Clock Generator/Distribution"
12
13 config AD9523
14 tristate "Analog Devices AD9523 Low Jitter Clock Generator"
15 depends on SPI
16 help
17 Say yes here to build support for Analog Devices AD9523 Low Jitter
18 Clock Generator. The driver provides direct access via sysfs.
19
20 To compile this driver as a module, choose M here: the
21 module will be called ad9523.
22
23 endmenu
24
25 #
26 # Phase-Locked Loop (PLL) frequency synthesizers
27 #
28
29 menu "Phase-Locked Loop (PLL) frequency synthesizers"
30
31 config ADF4350
32 tristate "Analog Devices ADF4350/ADF4351 Wideband Synthesizers"
33 depends on SPI
34 help
35 Say yes here to build support for Analog Devices ADF4350/ADF4351
36 Wideband Synthesizers. The driver provides direct access via sysfs.
37
38 To compile this driver as a module, choose M here: the
39 module will be called adf4350.
40
41 endmenu
42 endmenu