iio:adc:ad7923: Add support for the ad7904/ad7914/ad7924
[deliverable/linux.git] / drivers / iio / adc / Kconfig
index e372257a84945dc5ef0082aded855b0f7578dc20..ab0767e6727ec5b5d04ac149b28e0247219c3a55 100644 (file)
@@ -30,6 +30,18 @@ config AD7298
          To compile this driver as a module, choose M here: the
          module will be called ad7298.
 
+config AD7923
+       tristate "Analog Devices AD7923 and similar ADCs driver"
+       depends on SPI
+       select IIO_BUFFER
+       select IIO_TRIGGERED_BUFFER
+       help
+         Say yes here to build support for Analog Devices
+         AD7904, AD7914, AD7923, AD7924 4 Channel ADCs.
+
+         To compile this driver as a module, choose M here: the
+         module will be called ad7923.
+
 config AD7791
        tristate "Analog Devices AD7791 ADC driver"
        depends on SPI
@@ -91,6 +103,14 @@ config AT91_ADC
        help
          Say yes here to build support for Atmel AT91 ADC.
 
+config EXYNOS_ADC
+       bool "Exynos ADC driver support"
+       depends on OF
+       help
+         Core support for the ADC block found in the Samsung EXYNOS series
+         of SoCs for drivers such as the touchscreen and hwmon to use to share
+         this resource.
+
 config LP8788_ADC
        bool "LP8788 ADC driver"
        depends on MFD_LP8788
This page took 0.035316 seconds and 5 git commands to generate.