blob: dc5e0b72882faaee23a0ecc673de40c8f794453a [file] [log] [blame]
Michael Hennerichcd1678f2012-05-29 12:41:19 +02001#
2# Frequency
3# Direct Digital Synthesis drivers (DDS)
4# Clock Distribution device drivers
5# Phase-Locked Loop (PLL) frequency synthesizers
6#
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +01007# When adding new entries keep the list in alphabetical order
Michael Hennerichcd1678f2012-05-29 12:41:19 +02008
9menu "Frequency Synthesizers DDS/PLL"
10
11menu "Clock Generator/Distribution"
12
13config 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
23endmenu
Michael Henneriche31166f2012-05-29 12:41:20 +020024
25#
26# Phase-Locked Loop (PLL) frequency synthesizers
27#
28
29menu "Phase-Locked Loop (PLL) frequency synthesizers"
30
31config 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
41endmenu
Michael Hennerichcd1678f2012-05-29 12:41:19 +020042endmenu