summaryrefslogtreecommitdiff
path: root/drivers/iio/dac/Kconfig
diff options
context:
space:
mode:
authorSanchayan Maity <maitysanchayan@gmail.com>2016-02-22 06:18:37 (GMT)
committerJonathan Cameron <jic23@kernel.org>2016-02-24 20:52:55 (GMT)
commit1b983bf42fad73eb0a6368b3785d90486d68961f (patch)
tree4c02e6667907272d212226a83da7d69415f6fcdc /drivers/iio/dac/Kconfig
parent1961bce76452938eed8f797b7d96ab5f3c611525 (diff)
downloadlinux-1b983bf42fad73eb0a6368b3785d90486d68961f.tar.xz
iio: dac: vf610_dac: Add IIO DAC driver for Vybrid SoC
Add driver support for DAC peripheral on Vybrid SoC. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Acked-by: Rob Herring <robh@kernel.org> 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 31a1985..a995139 100644
--- a/drivers/iio/dac/Kconfig
+++ b/drivers/iio/dac/Kconfig
@@ -217,4 +217,14 @@ config STX104
addresses for the devices may be configured via the "base" module
parameter array.
+config VF610_DAC
+ tristate "Vybrid vf610 DAC driver"
+ depends on OF
+ depends on HAS_IOMEM
+ help
+ Say yes here to support Vybrid board digital-to-analog converter.
+
+ This driver can also be built as a module. If so, the module will
+ be called vf610_dac.
+
endmenu