1#
2# Direct Digital Synthesis drivers
3#
4menu "Direct Digital Synthesis"
5
6config AD5930
7	tristate "Analog Devices ad5930/5932 driver"
8	depends on SPI
9	help
10	  Say yes here to build support for Analog Devices DDS chip
11	  ad5930/ad5932, provides direct access via sysfs.
12
13config AD9832
14	tristate "Analog Devices ad9832/5 driver"
15	depends on SPI
16	help
17	  Say yes here to build support for Analog Devices DDS chip
18	  AD9832 and AD9835, provides direct access via sysfs.
19
20	  To compile this driver as a module, choose M here: the
21	  module will be called ad9832.
22
23config AD9834
24	tristate "Analog Devices AD9833/4/7/8 driver"
25	depends on SPI
26	help
27	  Say yes here to build support for Analog Devices DDS chip
28	  AD9833, AD9834, AD9837 and AD9838, provides direct access via sysfs.
29
30	  To compile this driver as a module, choose M here: the
31	  module will be called ad9834.
32
33config AD9850
34	tristate "Analog Devices ad9850/1 driver"
35	depends on SPI
36	help
37	  Say yes here to build support for Analog Devices DDS chip
38	  ad9850/1, provides direct access via sysfs.
39
40config AD9852
41	tristate "Analog Devices ad9852/4 driver"
42	depends on SPI
43	help
44	  Say yes here to build support for Analog Devices DDS chip
45	  ad9852/4, provides direct access via sysfs.
46
47config AD9910
48	tristate "Analog Devices ad9910 driver"
49	depends on SPI
50	help
51	  Say yes here to build support for Analog Devices DDS chip
52	  ad9910, provides direct access via sysfs.
53
54config AD9951
55	tristate "Analog Devices ad9951 driver"
56	depends on SPI
57	help
58	  Say yes here to build support for Analog Devices DDS chip
59	  ad9951, provides direct access via sysfs.
60
61endmenu
62