blob: d0ae71ec2aa04d16b7cb63e693acb80e271ca827 [file] [log] [blame]
Maxime Ripard0e589d52012-05-11 15:35:33 +02001#
2# ADC drivers
3#
4menu "Analog to digital converters"
5
Lars-Peter Clausenaf300842012-08-10 17:36:00 +01006config AD_SIGMA_DELTA
7 tristate
8 select IIO_BUFFER
9 select IIO_TRIGGERED_BUFFER
10
Lars-Peter Clausen8ec4cf52012-06-25 14:52:49 +020011config AD7266
12 tristate "Analog Devices AD7265/AD7266 ADC driver"
13 depends on SPI_MASTER
14 select IIO_BUFFER
15 select IIO_TRIGGER
16 select IIO_TRIGGERED_BUFFER
17 help
18 Say yes here to build support for Analog Devices AD7265 and AD7266
19 ADCs.
20
Lars-Peter Clausen7b123c82012-09-04 16:26:00 +010021config AD7791
22 tristate "Analog Devices AD7791 ADC driver"
23 depends on SPI
24 select AD_SIGMA_DELTA
25 help
26 Say yes here to build support for Analog Devices AD7787, AD7788, AD7789,
27 AD7790 and AD7791 SPI analog to digital converters (ADC). If unsure, say
28 N (but it is safe to say "Y").
29
30 To compile this driver as a module, choose M here: the module will be
31 called ad7791.
32
Maxime Ripard0e589d52012-05-11 15:35:33 +020033config AT91_ADC
34 tristate "Atmel AT91 ADC"
35 depends on ARCH_AT91
36 select IIO_BUFFER
Lars-Peter Clausen90032e42012-06-18 18:33:49 +020037 select IIO_TRIGGERED_BUFFER
Maxime Ripard0e589d52012-05-11 15:35:33 +020038 select SYSFS
39 help
40 Say yes here to build support for Atmel AT91 ADC.
41
42endmenu