aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/Kconfig
diff options
context:
space:
mode:
authorFugang Duan <B38611@freescale.com>2014-01-26 00:39:00 -0500
committerJonathan Cameron <jic23@kernel.org>2014-02-15 05:29:11 -0500
commita775427632fd4cb84b12c1176849bf61ea7b4c7c (patch)
tree57aadbd825342d7f9eb751c31b726cf5039dcbf6 /drivers/iio/adc/Kconfig
parentf9279d3a8cc8e518d21784d0152f04b5ee6635cb (diff)
iio:adc:imx: add Freescale Vybrid vf610 adc driver
Add Freescale Vybrid vf610 adc driver. The driver only support ADC software trigger. VF610 ADC device documentation is available at below reference manual (chapter 37): http://cache.freescale.com/files/32bit/doc/ref_manual/VYBRIDRM.pdf? fpsp=1&WT_TYPE=Reference%20Manuals&WT_VENDOR=FREESCALE&WT_FILE_FORMAT =pdf&WT_ASSET=Documentation CC: Shawn Guo <shawn.guo@linaro.org> CC: Jonathan Cameron <jic23@kernel.org> CC: Mark Rutland <mark.rutland@arm.com> CC: Otavio Salvador <otavio@ossystems.com.br> CC: Peter Meerwald <pmeerw@pmeerw.net> CC: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Fugang Duan <B38611@freescale.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r--drivers/iio/adc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index 2209f28441e9..c02c4fb4cd1d 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -197,6 +197,16 @@ config TWL6030_GPADC
197 This driver can also be built as a module. If so, the module will be 197 This driver can also be built as a module. If so, the module will be
198 called twl6030-gpadc. 198 called twl6030-gpadc.
199 199
200config VF610_ADC
201 tristate "Freescale vf610 ADC driver"
202 depends on OF
203 help
204 Say yes here to support for Vybrid board analog-to-digital converter.
205 Since the IP is used for i.MX6SLX, the driver also support i.MX6SLX.
206
207 This driver can also be built as a module. If so, the module will be
208 called vf610_adc.
209
200config VIPERBOARD_ADC 210config VIPERBOARD_ADC
201 tristate "Viperboard ADC support" 211 tristate "Viperboard ADC support"
202 depends on MFD_VIPERBOARD && USB 212 depends on MFD_VIPERBOARD && USB