diff options
author | Naveen Krishna Chatradhi <ch.naveen@samsung.com> | 2013-02-15 01:56:00 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-03-16 06:18:15 -0400 |
commit | 10f5b14811023df0ba1a936b14880eabb6d9c199 (patch) | |
tree | c525ef06cf65c56f5a10fa1e9a12b82ed997ee7d /drivers/iio/adc/Kconfig | |
parent | 43bb786ad2886ea38364e57924c19e9d29f37201 (diff) |
iio: adc: add exynos adc driver under iio framwork
This patch adds New driver to support:
1. Supports ADC IF found on EXYNOS4412/EXYNOS5250
and future SoCs from Samsung
2. Add ADC driver under iio/adc framework
3. Also adds the Documentation for device tree bindings
Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 00213eaf8aa9..a40d3c29f0cb 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig | |||
@@ -103,6 +103,13 @@ config AT91_ADC | |||
103 | help | 103 | help |
104 | Say yes here to build support for Atmel AT91 ADC. | 104 | Say yes here to build support for Atmel AT91 ADC. |
105 | 105 | ||
106 | config EXYNOS_ADC | ||
107 | bool "Exynos ADC driver support" | ||
108 | help | ||
109 | Core support for the ADC block found in the Samsung EXYNOS series | ||
110 | of SoCs for drivers such as the touchscreen and hwmon to use to share | ||
111 | this resource. | ||
112 | |||
106 | config LP8788_ADC | 113 | config LP8788_ADC |
107 | bool "LP8788 ADC driver" | 114 | bool "LP8788 ADC driver" |
108 | depends on MFD_LP8788 | 115 | depends on MFD_LP8788 |