diff options
author | Adam Thomson <Adam.Thomson.Opensource@diasemi.com> | 2015-02-18 17:08:28 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-02-25 23:05:26 +0300 |
commit | ed5f07b3d3d4344f917658a7f62cf62ccb19cb07 (patch) | |
tree | 17513f51cf270f1f210a988b01f4eb8aec3e7fc9 /drivers/iio/adc/Kconfig | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
download | linux-ed5f07b3d3d4344f917658a7f62cf62ccb19cb07.tar.xz |
iio: Add support for DA9150 GPADC
This patch adds support for DA9150 Charger & Fuel-Gauge IC GPADC.
Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Reviewed-by: Hartmut Knaack <knaack.h@gmx.de>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 202daf889be2..fc6f90614218 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -135,6 +135,15 @@ config AXP288_ADC device. Depending on platform configuration, this general purpose ADC can be used for sampling sensors such as thermal resistors. +config DA9150_GPADC + tristate "Dialog DA9150 GPADC driver support" + depends on MFD_DA9150 + help + Say yes here to build support for Dialog DA9150 GPADC. + + This driver can also be built as a module. If chosen, the module name + will be da9150-gpadc. + config CC10001_ADC tristate "Cosmic Circuits 10001 ADC driver" depends on HAS_IOMEM || HAVE_CLK || REGULATOR |