blob: f98c493efff8c437b2a4b5268fcdd5a88ccfe4e4 [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
34 tristate "Analog Devices AD7475/6/7/8 AD7466/7/8 and AD7495 ADC driver"
35 depends on SPI
36 select IIO_BUFFER
37 select IIO_TRIGGERED_BUFFER
38 help
39 Say yes here to build support for Analog Devices
40 AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468, AD7495
41 SPI analog to digital converters (ADC).
42 If unsure, say N (but it's safe to say "Y").
43
44 To compile this driver as a module, choose M here: the
45 module will be called ad7476.
46
Maxime Ripard0e589d52012-05-11 15:35:33 +020047config AT91_ADC
48 tristate "Atmel AT91 ADC"
49 depends on ARCH_AT91
50 select IIO_BUFFER
Lars-Peter Clausen90032e42012-06-18 18:33:49 +020051 select IIO_TRIGGERED_BUFFER
Maxime Ripard0e589d52012-05-11 15:35:33 +020052 select SYSFS
53 help
54 Say yes here to build support for Atmel AT91 ADC.
55
56endmenu