]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/iio/adc/Kconfig
input: TSC: ti_tsc: Convert TSC into a MFDevice
[mirror_ubuntu-artful-kernel.git] / drivers / iio / adc / Kconfig
CommitLineData
0e589d5f
MR
1#
2# ADC drivers
3#
4menu "Analog to digital converters"
5
af300848
LPC
6config AD_SIGMA_DELTA
7 tristate
8 select IIO_BUFFER
9 select IIO_TRIGGERED_BUFFER
10
8ec4cf53
LPC
11config 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
7b123c85
LPC
21config 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
968f3d5b 33config AD7476
ac5332b1 34 tristate "Analog Devices AD7476 and similar 1-channel ADCs driver"
968f3d5b
LPC
35 depends on SPI
36 select IIO_BUFFER
37 select IIO_TRIGGERED_BUFFER
38 help
c26cc89e
LPC
39 Say yes here to build support for Analog Devices AD7273, AD7274, AD7276,
40 AD7277, AD7278, AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468,
41 AD7495, AD7910, AD7920, AD7920 SPI analog to digital converters (ADC).
ac5332b1 42
968f3d5b
LPC
43 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
0e589d5f
MR
48config AT91_ADC
49 tristate "Atmel AT91 ADC"
50 depends on ARCH_AT91
51 select IIO_BUFFER
90032e4e 52 select IIO_TRIGGERED_BUFFER
0e589d5f
MR
53 select SYSFS
54 help
55 Say yes here to build support for Atmel AT91 ADC.
56
f0347c36
KM
57config LP8788_ADC
58 bool "LP8788 ADC driver"
59 depends on MFD_LP8788
60 help
61 Say yes here to build support for TI LP8788 ADC.
62
0e589d5f 63endmenu