blob: a2c50713b0b68d2d61107b5941c7b08655c528eb [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
Maxime Ripard0e589d52012-05-11 15:35:33 +020021config AT91_ADC
22 tristate "Atmel AT91 ADC"
23 depends on ARCH_AT91
24 select IIO_BUFFER
Lars-Peter Clausen90032e42012-06-18 18:33:49 +020025 select IIO_TRIGGERED_BUFFER
Maxime Ripard0e589d52012-05-11 15:35:33 +020026 select SYSFS
27 help
28 Say yes here to build support for Atmel AT91 ADC.
29
30endmenu