blob: c71a0009cc79a348e3a2758bc0f848f30520d034 [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
Lars-Peter Clausen968f3d52012-09-10 09:34:00 +010033config AD7476
Lars-Peter Clausenac5332b2012-09-10 09:34:00 +010034 tristate "Analog Devices AD7476 and similar 1-channel ADCs driver"
Lars-Peter Clausen968f3d52012-09-10 09:34:00 +010035 depends on SPI
36 select IIO_BUFFER
37 select IIO_TRIGGERED_BUFFER
38 help
Lars-Peter Clausenac5332b2012-09-10 09:34:00 +010039 Say yes here to build support for Analog Devices AD7475, AD7476, AD7477,
40 AD7478, AD7466, AD7467, AD7468, AD7495, AD7910, AD7920 SPI analog to
41 digital converters (ADC).
42
Lars-Peter Clausen968f3d52012-09-10 09:34:00 +010043 If unsure, say N (but it's safe to say "Y").
44
45 To compile this driver as a module, choose M here: the
46 module will be called ad7476.
47
Maxime Ripard0e589d52012-05-11 15:35:33 +020048config AT91_ADC
49 tristate "Atmel AT91 ADC"
50 depends on ARCH_AT91
51 select IIO_BUFFER
Lars-Peter Clausen90032e42012-06-18 18:33:49 +020052 select IIO_TRIGGERED_BUFFER
Maxime Ripard0e589d52012-05-11 15:35:33 +020053 select SYSFS
54 help
55 Say yes here to build support for Atmel AT91 ADC.
56
57endmenu