blob: 78452630f85d39c86ed35ea0e7ddcee9e68f3c3a [file] [log] [blame]
Barry Song6790e292010-10-27 21:44:07 -04001#
2# DAC drivers
3#
Michael Henneriche63abd02011-10-19 11:17:53 +02004menu "Digital to analog converters"
Barry Song6790e292010-10-27 21:44:07 -04005
Lars-Peter Clausenfcf265d2011-10-18 09:33:03 +02006config AD5064
Lars-Peter Clausen6a17a072012-06-26 11:04:36 +02007 tristate "Analog Devices AD5064 and similar multi-channel DAC driver"
8 depends on (SPI_MASTER || I2C)
Lars-Peter Clausenfcf265d2011-10-18 09:33:03 +02009 help
Lars-Peter Clausenf8be4af2012-02-21 18:38:15 +010010 Say yes here to build support for Analog Devices AD5024, AD5025, AD5044,
Lars-Peter Clausen6a17a072012-06-26 11:04:36 +020011 AD5045, AD5064, AD5064-1, AD5065, AD5628, AD5629R, AD5648, AD5666, AD5668,
12 AD5669R Digital to Analog Converter.
Lars-Peter Clausenfcf265d2011-10-18 09:33:03 +020013
14 To compile this driver as a module, choose M here: the
15 module will be called ad5064.
16
Lars-Peter Clausena3e29402011-10-20 10:46:38 +020017config AD5360
18 tristate "Analog Devices Analog Devices AD5360/61/62/63/70/71/73 DAC driver"
19 depends on SPI
20 help
21 Say yes here to build support for Analog Devices AD5360, AD5361,
22 AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel
23 Digital to Analog Converters (DAC).
24
25 To compile this driver as module choose M here: the module will be called
26 ad5360.
27
Lars-Peter Clausenc03f2c52011-12-06 10:07:02 +010028config AD5380
29 tristate "Analog Devices AD5380/81/82/83/84/90/91/92 DAC driver"
30 depends on (SPI_MASTER || I2C)
31 select REGMAP_I2C if I2C
32 select REGMAP_SPI if SPI_MASTER
33 help
34 Say yes here to build support for Analog Devices AD5380, AD5381,
35 AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel
36 Digital to Analog Converters (DAC).
37
38 To compile this driver as module choose M here: the module will be called
39 ad5380.
40
Lars-Peter Clausen5691b232011-11-02 09:40:02 +010041config AD5421
42 tristate "Analog Devices AD5421 DAC driver"
43 depends on SPI
44 help
45 Say yes here to build support for Analog Devices AD5421 loop-powered
46 digital-to-analog convertors (DAC).
47
48 To compile this driver as module choose M here: the module will be called
49 ad5421.
50
Barry Song6790e292010-10-27 21:44:07 -040051config AD5624R_SPI
52 tristate "Analog Devices AD5624/44/64R DAC spi driver"
53 depends on SPI
54 help
55 Say yes here to build support for Analog Devices AD5624R, AD5644R and
Michael Henneriche63abd02011-10-19 11:17:53 +020056 AD5664R converters (DAC). This driver uses the common SPI interface.
Michael Hennerichb5a49482010-11-22 11:15:23 +010057
58config AD5446
Lars-Peter Clausenae467dd2012-04-25 09:45:02 +020059 tristate "Analog Devices AD5446 and similar single channel DACs driver"
Jean-Francois Dagenais3ec36a22012-08-21 15:28:00 +010060 depends on (SPI_MASTER || I2C)
Michael Hennerichb5a49482010-11-22 11:15:23 +010061 help
Lars-Peter Clausenbf832382012-09-04 10:10:00 +010062 Say yes here to build support for Analog Devices AD5300, AD5301, AD5310,
63 AD5311, AD5320, AD5321, AD5444, AD5446, AD5450, AD5451, AD5452, AD5453,
64 AD5512A, AD5541A, AD5542A, AD5543, AD5553, AD5601, AD5602, AD5611, AD5612,
65 AD5620, AD5621, AD5622, AD5640, AD5660, AD5662 DACs.
Michael Hennerichb5a49482010-11-22 11:15:23 +010066
67 To compile this driver as a module, choose M here: the
68 module will be called ad5446.
Roland Stigge6ddc5fb2011-01-12 11:41:59 +010069
Michael Hennerich59c23ea2011-04-04 15:39:15 +020070config AD5504
71 tristate "Analog Devices AD5504/AD5501 DAC SPI driver"
72 depends on SPI
73 help
74 Say yes here to build support for Analog Devices AD5504, AD5501,
75 High Voltage Digital to Analog Converter.
76
77 To compile this driver as a module, choose M here: the
78 module will be called ad5504.
79
Lars-Peter Clausen68b14d72011-12-05 17:05:41 +010080config AD5764
81 tristate "Analog Devices AD5764/64R/44/44R DAC driver"
82 depends on SPI_MASTER
83 help
84 Say yes here to build support for Analog Devices AD5764, AD5764R, AD5744,
85 AD5744R Digital to Analog Converter.
86
87 To compile this driver as a module, choose M here: the
88 module will be called ad5764.
89
Michael Hennerich69d900a2011-04-18 09:40:58 +020090config AD5791
Lars-Peter Clausen9d41c5b2011-12-09 17:12:42 +010091 tristate "Analog Devices AD5760/AD5780/AD5781/AD5790/AD5791 DAC SPI driver"
Michael Hennerich69d900a2011-04-18 09:40:58 +020092 depends on SPI
93 help
Michael Hennerichba1c2bb2011-04-27 17:13:58 +020094 Say yes here to build support for Analog Devices AD5760, AD5780,
Lars-Peter Clausen9d41c5b2011-12-09 17:12:42 +010095 AD5781, AD5790, AD5791 High Resolution Voltage Output Digital to
Michael Hennerichba1c2bb2011-04-27 17:13:58 +020096 Analog Converter.
Michael Hennerich69d900a2011-04-18 09:40:58 +020097
98 To compile this driver as a module, choose M here: the
99 module will be called ad5791.
100
Michael Hennerichc2f37c82011-06-10 15:40:49 +0200101config AD5686
102 tristate "Analog Devices AD5686R/AD5685R/AD5684R DAC SPI driver"
103 depends on SPI
104 help
105 Say yes here to build support for Analog Devices AD5686R, AD5685R,
106 AD5684R, AD5791 Voltage Output Digital to
107 Analog Converter.
108
109 To compile this driver as a module, choose M here: the
110 module will be called ad5686.
111
Roland Stigge6ddc5fb2011-01-12 11:41:59 +0100112config MAX517
113 tristate "Maxim MAX517/518/519 DAC driver"
114 depends on I2C && EXPERIMENTAL
115 help
116 If you say yes here you get support for the Maxim chips MAX517,
117 MAX518 and MAX519 (I2C 8-Bit DACs with rail-to-rail outputs).
118
119 This driver can also be built as a module. If so, the module
120 will be called max517.
Manuel Stahl0aeac512011-09-21 11:15:50 +0100121
Peter Meerwaldcf35ad62012-06-08 18:06:45 +0200122config MCP4725
123 tristate "MCP4725 DAC driver"
124 depends on I2C
125 ---help---
126 Say Y here if you want to build a driver for the Microchip
127 MCP 4725 12-bit digital-to-analog converter (DAC) with I2C
128 interface.
129
130 To compile this driver as a module, choose M here: the module
131 will be called mcp4725.
132
Manuel Stahl0aeac512011-09-21 11:15:50 +0100133endmenu