Kconfig (8b20be87e10bdacdc4acf313a380a042ee9a2912) Kconfig (3edc84e6054616b87a3d155fe65fa51f2eae82aa)
1#
2# ADC drivers
3#
1#
2# ADC drivers
3#
4# When adding new entries keep the list in alphabetical order
5
4menu "Analog to digital converters"
5
6config AD_SIGMA_DELTA
7 tristate
8 select IIO_BUFFER
9 select IIO_TRIGGERED_BUFFER
10
11config AD7266

--- 13 unchanged lines hidden (view full) ---

25 select IIO_TRIGGERED_BUFFER
26 help
27 Say yes here to build support for Analog Devices AD7298
28 8 Channel ADC with temperature sensor.
29
30 To compile this driver as a module, choose M here: the
31 module will be called ad7298.
32
6menu "Analog to digital converters"
7
8config AD_SIGMA_DELTA
9 tristate
10 select IIO_BUFFER
11 select IIO_TRIGGERED_BUFFER
12
13config AD7266

--- 13 unchanged lines hidden (view full) ---

27 select IIO_TRIGGERED_BUFFER
28 help
29 Say yes here to build support for Analog Devices AD7298
30 8 Channel ADC with temperature sensor.
31
32 To compile this driver as a module, choose M here: the
33 module will be called ad7298.
34
33config AD7923
34 tristate "Analog Devices AD7923 and similar ADCs driver"
35config AD7476
36 tristate "Analog Devices AD7476 and similar 1-channel ADCs driver"
35 depends on SPI
36 select IIO_BUFFER
37 select IIO_TRIGGERED_BUFFER
38 help
37 depends on SPI
38 select IIO_BUFFER
39 select IIO_TRIGGERED_BUFFER
40 help
39 Say yes here to build support for Analog Devices
40 AD7904, AD7914, AD7923, AD7924 4 Channel ADCs.
41 Say yes here to build support for Analog Devices AD7273, AD7274, AD7276,
42 AD7277, AD7278, AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468,
43 AD7495, AD7910, AD7920, AD7920 SPI analog to digital converters (ADC).
41
44
45 If unsure, say N (but it's safe to say "Y").
46
42 To compile this driver as a module, choose M here: the
47 To compile this driver as a module, choose M here: the
43 module will be called ad7923.
48 module will be called ad7476.
44
45config AD7791
46 tristate "Analog Devices AD7791 ADC driver"
47 depends on SPI
48 select AD_SIGMA_DELTA
49 help
50 Say yes here to build support for Analog Devices AD7787, AD7788, AD7789,
51 AD7790 and AD7791 SPI analog to digital converters (ADC). If unsure, say

--- 9 unchanged lines hidden (view full) ---

61 help
62 Say yes here to build support for Analog Devices AD7785, AD7792, AD7793,
63 AD7794 and AD7795 SPI analog to digital converters (ADC).
64 If unsure, say N (but it's safe to say "Y").
65
66 To compile this driver as a module, choose M here: the
67 module will be called AD7793.
68
49
50config AD7791
51 tristate "Analog Devices AD7791 ADC driver"
52 depends on SPI
53 select AD_SIGMA_DELTA
54 help
55 Say yes here to build support for Analog Devices AD7787, AD7788, AD7789,
56 AD7790 and AD7791 SPI analog to digital converters (ADC). If unsure, say

--- 9 unchanged lines hidden (view full) ---

66 help
67 Say yes here to build support for Analog Devices AD7785, AD7792, AD7793,
68 AD7794 and AD7795 SPI analog to digital converters (ADC).
69 If unsure, say N (but it's safe to say "Y").
70
71 To compile this driver as a module, choose M here: the
72 module will be called AD7793.
73
69config AD7476
70 tristate "Analog Devices AD7476 and similar 1-channel ADCs driver"
74config AD7887
75 tristate "Analog Devices AD7887 ADC driver"
71 depends on SPI
72 select IIO_BUFFER
73 select IIO_TRIGGERED_BUFFER
74 help
76 depends on SPI
77 select IIO_BUFFER
78 select IIO_TRIGGERED_BUFFER
79 help
75 Say yes here to build support for Analog Devices AD7273, AD7274, AD7276,
76 AD7277, AD7278, AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468,
77 AD7495, AD7910, AD7920, AD7920 SPI analog to digital converters (ADC).
78
80 Say yes here to build support for Analog Devices
81 AD7887 SPI analog to digital converter (ADC).
79 If unsure, say N (but it's safe to say "Y").
80
81 To compile this driver as a module, choose M here: the
82 If unsure, say N (but it's safe to say "Y").
83
84 To compile this driver as a module, choose M here: the
82 module will be called ad7476.
85 module will be called ad7887.
83
86
84config AD7887
85 tristate "Analog Devices AD7887 ADC driver"
87config AD7923
88 tristate "Analog Devices AD7923 and similar ADCs driver"
86 depends on SPI
87 select IIO_BUFFER
88 select IIO_TRIGGERED_BUFFER
89 help
90 Say yes here to build support for Analog Devices
89 depends on SPI
90 select IIO_BUFFER
91 select IIO_TRIGGERED_BUFFER
92 help
93 Say yes here to build support for Analog Devices
91 AD7887 SPI analog to digital converter (ADC).
92 If unsure, say N (but it's safe to say "Y").
94 AD7904, AD7914, AD7923, AD7924 4 Channel ADCs.
93
94 To compile this driver as a module, choose M here: the
95
96 To compile this driver as a module, choose M here: the
95 module will be called ad7887.
97 module will be called ad7923.
96
97config AT91_ADC
98 tristate "Atmel AT91 ADC"
99 depends on ARCH_AT91
100 select IIO_BUFFER
101 select IIO_TRIGGERED_BUFFER
102 select SYSFS
103 help

--- 76 unchanged lines hidden ---
98
99config AT91_ADC
100 tristate "Atmel AT91 ADC"
101 depends on ARCH_AT91
102 select IIO_BUFFER
103 select IIO_TRIGGERED_BUFFER
104 select SYSFS
105 help

--- 76 unchanged lines hidden ---