blob: c86db8b42380f57a2bad08790444288e52aeb7fa [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Michael Hennerichcd1678f2012-05-29 12:41:19 +02002#
3# Frequency
4# Direct Digital Synthesis drivers (DDS)
5# Clock Distribution device drivers
6# Phase-Locked Loop (PLL) frequency synthesizers
7#
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +01008# When adding new entries keep the list in alphabetical order
Michael Hennerichcd1678f2012-05-29 12:41:19 +02009
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
24endmenu
Michael Henneriche31166f2012-05-29 12:41:20 +020025
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
42endmenu
Michael Hennerichcd1678f2012-05-29 12:41:19 +020043endmenu