0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Direct Digital Synthesis drivers
0004 #
0005 menu "Direct Digital Synthesis"
0006
0007 config AD9832
0008 tristate "Analog Devices ad9832/5 driver"
0009 depends on SPI
0010 help
0011 Say yes here to build support for Analog Devices DDS chip
0012 AD9832 and AD9835, provides direct access via sysfs.
0013
0014 To compile this driver as a module, choose M here: the
0015 module will be called ad9832.
0016
0017 config AD9834
0018 tristate "Analog Devices AD9833/4/7/8 driver"
0019 depends on SPI
0020 help
0021 Say yes here to build support for Analog Devices DDS chip
0022 AD9833, AD9834, AD9837 and AD9838, provides direct access via sysfs.
0023
0024 To compile this driver as a module, choose M here: the
0025 module will be called ad9834.
0026
0027 endmenu