aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/Kconfig
diff options
context:
space:
mode:
authorAntonio Fiol <antonio@fiol.es>2015-03-28 04:07:14 -0400
committerJonathan Cameron <jic23@kernel.org>2015-03-28 06:57:34 -0400
commita878a1a61a1f0e4b23602ddd87b1408a7a748d0e (patch)
tree5e6da606d28aa24f012bb5b3dcbe6b22b66b9074 /drivers/iio/dac/Kconfig
parent7253606d383954c5b0470b5f27fbcedeec2e6d72 (diff)
iio: max517: Add support for MAX520 and MAX521 chips.
MAX520 and MAX521 are protocol-compatible with the already supported chips, just have more channels. Signed-off-by: Antonio Fiol <antonio@fiol.es> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/dac/Kconfig')
-rw-r--r--drivers/iio/dac/Kconfig11
1 files changed, 8 insertions, 3 deletions
diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig
index 2236ea22f98a..13471a76e5bf 100644
--- a/drivers/iio/dac/Kconfig
+++ b/drivers/iio/dac/Kconfig
@@ -143,11 +143,16 @@ config AD7303
143 ad7303. 143 ad7303.
144 144
145config MAX517 145config MAX517
146 tristate "Maxim MAX517/518/519 DAC driver" 146 tristate "Maxim MAX517/518/519/520/521 DAC driver"
147 depends on I2C 147 depends on I2C
148 help 148 help
149 If you say yes here you get support for the Maxim chips MAX517, 149 If you say yes here you get support for the following Maxim chips
150 MAX518 and MAX519 (I2C 8-Bit DACs with rail-to-rail outputs). 150 (I2C 8-Bit DACs with rail-to-rail outputs):
151 MAX517 - Single channel, single reference
152 MAX518 - Dual channel, ref=Vdd
153 MAX519 - Dual channel, dual reference
154 MAX520 - Quad channel, quad reference
155 MAX521 - Octal channel, independent ref for ch0-3, shared ref for ch4-7
151 156
152 This driver can also be built as a module. If so, the module 157 This driver can also be built as a module. If so, the module
153 will be called max517. 158 will be called max517.