1#
2# Direct Digital Synthesis drivers
3#
4menu "Direct Digital Synthesis"
5
6config AD9832
7	tristate "Analog Devices ad9832/5 driver"
8	depends on SPI
9	help
10	  Say yes here to build support for Analog Devices DDS chip
11	  AD9832 and AD9835, provides direct access via sysfs.
12
13	  To compile this driver as a module, choose M here: the
14	  module will be called ad9832.
15
16config AD9834
17	tristate "Analog Devices AD9833/4/7/8 driver"
18	depends on SPI
19	help
20	  Say yes here to build support for Analog Devices DDS chip
21	  AD9833, AD9834, AD9837 and AD9838, provides direct access via sysfs.
22
23	  To compile this driver as a module, choose M here: the
24	  module will be called ad9834.
25
26endmenu
27