Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
[pandora-kernel.git] / drivers / staging / iio / dac / Kconfig
1 #
2 # DAC drivers
3 #
4 comment "Digital to analog convertors"
5
6 config AD5624R_SPI
7         tristate "Analog Devices AD5624/44/64R DAC spi driver"
8         depends on SPI
9         help
10           Say yes here to build support for Analog Devices AD5624R, AD5644R and
11           AD5664R convertors (DAC). This driver uses the common SPI interface.
12
13 config AD5446
14         tristate "Analog Devices AD5444/6, AD5620/40/60 and AD5542A/12A DAC SPI driver"
15         depends on SPI
16         help
17           Say yes here to build support for Analog Devices AD5444, AD5446,
18           AD5512A, AD5542A, AD5543, AD5553, AD5601, AD5611, AD5620, AD5621,
19           AD5640, AD5660 DACs.
20
21           To compile this driver as a module, choose M here: the
22           module will be called ad5446.
23
24 config AD5504
25         tristate "Analog Devices AD5504/AD5501 DAC SPI driver"
26         depends on SPI
27         help
28           Say yes here to build support for Analog Devices AD5504, AD5501,
29           High Voltage Digital to Analog Converter.
30
31           To compile this driver as a module, choose M here: the
32           module will be called ad5504.
33
34 config AD5791
35         tristate "Analog Devices AD5760/AD5780/AD5781/AD5791 DAC SPI driver"
36         depends on SPI
37         help
38           Say yes here to build support for Analog Devices AD5760, AD5780,
39           AD5781, AD5791 High Resolution Voltage Output Digital to
40           Analog Converter.
41
42           To compile this driver as a module, choose M here: the
43           module will be called ad5791.
44
45 config MAX517
46         tristate "Maxim MAX517/518/519 DAC driver"
47         depends on I2C && EXPERIMENTAL
48         help
49           If you say yes here you get support for the Maxim chips MAX517,
50           MAX518 and MAX519 (I2C 8-Bit DACs with rail-to-rail outputs).
51
52           This driver can also be built as a module.  If so, the module
53           will be called max517.