staging:iio:dac:ad5791: Allow asymmetrical reference voltages
[zen-stable.git] / drivers / staging / iio / dac / Kconfig
blob72281f87caa445b5dae5fc13d218f0eff11e0449
2 # DAC drivers
4 menu "Digital to analog converters"
6 config 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.
13           To compile this driver as a module, choose M here: the
14           module will be called ad5064.
16 config AD5624R_SPI
17         tristate "Analog Devices AD5624/44/64R DAC spi driver"
18         depends on SPI
19         help
20           Say yes here to build support for Analog Devices AD5624R, AD5644R and
21           AD5664R converters (DAC). This driver uses the common SPI interface.
23 config AD5446
24         tristate "Analog Devices AD5444/6, AD5620/40/60 and AD5542A/12A DAC SPI driver"
25         depends on SPI
26         help
27           Say yes here to build support for Analog Devices AD5444, AD5446,
28           AD5512A, AD5542A, AD5543, AD5553, AD5601, AD5611, AD5620, AD5621,
29           AD5640, AD5660 DACs.
31           To compile this driver as a module, choose M here: the
32           module will be called ad5446.
34 config AD5504
35         tristate "Analog Devices AD5504/AD5501 DAC SPI driver"
36         depends on SPI
37         help
38           Say yes here to build support for Analog Devices AD5504, AD5501,
39           High Voltage Digital to Analog Converter.
41           To compile this driver as a module, choose M here: the
42           module will be called ad5504.
44 config AD5791
45         tristate "Analog Devices AD5760/AD5780/AD5781/AD5791 DAC SPI driver"
46         depends on SPI
47         help
48           Say yes here to build support for Analog Devices AD5760, AD5780,
49           AD5781, AD5791 High Resolution Voltage Output Digital to
50           Analog Converter.
52           To compile this driver as a module, choose M here: the
53           module will be called ad5791.
55 config AD5686
56         tristate "Analog Devices AD5686R/AD5685R/AD5684R DAC SPI driver"
57         depends on SPI
58         help
59           Say yes here to build support for Analog Devices AD5686R, AD5685R,
60           AD5684R, AD5791 Voltage Output Digital to
61           Analog Converter.
63           To compile this driver as a module, choose M here: the
64           module will be called ad5686.
66 config MAX517
67         tristate "Maxim MAX517/518/519 DAC driver"
68         depends on I2C && EXPERIMENTAL
69         help
70           If you say yes here you get support for the Maxim chips MAX517,
71           MAX518 and MAX519 (I2C 8-Bit DACs with rail-to-rail outputs).
73           This driver can also be built as a module.  If so, the module
74           will be called max517.
76 endmenu