diff options
author | Sebastian Reichel <sre@debian.org> | 2014-03-16 02:43:31 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-18 08:16:20 +0000 |
commit | b2931b98cebfb30d940f248d2054b5268eae87a4 (patch) | |
tree | fcd1422ed3fc3aff3c04d60b84c89511eeae1f02 /drivers/iio/adc/Kconfig | |
parent | 1e1bce3956ab888d1627080eb85c5019f2adf955 (diff) | |
download | linux-stable-b2931b98cebfb30d940f248d2054b5268eae87a4.tar.gz linux-stable-b2931b98cebfb30d940f248d2054b5268eae87a4.tar.bz2 linux-stable-b2931b98cebfb30d940f248d2054b5268eae87a4.zip |
mfd: twl4030-madc: Move driver to drivers/iio/adc
This is a driver for an A/D converter, which belongs into
drivers/iio/adc.
Signed-off-by: Sebastian Reichel <sre@debian.org>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 2209f28441e9..427f75c4f69e 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -183,6 +183,16 @@ config TI_AM335X_ADC Say yes here to build support for Texas Instruments ADC driver which is also a MFD client. +config TWL4030_MADC + tristate "TWL4030 MADC (Monitoring A/D Converter)" + depends on TWL4030_CORE + help + This driver provides support for Triton TWL4030-MADC. The + driver supports both RT and SW conversion methods. + + This driver can also be built as a module. If so, the module will be + called twl4030-madc. + config TWL6030_GPADC tristate "TWL6030 GPADC (General Purpose A/D Converter) Support" depends on TWL4030_CORE |