1#
2# DAC drivers
3#
4menu "Digital to analog converters"
5
6config AD5064
7	tristate "Analog Devices AD5064/64-1/44/24 DAC driver"
8	depends on SPI
9	help
10	  Say yes here to build support for Analog Devices AD5064, AD5064-1,
11	  AD5044, AD5024 Digital to Analog Converter.
12
13	  To compile this driver as a module, choose M here: the
14	  module will be called ad5064.
15
16config AD5360
17	tristate "Analog Devices Analog Devices AD5360/61/62/63/70/71/73 DAC driver"
18	depends on SPI
19	help
20	  Say yes here to build support for Analog Devices AD5360, AD5361,
21	  AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel
22	  Digital to Analog Converters (DAC).
23
24	  To compile this driver as module choose M here: the module will be called
25	  ad5360.
26
27config AD5380
28	tristate "Analog Devices AD5380/81/82/83/84/90/91/92 DAC driver"
29	depends on (SPI_MASTER || I2C)
30	select REGMAP_I2C if I2C
31	select REGMAP_SPI if SPI_MASTER
32	help
33	  Say yes here to build support for Analog Devices AD5380, AD5381,
34	  AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel
35	  Digital to Analog Converters (DAC).
36
37	  To compile this driver as module choose M here: the module will be called
38	  ad5380.
39
40config AD5421
41	tristate "Analog Devices AD5421 DAC driver"
42	depends on SPI
43	help
44	  Say yes here to build support for Analog Devices AD5421 loop-powered
45	  digital-to-analog convertors (DAC).
46
47	  To compile this driver as module choose M here: the module will be called
48	  ad5421.
49
50config AD5624R_SPI
51	tristate "Analog Devices AD5624/44/64R DAC spi driver"
52	depends on SPI
53	help
54	  Say yes here to build support for Analog Devices AD5624R, AD5644R and
55	  AD5664R converters (DAC). This driver uses the common SPI interface.
56
57config AD5446
58	tristate "Analog Devices AD5444/6, AD5620/40/60 and AD5542A/12A DAC SPI driver"
59	depends on SPI
60	help
61	  Say yes here to build support for Analog Devices AD5444, AD5446,
62	  AD5512A, AD5542A, AD5543, AD5553, AD5601, AD5611, AD5620, AD5621,
63	  AD5640, AD5660, AD5662 DACs.
64
65	  To compile this driver as a module, choose M here: the
66	  module will be called ad5446.
67
68config AD5504
69	tristate "Analog Devices AD5504/AD5501 DAC SPI driver"
70	depends on SPI
71	help
72	  Say yes here to build support for Analog Devices AD5504, AD5501,
73	  High Voltage Digital to Analog Converter.
74
75	  To compile this driver as a module, choose M here: the
76	  module will be called ad5504.
77
78config AD5764
79	tristate "Analog Devices AD5764/64R/44/44R DAC driver"
80	depends on SPI_MASTER
81	help
82	  Say yes here to build support for Analog Devices AD5764, AD5764R, AD5744,
83	  AD5744R Digital to Analog Converter.
84
85	  To compile this driver as a module, choose M here: the
86	  module will be called ad5764.
87
88config AD5791
89	tristate "Analog Devices AD5760/AD5780/AD5781/AD5790/AD5791 DAC SPI driver"
90	depends on SPI
91	help
92	  Say yes here to build support for Analog Devices AD5760, AD5780,
93	  AD5781, AD5790, AD5791 High Resolution Voltage Output Digital to
94	  Analog Converter.
95
96	  To compile this driver as a module, choose M here: the
97	  module will be called ad5791.
98
99config AD5686
100	tristate "Analog Devices AD5686R/AD5685R/AD5684R DAC SPI driver"
101	depends on SPI
102	help
103	  Say yes here to build support for Analog Devices AD5686R, AD5685R,
104	  AD5684R, AD5791 Voltage Output Digital to
105	  Analog Converter.
106
107	  To compile this driver as a module, choose M here: the
108	  module will be called ad5686.
109
110config MAX517
111	tristate "Maxim MAX517/518/519 DAC driver"
112	depends on I2C && EXPERIMENTAL
113	help
114	  If you say yes here you get support for the Maxim chips MAX517,
115	  MAX518 and MAX519 (I2C 8-Bit DACs with rail-to-rail outputs).
116
117	  This driver can also be built as a module.  If so, the module
118	  will be called max517.
119
120endmenu
121