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 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 24 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 42endmenu 43