xref: /linux/drivers/iio/dac/Kconfig (revision 67f8bc848ee31831336bd478e57d2f993551902e)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# DAC drivers
4#
5# When adding new entries keep the list in alphabetical order
6
7menu "Digital to analog converters"
8
9config AD3530R
10	tristate "Analog Devices AD3530R and Similar DACs driver"
11	depends on SPI
12	select REGMAP_SPI
13	help
14	  Say yes here to build support for the following Analog Devices
15	  Digital to Analog Converters:
16	  - AD3530/AD3530R (8-channel)
17	  - AD3531/AD3531R (4-channel)
18	  - AD3532/AD3532R (16-channel)
19
20	  To compile this driver as a module, choose M here: the
21	  module will be called ad3530r.
22
23config AD3552R_HS
24	tristate "Analog Devices AD3552R DAC High Speed driver"
25	select AD3552R_LIB
26	select IIO_BACKEND
27	help
28	  Say yes here to build support for Analog Devices AD3552R
29	  Digital to Analog Converter High Speed driver.
30
31	  The driver requires the assistance of an IP core to operate,
32	  since data is streamed into target device via DMA, sent over a
33	  QSPI + DDR (Double Data Rate) bus.
34
35	  To compile this driver as a module, choose M here: the
36	  module will be called ad3552r-hs.
37
38config AD3552R_LIB
39	tristate
40
41config AD3552R
42	tristate "Analog Devices AD3552R DAC driver"
43	depends on SPI_MASTER
44	select AD3552R_LIB
45	select IIO_BUFFER
46	select IIO_TRIGGERED_BUFFER
47	help
48	  Say yes here to build support for Analog Devices AD3552R
49	  Digital to Analog Converter.
50
51	  To compile this driver as a module, choose M here: the
52	  module will be called ad3552r.
53
54config AD5064
55	tristate "Analog Devices AD5064 and similar multi-channel DAC driver"
56	depends on (SPI_MASTER && I2C!=m) || I2C
57	help
58	  Say yes here to build support for Analog Devices AD5024, AD5025, AD5044,
59	  AD5045, AD5064, AD5064-1, AD5065, AD5625, AD5625R, AD5627, AD5627R,
60	  AD5628, AD5629R, AD5645R, AD5647R, AD5648, AD5665, AD5665R, AD5666,
61	  AD5667, AD5667R, AD5668, AD5669R, LTC2606, LTC2607, LTC2609, LTC2616,
62	  LTC2617, LTC2619, LTC2626, LTC2627, LTC2629, LTC2631, LTC2633, LTC2635
63	  Digital to Analog Converter.
64
65	  To compile this driver as a module, choose M here: the
66	  module will be called ad5064.
67
68config AD5360
69	tristate "Analog Devices AD5360/61/62/63/70/71/73 DAC driver"
70	depends on SPI
71	help
72	  Say yes here to build support for Analog Devices AD5360, AD5361,
73	  AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel
74	  Digital to Analog Converters (DAC).
75
76	  To compile this driver as module choose M here: the module will be called
77	  ad5360.
78
79config AD5380
80	tristate "Analog Devices AD5380/81/82/83/84/90/91/92 DAC driver"
81	depends on (SPI_MASTER && I2C!=m) || I2C
82	select REGMAP_I2C if I2C
83	select REGMAP_SPI if SPI_MASTER
84	help
85	  Say yes here to build support for Analog Devices AD5380, AD5381,
86	  AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel
87	  Digital to Analog Converters (DAC).
88
89	  To compile this driver as module choose M here: the module will be called
90	  ad5380.
91
92config AD5421
93	tristate "Analog Devices AD5421 DAC driver"
94	depends on SPI
95	help
96	  Say yes here to build support for Analog Devices AD5421 loop-powered
97	  digital-to-analog converters (DAC).
98
99	  To compile this driver as module choose M here: the module will be called
100	  ad5421.
101
102config AD5446
103	tristate
104
105config AD5446_SPI
106	tristate "Analog Devices AD5446 and similar single channel DACs driver (SPI)"
107	depends on SPI
108	select AD5446
109	help
110	  Say yes here to build support for Analog Devices AD5300, AD5310,
111	  AD5320, AD5444, AD5446, AD5450, AD5451, AD5452, AD5453, AD5512A,
112	  AD5541A, AD5542A, AD5543, AD5553, AD5600, AD5601, AD5611, AD5620,
113	  AD5621, AD5640, AD5641, AD5660, AD5662 DACs as well as
114	  Texas Instruments DAC081S101, DAC101S101, DAC121S101.
115
116	  To compile this driver as a module, choose M here: the
117	  module will be called ad5446-spi.
118
119config AD5446_I2C
120	tristate "Analog Devices AD5446 and similar single channel DACs driver (I2C)"
121	depends on I2C
122	select AD5446
123	help
124	  Say yes here to build support for Analog Devices AD5301, AD5311, AD5321,
125	  AD5602, AD5612, AD5622 DACs.
126
127	  To compile this driver as a module, choose M here: the
128	  module will be called ad5446-i2c.
129
130config AD5449
131	tristate "Analog Devices AD5449 and similar DACs driver"
132	depends on SPI_MASTER
133	help
134	  Say yes here to build support for Analog Devices AD5415, AD5426, AD5429,
135	  AD5432, AD5439, AD5443, AD5449 Digital to Analog Converters.
136
137	  To compile this driver as a module, choose M here: the
138	  module will be called ad5449.
139
140config AD5592R_BASE
141	tristate
142
143config AD5592R
144	tristate "Analog Devices AD5592R ADC/DAC driver"
145	depends on SPI_MASTER
146	select GPIOLIB
147	select AD5592R_BASE
148	help
149	  Say yes here to build support for Analog Devices AD5592R
150	  Digital to Analog / Analog to Digital Converter.
151
152	  To compile this driver as a module, choose M here: the
153	  module will be called ad5592r.
154
155config AD5593R
156	tristate "Analog Devices AD5593R ADC/DAC driver"
157	depends on I2C
158	select GPIOLIB
159	select AD5592R_BASE
160	help
161	  Say yes here to build support for Analog Devices AD5593R
162	  Digital to Analog / Analog to Digital Converter.
163
164	  To compile this driver as a module, choose M here: the
165	  module will be called ad5593r.
166
167config AD5504
168	tristate "Analog Devices AD5504/AD5501 DAC SPI driver"
169	depends on SPI
170	help
171	  Say yes here to build support for Analog Devices AD5504, AD5501,
172	  High Voltage Digital to Analog Converter.
173
174	  To compile this driver as a module, choose M here: the
175	  module will be called ad5504.
176
177config AD5624R_SPI
178	tristate "Analog Devices AD5624/44/64R DAC spi driver"
179	depends on SPI
180	help
181	  Say yes here to build support for Analog Devices AD5624R, AD5644R and
182	  AD5664R converters (DAC). This driver uses the common SPI interface.
183
184config AD5706R
185	tristate "Analog Devices AD5706R DAC driver"
186	depends on SPI
187	select REGMAP
188	help
189	  Say yes here to build support for Analog Devices AD5706R 4-channel,
190	  16-bit current output DAC.
191
192	  To compile this driver as a module, choose M here: the
193	  module will be called ad5706r.
194
195config AD9739A
196	tristate "Analog Devices AD9739A RF DAC spi driver"
197	depends on SPI
198	select REGMAP_SPI
199	select IIO_BACKEND
200	help
201	  Say yes here to build support for Analog Devices AD9739A Digital-to
202	  Analog Converter.
203
204	  The driver requires the assistance of the AXI DAC IP core to operate,
205	  since SPI is used for configuration only, while data has to be
206	  streamed into memory via DMA.
207
208	  To compile this driver as a module, choose M here: the module will be
209	  called ad9739a.
210
211config ADI_AXI_DAC
212	tristate "Analog Devices Generic AXI DAC IP core driver"
213	depends on MICROBLAZE || NIOS2 || ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_INTEL_SOCFPGA || COMPILE_TEST
214	select IIO_BUFFER
215	select IIO_BUFFER_DMAENGINE
216	select REGMAP_MMIO
217	select IIO_BACKEND
218	help
219	  Say yes here to build support for Analog Devices Generic
220	  AXI DAC IP core. The IP core is used for interfacing with
221	  digital-to-analog (DAC) converters that require either a high-speed
222	  serial interface (JESD204B/C) or a source synchronous parallel
223	  interface (LVDS/CMOS).
224	  Typically (for such devices) SPI will be used for configuration only,
225	  while this IP core handles the streaming of data into memory via DMA.
226
227	  Link: https://wiki.analog.com/resources/fpga/docs/axi_dac_ip
228	  If unsure, say N (but it's safe to say "Y").
229
230	  To compile this driver as a module, choose M here: the
231	  module will be called adi-axi-dac.
232
233config LTC2688
234	tristate "Analog Devices LTC2688 DAC spi driver"
235	depends on SPI
236	select REGMAP
237	help
238	  Say yes here to build support for Analog Devices
239	  LTC2688 converters (DAC).
240
241	  To compile this driver as a module, choose M here: the
242	  module will be called ltc2688.
243
244config AD5686
245	tristate
246	select IIO_BUFFER
247	select IIO_TRIGGERED_BUFFER
248
249config AD5686_SPI
250	tristate "Analog Devices AD5686 and similar multi-channel DACs (SPI)"
251	depends on SPI
252	select AD5686
253	help
254	  Say yes here to build support for Analog Devices Voltage Output
255	  Digital to Analog Converters:
256	  - Single-channel:
257	    AD5310R, AD5681R, AD5682R, AD5683, AD5683R
258	  - Dual-channel:
259	    AD5313R, AD5687, AD5687R, AD5689, AD5689R
260	  - Quad-channel:
261	    AD5317R, AD5684, AD5684R, AD5685R, AD5686, AD5686R
262	  - 8-channel:
263	    AD5672R, AD5676, AD5676R
264	  - 16-channel:
265	    AD5674, AD5674R, AD5679, AD5679R
266
267	  To compile this driver as a module, choose M here: the
268	  module will be called ad5686.
269
270config AD5696_I2C
271	tristate "Analog Devices AD5696 and similar multi-channel DACs (I2C)"
272	depends on I2C
273	select AD5686
274	help
275	  Say yes here to build support for Analog Devices Voltage Output
276	  Digital to Analog Converters:
277	  - Single-channel:
278	    AD5311R, AD5691R, AD5692R, AD5693, AD5693R
279	  - Dual-channel:
280	    AD5338R, AD5697R
281	  - Quad-channel:
282	    AD5316R, AD5694, AD5694R, AD5695R, AD5696, AD5696R
283	  - 8-channel:
284	    AD5671R, AD5675, AD5675R
285	  - 16-channel:
286	    AD5673R, AD5677R
287
288	  To compile this driver as a module, choose M here: the module will be
289	  called ad5696.
290
291config AD5755
292	tristate "Analog Devices AD5755/AD5755-1/AD5757/AD5735/AD5737 DAC driver"
293	depends on SPI_MASTER
294	help
295	  Say yes here to build support for Analog Devices AD5755, AD5755-1,
296	  AD5757, AD5735, AD5737 quad channel Digital to
297	  Analog Converter.
298
299	  To compile this driver as a module, choose M here: the
300	  module will be called ad5755.
301
302config AD5758
303	tristate "Analog Devices AD5758 DAC driver"
304	depends on SPI_MASTER
305	help
306	  Say yes here to build support for Analog Devices AD5758 single channel
307	  Digital to Analog Converter.
308
309	  To compile this driver as a module, choose M here: the
310	  module will be called ad5758.
311
312config AD5761
313	tristate "Analog Devices AD5761/61R/21/21R DAC driver"
314	depends on SPI_MASTER
315	help
316	  Say yes here to build support for Analog Devices AD5761, AD5761R, AD5721,
317	  AD5721R Digital to Analog Converter.
318
319	  To compile this driver as a module, choose M here: the
320	  module will be called ad5761.
321
322config AD5764
323	tristate "Analog Devices AD5764/64R/44/44R DAC driver"
324	depends on SPI_MASTER
325	help
326	  Say yes here to build support for Analog Devices AD5764, AD5764R, AD5744,
327	  AD5744R Digital to Analog Converter.
328
329	  To compile this driver as a module, choose M here: the
330	  module will be called ad5764.
331
332config AD5766
333	tristate "Analog Devices AD5766/AD5767 DAC driver"
334	depends on SPI_MASTER
335	select IIO_BUFFER
336	select IIO_TRIGGERED_BUFFER
337	help
338	  Say yes here to build support for Analog Devices AD5766, AD5767
339	  Digital to Analog Converter.
340
341	  To compile this driver as a module, choose M here: the
342	  module will be called ad5766.
343
344config AD5770R
345	tristate "Analog Devices AD5770R IDAC driver"
346	depends on SPI_MASTER
347	select REGMAP_SPI
348	help
349	  Say yes here to build support for Analog Devices AD5770R Digital to
350	  Analog Converter.
351
352	  To compile this driver as a module, choose M here: the
353	  module will be called ad5770r.
354
355config AD5791
356	tristate "Analog Devices AD5760/AD5780/AD5781/AD5790/AD5791 DAC SPI driver"
357	depends on SPI
358	select SPI_OFFLOAD
359	select IIO_BUFFER
360	select IIO_BUFFER_DMAENGINE
361	help
362	  Say yes here to build support for Analog Devices AD5760, AD5780,
363	  AD5781, AD5790, AD5791 High Resolution Voltage Output Digital to
364	  Analog Converter.
365
366	  To compile this driver as a module, choose M here: the
367	  module will be called ad5791.
368
369config AD7293
370	tristate "Analog Devices AD7293 Power Amplifier Current Controller"
371	depends on SPI
372	help
373	  Say yes here to build support for Analog Devices AD7293
374	  Power Amplifier Current Controller with
375	  ADC, DACs, and Temperature and Current Sensors
376
377	  To compile this driver as a module, choose M here: the
378	  module will be called ad7293.
379
380config AD7303
381	tristate "Analog Devices AD7303 DAC driver"
382	depends on SPI
383	help
384	  Say yes here to build support for Analog Devices AD7303 Digital to Analog
385	  Converters (DAC).
386
387	  To compile this driver as module choose M here: the module will be called
388	  ad7303.
389
390config AD8460
391	tristate "Analog Devices AD8460 DAC driver"
392	depends on SPI
393	select REGMAP_SPI
394	select IIO_BUFFER
395	select IIO_BUFFER_DMAENGINE
396	help
397	  Say yes here to build support for Analog Devices AD8460 Digital to
398	  Analog Converters (DAC).
399
400	  To compile this driver as a module choose M here: the module will be called
401	  ad8460.
402
403config AD8801
404	tristate "Analog Devices AD8801/AD8803 DAC driver"
405	depends on SPI_MASTER
406	help
407	  Say yes here to build support for Analog Devices AD8801, AD8803 Digital to
408	  Analog Converters (DAC).
409
410	  To compile this driver as a module choose M here: the module will be called
411	  ad8801.
412
413config BD79703
414	tristate "ROHM Semiconductor BD79703 DAC driver"
415	depends on SPI
416	select REGMAP_SPI
417	help
418	  Say yes here to build support for ROHM Semiconductor BD79703 Digital
419	  to Analog Converter (DAC).
420
421config CIO_DAC
422	tristate "Measurement Computing CIO-DAC IIO driver"
423	depends on X86 && (ISA_BUS || PC104)
424	select ISA_BUS_API
425	select REGMAP_MMIO
426	help
427	  Say yes here to build support for the Measurement Computing CIO-DAC
428	  analog output device family (CIO-DAC16, CIO-DAC08, PC104-DAC06). The
429	  base port addresses for the devices may be configured via the base
430	  array module parameter.
431
432config DPOT_DAC
433	tristate "DAC emulation using a DPOT"
434	help
435	  Say yes here to build support for DAC emulation using a digital
436	  potentiometer.
437
438	  To compile this driver as a module, choose M here: the module will be
439	  called dpot-dac.
440
441config DS4424
442	tristate "Maxim Integrated DS4422/DS4424 DAC driver"
443	depends on I2C
444	select REGMAP_I2C
445	help
446	  If you say yes here you get support for Maxim chips DS4422, DS4424.
447
448	  This driver can also be built as a module.  If so, the module
449	  will be called ds4424.
450
451config LPC18XX_DAC
452	tristate "NXP LPC18xx DAC driver"
453	depends on ARCH_LPC18XX || COMPILE_TEST
454	depends on HAS_IOMEM
455	help
456	  Say yes here to build support for NXP LPC18XX DAC.
457
458	  To compile this driver as a module, choose M here: the module will be
459	  called lpc18xx_dac.
460
461config LTC1660
462	tristate "Linear Technology LTC1660/LTC1665 DAC SPI driver"
463	depends on SPI
464	select REGMAP_SPI
465	help
466	  Say yes here to build support for Linear Technology
467	  LTC1660 and LTC1665 Digital to Analog Converters.
468
469	  To compile this driver as a module, choose M here: the
470	  module will be called ltc1660.
471
472config LTC2632
473	tristate "Linear Technology LTC2632-12/10/8 and similar DAC spi driver"
474	depends on SPI
475	help
476	  Say yes here to build support for Linear Technology
477	  LTC2632, LTC2634 and LTC2636 DAC resolution 12/10/8 bit
478	  low 0-2.5V and high 0-4.096V range converters.
479
480	  To compile this driver as a module, choose M here: the
481	  module will be called ltc2632.
482
483config LTC2664
484	tristate "Analog Devices LTC2664 and LTC2672 DAC SPI driver"
485	depends on SPI
486	select REGMAP_SPI
487	help
488	  Say yes here to build support for Analog Devices
489	  LTC2664 and LTC2672 converters (DAC).
490
491	  To compile this driver as a module, choose M here: the
492	  module will be called ltc2664.
493
494config M62332
495	tristate "Mitsubishi M62332 DAC driver"
496	depends on I2C
497	help
498	  If you say yes here you get support for the Mitsubishi M62332
499	  (I2C 8-Bit DACs with rail-to-rail outputs).
500
501	  This driver can also be built as a module.  If so, the module
502	  will be called m62332.
503
504config MAX517
505	tristate "Maxim MAX517/518/519/520/521 DAC driver"
506	depends on I2C
507	help
508	  If you say yes here you get support for the following Maxim chips
509	  (I2C 8-Bit DACs with rail-to-rail outputs):
510	  MAX517 - Single channel, single reference
511	  MAX518 - Dual channel, ref=Vdd
512	  MAX519 - Dual channel, dual reference
513	  MAX520 - Quad channel, quad reference
514	  MAX521 - Octal channel, independent ref for ch0-3, shared ref for ch4-7
515
516	  This driver can also be built as a module.  If so, the module
517	  will be called max517.
518
519config MAX22007
520	tristate "Analog Devices MAX22007 DAC Driver"
521	depends on SPI
522	select REGMAP_SPI
523	select CRC8
524	help
525	  Say Y here if you want to build a driver for Analog Devices MAX22007.
526
527	  MAX22007 is a quad-channel, 12-bit, voltage-output digital to
528	  analog converter (DAC) with SPI interface.
529
530	  If compiled as a module, it will be called max22007.
531
532config MAX5522
533	tristate "Maxim MAX5522 DAC driver"
534	depends on SPI_MASTER
535	select REGMAP_SPI
536	help
537	  Say Y here if you want to build a driver for the Maxim MAX5522.
538
539	  MAX5522 is a dual, ultra-low-power, 10-Bit, voltage-output
540	  digital to analog converter (DAC) offering rail-to-rail buffered
541	  voltage outputs.
542
543	  If compiled as a module, it will be called max5522.
544
545config MAX5821
546	tristate "Maxim MAX5821 DAC driver"
547	depends on I2C
548	help
549	  Say yes here to build support for Maxim MAX5821
550	  10 bits DAC.
551
552config MCF54415_DAC
553	tristate "NXP MCF54415 DAC driver"
554	depends on M5441x || COMPILE_TEST
555	select REGMAP_MMIO
556	help
557	  Say yes here if you want to build support for NXP ColdFire
558	  MCF54415/6/7/8 12-bit DAC module.
559
560	  To compile this driver as a module, choose M here: the module
561	  will be called mcf54415_dac.
562
563config MCP4725
564	tristate "MCP4725/6 DAC driver"
565	depends on I2C
566	help
567	  Say Y here if you want to build a driver for the Microchip
568	  MCP 4725/6 12-bit digital-to-analog converter (DAC) with I2C
569	  interface.
570
571	  To compile this driver as a module, choose M here: the module
572	  will be called mcp4725.
573
574config MCP4728
575	tristate "MCP4728 DAC driver"
576	depends on I2C
577	help
578	  Say Y here if you want to build a driver for the Microchip
579	  MCP4728 quad channel, 12-bit digital-to-analog converter (DAC)
580	  with I2C interface.
581
582	  To compile this driver as a module, choose M here: the module
583	  will be called mcp4728.
584
585config MCP47A1
586	tristate "MCP47A1 DAC driver"
587	depends on I2C
588	help
589	  Say Y here if you want to build a driver for the Microchip
590	  MCP47A1 digital-to-analog converter with an I2C interface.
591
592	  To compile this driver as a module, choose M here: the module
593	  will be called mcp47a1.
594
595config MCP47FEB02
596	tristate "MCP47F(E/V)B01/02/04/08/11/12/14/18/21/22/24/28 DAC driver"
597	depends on I2C
598	select REGMAP_I2C
599	help
600	  Say yes here if you want to build the driver for the Microchip:
601	  - 8-bit DAC:
602	    MCP47FEB01, MCP47FEB02, MCP47FEB04, MCP47FEB08,
603	    MCP47FVB01, MCP47FVB02, MCP47FVB04, MCP47FVB08
604	  - 10-bit DAC:
605	    MCP47FEB11, MCP47FEB12, MCP47FEB14, MCP47FEB18,
606	    MCP47FVB11, MCP47FVB12, MCP47FVB14, MCP47FVB18
607	  - 12-bit DAC:
608	    MCP47FEB21, MCP47FEB22, MCP47FEB24, MCP47FEB28,
609	    MCP47FVB21, MCP47FVB22, MCP47FVB24, MCP47FVB28
610	  having 1 to 8 channels, 8/10/12-bit digital-to-analog converter
611	  (DAC) with I2C interface.
612
613	  To compile this driver as a module, choose M here: the module
614	  will be called mcp47feb02.
615
616config MCP4821
617	tristate "MCP4801/02/11/12/21/22 DAC driver"
618	depends on SPI
619	help
620	  Say yes here to build the driver for the Microchip MCP4801
621	  MCP4802, MCP4811, MCP4812, MCP4821 and MCP4822 DAC devices.
622
623	  To compile this driver as a module, choose M here: the module
624	  will be called mcp4821.
625
626config MCP4922
627	tristate "MCP4902, MCP4912, MCP4922 DAC driver"
628	depends on SPI
629	help
630	  Say yes here to build the driver for the Microchip MCP4902
631	  MCP4912, and MCP4922 DAC devices.
632
633	  To compile this driver as a module, choose M here: the module
634	  will be called mcp4922.
635
636config STM32_DAC
637	tristate "STMicroelectronics STM32 DAC"
638	depends on (ARCH_STM32 && OF) || COMPILE_TEST
639	depends on REGULATOR
640	select STM32_DAC_CORE
641	help
642	  Say yes here to build support for STMicroelectronics STM32 Digital
643	  to Analog Converter (DAC).
644
645	  This driver can also be built as a module.  If so, the module
646	  will be called stm32-dac.
647
648config STM32_DAC_CORE
649	tristate
650	select REGMAP_MMIO
651
652config TI_DAC082S085
653	tristate "Texas Instruments 8/10/12-bit 2/4-channel DAC driver"
654	depends on SPI_MASTER
655	help
656	  Driver for the Texas Instruments (formerly National Semiconductor)
657	  DAC082S085, DAC102S085, DAC122S085, DAC084S085, DAC104S085 and
658	  DAC124S085.
659
660	  If compiled as a module, it will be called ti-dac082s085.
661
662config TI_DAC5571
663	tristate "Texas Instruments 8/10/12/16-bit 1/2/4-channel DAC driver"
664	depends on I2C
665	help
666	  Driver for the Texas Instruments
667	  DAC5571, DAC6571, DAC7571, DAC5574, DAC6574, DAC7574, DAC5573,
668	  DAC6573, DAC7573, DAC8571, DAC8574, DAC121C081.
669
670	  If compiled as a module, it will be called ti-dac5571.
671
672config TI_DAC7311
673	tristate "Texas Instruments 8/10/12-bit 1-channel DAC driver"
674	depends on SPI
675	help
676	  Driver for the Texas Instruments
677	  DAC7311, DAC6311, DAC5311.
678
679	  If compiled as a module, it will be called ti-dac7311.
680
681config TI_DAC7612
682	tristate "Texas Instruments 12-bit 2-channel DAC driver"
683	depends on SPI_MASTER && GPIOLIB
684	help
685	  Driver for the Texas Instruments DAC7612, DAC7612U, DAC7612UB
686	  The driver hand drive the load pin automatically, otherwise
687	  it needs to be toggled manually.
688
689	  If compiled as a module, it will be called ti-dac7612.
690
691config VF610_DAC
692	tristate "Vybrid vf610 DAC driver"
693	depends on HAS_IOMEM
694	help
695	  Say yes here to support Vybrid board digital-to-analog converter.
696
697	  This driver can also be built as a module. If so, the module will
698	  be called vf610_dac.
699
700endmenu
701