diff options
author | Sanchayan Maity | 2016-02-22 11:48:37 +0530 |
---|---|---|
committer | Jonathan Cameron | 2016-02-24 20:52:55 +0000 |
commit | 1b983bf42fad73eb0a6368b3785d90486d68961f (patch) | |
tree | 4c02e6667907272d212226a83da7d69415f6fcdc /drivers/iio/dac/Kconfig | |
parent | 1961bce76452938eed8f797b7d96ab5f3c611525 (diff) |
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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig index 31a198510679..a995139f907c 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 |