summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/Kconfig
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2012-11-17 11:42:59 +0000
committerJonathan Cameron <jic23@kernel.org>2012-11-19 22:22:15 +0000
commit709ab36e9559ff5c7df6e6f2d9e3c4a4410f8d49 (patch)
treeb99dbcda071265cfd8aaf818ca26b2a28071dafe /drivers/iio/adc/Kconfig
parentdc4871adf96573f3ea1672fceb844301dc071a2b (diff)
downloadop-kernel-dev-709ab36e9559ff5c7df6e6f2d9e3c4a4410f8d49.zip
op-kernel-dev-709ab36e9559ff5c7df6e6f2d9e3c4a4410f8d49.tar.gz
staging:iio: Move the ad7298 driver out of staging
The driver does not expose any custom API to userspace and none of the standard static code checker tools report any issues, so move it out of staging. Signed-off-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/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index ef5200a..cd5eed6 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -18,6 +18,18 @@ config AD7266
Say yes here to build support for Analog Devices AD7265 and AD7266
ADCs.
+config AD7298
+ tristate "Analog Devices AD7298 ADC driver"
+ depends on SPI
+ select IIO_BUFFER
+ select IIO_TRIGGERED_BUFFER
+ help
+ Say yes here to build support for Analog Devices AD7298
+ 8 Channel ADC with temperature sensor.
+
+ To compile this driver as a module, choose M here: the
+ module will be called ad7298.
+
config AD7791
tristate "Analog Devices AD7791 ADC driver"
depends on SPI
OpenPOWER on IntegriCloud