]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/iio/frequency/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / drivers / iio / frequency / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
cd1678f9
MH
2#
3# Frequency
4# Direct Digital Synthesis drivers (DDS)
5# Clock Distribution device drivers
6# Phase-Locked Loop (PLL) frequency synthesizers
7#
3edc84e6 8# When adding new entries keep the list in alphabetical order
cd1678f9
MH
9
10menu "Frequency Synthesizers DDS/PLL"
11
12menu "Clock Generator/Distribution"
13
14config 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.
20
21 To compile this driver as a module, choose M here: the
22 module will be called ad9523.
23
e31166f0
MH
24endmenu
25
26#
27# Phase-Locked Loop (PLL) frequency synthesizers
28#
29
30menu "Phase-Locked Loop (PLL) frequency synthesizers"
31
32config 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.
38
39 To compile this driver as a module, choose M here: the
40 module will be called adf4350.
41
cd1678f9
MH
42endmenu
43endmenu