|
@@ -45,6 +45,19 @@ config AD7476
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
module will be called ad7476.
|
|
|
|
|
|
+config AD7887
|
|
|
+ tristate "Analog Devices AD7887 ADC driver"
|
|
|
+ depends on SPI
|
|
|
+ select IIO_BUFFER
|
|
|
+ select IIO_TRIGGERED_BUFFER
|
|
|
+ help
|
|
|
+ Say yes here to build support for Analog Devices
|
|
|
+ AD7887 SPI analog to digital converter (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 ad7887.
|
|
|
+
|
|
|
config AT91_ADC
|
|
|
tristate "Atmel AT91 ADC"
|
|
|
depends on ARCH_AT91
|