aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/Kconfig
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2012-10-16 12:29:00 -0400
committerJonathan Cameron <jic23@kernel.org>2012-10-19 13:46:51 -0400
commit8341dc04dfb33fbae71727ae648e20c51abc40e3 (patch)
treee28437da9541d0f18e79ed99ea747b61b1feb36c /drivers/iio/dac/Kconfig
parent103d9fb907058e4eb052f4f7302d1b07eb6a7792 (diff)
iio:dac: Add support for the ad5449
This patch adds support for the AD5415, AD5426, AD5429, AD5432, AD5439, AD5443 and AD5449 single and dual channel DACs. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/dac/Kconfig')
-rw-r--r--drivers/iio/dac/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig
index b1c0ee5294ca..f68756e6dd62 100644
--- a/drivers/iio/dac/Kconfig
+++ b/drivers/iio/dac/Kconfig
@@ -67,6 +67,16 @@ config AD5446
67 To compile this driver as a module, choose M here: the 67 To compile this driver as a module, choose M here: the
68 module will be called ad5446. 68 module will be called ad5446.
69 69
70config AD5449
71 tristate "Analog Device AD5449 and similar DACs driver"
72 depends on SPI_MASTER
73 help
74 Say yes here to build support for Analog Devices AD5415, AD5426, AD5429,
75 AD5432, AD5439, AD5443, AD5449 Digital to Analog Converters.
76
77 To compile this driver as a module, choose M here: the
78 module will be called ad5449.
79
70config AD5504 80config AD5504
71 tristate "Analog Devices AD5504/AD5501 DAC SPI driver" 81 tristate "Analog Devices AD5504/AD5501 DAC SPI driver"
72 depends on SPI 82 depends on SPI