# SPDX-License-Identifier: GPL-2.0-only # # Frequency # Direct Digital Synthesis drivers (DDS) # Clock Distribution device drivers # Phase-Locked Loop (PLL) frequency synthesizers # # When adding new entries keep the list in alphabetical order menu "Frequency Synthesizers DDS/PLL" menu "Clock Generator/Distribution" config [31mCONFIG_AD9523[0m tristate "Analog Devices AD9523 Low Jitter Clock Generator" depends on [31mCONFIG_SPI[0m help Say yes here to build support for Analog Devices [31mCONFIG_AD9523[0m Low Jitter Clock Generator. The driver provides direct access via sysfs. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called ad9523. endmenu # # Phase-Locked Loop (PLL) frequency synthesizers # menu "Phase-Locked Loop (PLL) frequency synthesizers" config [31mCONFIG_ADF4350[0m tristate "Analog Devices ADF4350/ADF4351 Wideband Synthesizers" depends on [31mCONFIG_SPI[0m help Say yes here to build support for Analog Devices [31mCONFIG_ADF4350[0m/ADF4351 Wideband Synthesizers. The driver provides direct access via sysfs. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called adf4350. config [31mCONFIG_ADF4371[0m tristate "Analog Devices ADF4371/ADF4372 Wideband Synthesizers" depends on [31mCONFIG_SPI[0m select [31mCONFIG_REGMAP_SPI[0m help Say yes here to build support for Analog Devices [31mCONFIG_ADF4371[0m and ADF4372 Wideband Synthesizers. The driver provides direct access via sysfs. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called adf4371. endmenu endmenu |