diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-11-17 15:42:59 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-11-20 02:22:15 +0400 |
commit | 709ab36e9559ff5c7df6e6f2d9e3c4a4410f8d49 (patch) | |
tree | b99dbcda071265cfd8aaf818ca26b2a28071dafe /drivers/iio/adc/Kconfig | |
parent | dc4871adf96573f3ea1672fceb844301dc071a2b (diff) | |
download | linux-709ab36e9559ff5c7df6e6f2d9e3c4a4410f8d49.tar.xz |
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/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index ef5200a6850e..cd5eed60be28 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 |