aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/Kconfig
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2012-06-26 04:45:43 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-26 17:57:30 -0400
commit779c0c4619f57ab0d573468baa7a791db402e9f9 (patch)
tree73566250d890a48828d984ab2919e950d8f1498b /drivers/iio/dac/Kconfig
parent90e6dc7c274dca8a9198e3525488ea991719a799 (diff)
iio:dac:ad5446: Add support for the AD5450/51/52/53
This patch adds support for the Analog Devices AD5450/51/52/53 Digital-to-Analog converters. The AD5452 and AD5453 are software compatible to the existing AD5444 and AD5446. The AD5450 and AD5451 are similar but have a smaller resolution. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/dac/Kconfig')
-rw-r--r--drivers/iio/dac/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig
index 92fb3a003510..afd207e171cf 100644
--- a/drivers/iio/dac/Kconfig
+++ b/drivers/iio/dac/Kconfig
@@ -59,9 +59,9 @@ config AD5446
59 tristate "Analog Devices AD5446 and similar single channel DACs driver" 59 tristate "Analog Devices AD5446 and similar single channel DACs driver"
60 depends on SPI 60 depends on SPI
61 help 61 help
62 Say yes here to build support for Analog Devices AD5444, AD5446, 62 Say yes here to build support for Analog Devices AD5444, AD5446, AD5450,
63 AD5512A, AD5541A, AD5542A, AD5543, AD5553, AD5601, AD5611, AD5620, 63 AD5451, AD5452, AD5453, AD5512A, AD5541A, AD5542A, AD5543, AD5553, AD5601,
64 AD5621, AD5640, AD5660, AD5662 DACs. 64 AD5611, AD5620, AD5621, AD5640, AD5660, AD5662 DACs.
65 65
66 To compile this driver as a module, choose M here: the 66 To compile this driver as a module, choose M here: the
67 module will be called ad5446. 67 module will be called ad5446.