diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-11-21 16:27:00 +0000 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-11-30 12:57:08 +0000 |
commit | f87f1a2375a51ef8c5048bfce42587dbea1ca627 (patch) | |
tree | 8738bc7e299e45272933477510ad208d957a0795 /drivers/iio/adc/Kconfig | |
parent | e786cc26dcc52caba53d17a80888ed0b46d097f8 (diff) | |
download | kernel_goldelico_gta04-f87f1a2375a51ef8c5048bfce42587dbea1ca627.zip kernel_goldelico_gta04-f87f1a2375a51ef8c5048bfce42587dbea1ca627.tar.gz kernel_goldelico_gta04-f87f1a2375a51ef8c5048bfce42587dbea1ca627.tar.bz2 |
staging:iio: Move ad7793 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 cd5eed6..408557b 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -42,6 +42,18 @@ config AD7791 To compile this driver as a module, choose M here: the module will be called ad7791. +config AD7793 + tristate "Analog Devices AD7793 and similar ADCs driver" + depends on SPI + select AD_SIGMA_DELTA + help + Say yes here to build support for Analog Devices AD7785, AD7792, AD7793, + AD7794 and AD7795 SPI analog to digital converters (ADC). + If unsure, say N (but it's safe to say "Y"). + + To compile this driver as a module, choose M here: the + module will be called AD7793. + config AD7476 tristate "Analog Devices AD7476 and similar 1-channel ADCs driver" depends on SPI |