iio: mxc4005: add data ready trigger for mxc4005
[linux-2.6-block.git] / drivers / iio / adc / Kconfig
CommitLineData
0e589d5f
MR
1#
2# ADC drivers
3#
3edc84e6
LPC
4# When adding new entries keep the list in alphabetical order
5
0e589d5f
MR
6menu "Analog to digital converters"
7
af300848
LPC
8config AD_SIGMA_DELTA
9 tristate
10 select IIO_BUFFER
11 select IIO_TRIGGERED_BUFFER
12
8ec4cf53
LPC
13config AD7266
14 tristate "Analog Devices AD7265/AD7266 ADC driver"
15 depends on SPI_MASTER
16 select IIO_BUFFER
17 select IIO_TRIGGER
18 select IIO_TRIGGERED_BUFFER
19 help
20 Say yes here to build support for Analog Devices AD7265 and AD7266
21 ADCs.
22
12ebb052
HK
23 To compile this driver as a module, choose M here: the module will be
24 called ad7266.
25
3b1cae7c
LPC
26config AD7291
27 tristate "Analog Devices AD7291 ADC driver"
28 depends on I2C
29 help
30 Say yes here to build support for Analog Devices AD7291
31 8 Channel ADC with temperature sensor.
32
33 To compile this driver as a module, choose M here: the
34 module will be called ad7291.
35
709ab36e
LPC
36config AD7298
37 tristate "Analog Devices AD7298 ADC driver"
38 depends on SPI
39 select IIO_BUFFER
40 select IIO_TRIGGERED_BUFFER
41 help
42 Say yes here to build support for Analog Devices AD7298
43 8 Channel ADC with temperature sensor.
44
45 To compile this driver as a module, choose M here: the
46 module will be called ad7298.
47
3edc84e6
LPC
48config AD7476
49 tristate "Analog Devices AD7476 and similar 1-channel ADCs driver"
0eac259d
CL
50 depends on SPI
51 select IIO_BUFFER
52 select IIO_TRIGGERED_BUFFER
53 help
3edc84e6
LPC
54 Say yes here to build support for Analog Devices AD7273, AD7274, AD7276,
55 AD7277, AD7278, AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468,
56 AD7495, AD7910, AD7920, AD7920 SPI analog to digital converters (ADC).
57
0eac259d 58 To compile this driver as a module, choose M here: the
3edc84e6 59 module will be called ad7476.
0eac259d 60
7b123c85
LPC
61config AD7791
62 tristate "Analog Devices AD7791 ADC driver"
63 depends on SPI
64 select AD_SIGMA_DELTA
65 help
66 Say yes here to build support for Analog Devices AD7787, AD7788, AD7789,
12ebb052 67 AD7790 and AD7791 SPI analog to digital converters (ADC).
7b123c85
LPC
68
69 To compile this driver as a module, choose M here: the module will be
70 called ad7791.
71
f87f1a23
LPC
72config AD7793
73 tristate "Analog Devices AD7793 and similar ADCs driver"
74 depends on SPI
75 select AD_SIGMA_DELTA
76 help
77 Say yes here to build support for Analog Devices AD7785, AD7792, AD7793,
78 AD7794 and AD7795 SPI analog to digital converters (ADC).
f87f1a23
LPC
79
80 To compile this driver as a module, choose M here: the
81 module will be called AD7793.
82
3edc84e6
LPC
83config AD7887
84 tristate "Analog Devices AD7887 ADC driver"
968f3d5b
LPC
85 depends on SPI
86 select IIO_BUFFER
87 select IIO_TRIGGERED_BUFFER
88 help
3edc84e6
LPC
89 Say yes here to build support for Analog Devices
90 AD7887 SPI analog to digital converter (ADC).
968f3d5b
LPC
91
92 To compile this driver as a module, choose M here: the
3edc84e6 93 module will be called ad7887.
968f3d5b 94
3edc84e6
LPC
95config AD7923
96 tristate "Analog Devices AD7923 and similar ADCs driver"
4eb3ccf1
LPC
97 depends on SPI
98 select IIO_BUFFER
99 select IIO_TRIGGERED_BUFFER
100 help
101 Say yes here to build support for Analog Devices
3edc84e6 102 AD7904, AD7914, AD7923, AD7924 4 Channel ADCs.
4eb3ccf1
LPC
103
104 To compile this driver as a module, choose M here: the
3edc84e6 105 module will be called ad7923.
4eb3ccf1 106
bd75afaa
LPC
107config AD799X
108 tristate "Analog Devices AD799x ADC driver"
109 depends on I2C
110 select IIO_BUFFER
111 select IIO_TRIGGERED_BUFFER
112 help
113 Say yes here to build support for Analog Devices:
114 ad7991, ad7995, ad7999, ad7992, ad7993, ad7994, ad7997, ad7998
115 i2c analog to digital converters (ADC). Provides direct access
116 via sysfs.
117
12ebb052
HK
118 To compile this driver as a module, choose M here: the module will be
119 called ad799x.
120
0e589d5f
MR
121config AT91_ADC
122 tristate "Atmel AT91 ADC"
123 depends on ARCH_AT91
758ee467 124 depends on INPUT
0e589d5f 125 select IIO_BUFFER
90032e4e 126 select IIO_TRIGGERED_BUFFER
0e589d5f
MR
127 select SYSFS
128 help
129 Say yes here to build support for Atmel AT91 ADC.
130
12ebb052
HK
131 To compile this driver as a module, choose M here: the module will be
132 called at91_adc.
133
de89bd7f
JP
134config AXP288_ADC
135 tristate "X-Powers AXP288 ADC driver"
136 depends on MFD_AXP20X
137 help
138 Say yes here to have support for X-Powers power management IC (PMIC) ADC
139 device. Depending on platform configuration, this general purpose ADC can
140 be used for sampling sensors such as thermal resistors.
141
12ebb052
HK
142 To compile this driver as a module, choose M here: the module will be
143 called axp288_adc.
144
70f19379
AT
145config BERLIN2_ADC
146 tristate "Marvell Berlin2 ADC driver"
147 depends on ARCH_BERLIN
148 help
149 Marvell Berlin2 ADC driver. This ADC has 8 channels, with one used for
150 temperature measurement.
151
47d5e30a
HK
152config CC10001_ADC
153 tristate "Cosmic Circuits 10001 ADC driver"
154 depends on HAS_IOMEM && HAVE_CLK && REGULATOR
155 select IIO_BUFFER
156 select IIO_TRIGGERED_BUFFER
157 help
158 Say yes here to build support for Cosmic Circuits 10001 ADC.
159
160 This driver can also be built as a module. If so, the module will be
161 called cc10001_adc.
162
ed5f07b3
AT
163config DA9150_GPADC
164 tristate "Dialog DA9150 GPADC driver support"
165 depends on MFD_DA9150
166 help
167 Say yes here to build support for Dialog DA9150 GPADC.
168
169 This driver can also be built as a module. If chosen, the module name
170 will be da9150-gpadc.
171
12ebb052
HK
172 To compile this driver as a module, choose M here: the module will be
173 called berlin2-adc.
174
10f5b148 175config EXYNOS_ADC
bbc28134 176 tristate "Exynos ADC driver support"
145b0a5d 177 depends on ARCH_EXYNOS || ARCH_S3C24XX || ARCH_S3C64XX || (OF && COMPILE_TEST)
10f5b148
NKC
178 help
179 Core support for the ADC block found in the Samsung EXYNOS series
180 of SoCs for drivers such as the touchscreen and hwmon to use to share
181 this resource.
182
12ebb052
HK
183 To compile this driver as a module, choose M here: the module will be
184 called exynos_adc.
185
f0347c36 186config LP8788_ADC
bbc28134 187 tristate "LP8788 ADC driver"
f0347c36
KM
188 depends on MFD_LP8788
189 help
190 Say yes here to build support for TI LP8788 ADC.
191
12ebb052
HK
192 To compile this driver as a module, choose M here: the module will be
193 called lp8788_adc.
194
fc167f62
PR
195config MAX1027
196 tristate "Maxim max1027 ADC driver"
197 depends on SPI
198 select IIO_BUFFER
199 select IIO_TRIGGERED_BUFFER
200 help
201 Say yes here to build support for Maxim SPI ADC models
202 max1027, max1029 and max1031.
203
12ebb052
HK
204 To compile this driver as a module, choose M here: the module will be
205 called max1027.
206
168c9d95
JC
207config MAX1363
208 tristate "Maxim max1363 ADC driver"
209 depends on I2C
168c9d95 210 select IIO_BUFFER
8a9f645f 211 select IIO_TRIGGERED_BUFFER
168c9d95
JC
212 help
213 Say yes here to build support for many Maxim i2c analog to digital
214 converters (ADC). (max1361, max1362, max1363, max1364, max1036,
215 max1037, max1038, max1039, max1136, max1136, max1137, max1138,
216 max1139, max1236, max1237, max11238, max1239, max11600, max11601,
217 max11602, max11603, max11604, max11605, max11606, max11607,
218 max11608, max11609, max11610, max11611, max11612, max11613,
219 max11614, max11615, max11616, max11617, max11644, max11645,
220 max11646, max11647) Provides direct access via sysfs and buffered
221 data via the iio dev interface.
222
12ebb052
HK
223 To compile this driver as a module, choose M here: the module will be
224 called max1363.
225
f5ce4a7a 226config MCP320X
ab280024 227 tristate "Microchip Technology MCP3x01/02/04/08"
f5ce4a7a
OA
228 depends on SPI
229 help
ab280024 230 Say yes here to build support for Microchip Technology's
f686a36b
AG
231 MCP3001, MCP3002, MCP3004, MCP3008, MCP3201, MCP3202, MCP3204,
232 MCP3208 or MCP3301 analog to digital converter.
f5ce4a7a
OA
233
234 This driver can also be built as a module. If so, the module will be
235 called mcp320x.
236
07914c84 237config MCP3422
2816ac64 238 tristate "Microchip Technology MCP3422/3/4/6/7/8 driver"
07914c84
AC
239 depends on I2C
240 help
2816ac64
AC
241 Say yes here to build support for Microchip Technology's
242 MCP3422, MCP3423, MCP3424, MCP3426, MCP3427 or MCP3428
243 analog to digital converters.
07914c84
AC
244
245 This driver can also be built as a module. If so, the module will be
246 called mcp3422.
247
74aeac4d
JT
248config MEN_Z188_ADC
249 tristate "MEN 16z188 ADC IP Core support"
250 depends on MCB
251 help
252 Say yes here to enable support for the MEN 16z188 ADC IP-Core on a MCB
253 carrier.
254
255 This driver can also be built as a module. If so, the module will be
256 called men_z188_adc.
257
8b20be87
AB
258config NAU7802
259 tristate "Nuvoton NAU7802 ADC driver"
260 depends on I2C
261 help
262 Say yes here to build support for Nuvoton NAU7802 ADC.
263
264 To compile this driver as a module, choose M here: the
265 module will be called nau7802.
266
ce069484
II
267config QCOM_SPMI_IADC
268 tristate "Qualcomm SPMI PMIC current ADC"
269 depends on SPMI
270 select REGMAP_SPMI
271 help
272 This is the IIO Current ADC driver for Qualcomm QPNP IADC Chip.
273
274 The driver supports single mode operation to read from one of two
275 channels (external or internal). Hardware have additional
276 channels internally used for gain and offset calibration.
277
278 To compile this driver as a module, choose M here: the module will
279 be called qcom-spmi-iadc.
280
0917de94
SV
281config QCOM_SPMI_VADC
282 tristate "Qualcomm SPMI PMIC voltage ADC"
283 depends on SPMI
284 select REGMAP_SPMI
285 help
286 This is the IIO Voltage ADC driver for Qualcomm QPNP VADC Chip.
287
288 The driver supports multiple channels read. The VADC is a 15-bit
289 sigma-delta ADC. Some of the channels are internally used for
290 calibration.
291
292 To compile this driver as a module, choose M here: the module will
293 be called qcom-spmi-vadc.
294
44d6f2ef
HS
295config ROCKCHIP_SARADC
296 tristate "Rockchip SARADC driver"
297 depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST)
298 help
299 Say yes here to build support for the SARADC found in SoCs from
300 Rockchip.
301
302 To compile this driver as a module, choose M here: the
303 module will be called rockchip_saradc.
304
bc0a409c
TR
305config TI_ADC081C
306 tristate "Texas Instruments ADC081C021/027"
307 depends on I2C
308 help
309 If you say yes here you get support for Texas Instruments ADC081C021
310 and ADC081C027 ADC chips.
311
312 This driver can also be built as a module. If so, the module will be
313 called ti-adc081c.
314
913b8646 315config TI_ADC128S052
2a67dfba 316 tristate "Texas Instruments ADC128S052/ADC122S021"
913b8646
AC
317 depends on SPI
318 help
319 If you say yes here you get support for Texas Instruments ADC128S052
2a67dfba 320 and ADC122S021 chips.
913b8646
AC
321
322 This driver can also be built as a module. If so, the module will be
323 called ti-adc128s052.
324
5e53a69b 325config TI_AM335X_ADC
be85697b 326 tristate "TI's AM335X ADC driver"
5e53a69b 327 depends on MFD_TI_AM335X_TSCADC
09f33c33 328 select IIO_BUFFER
ca9a5638 329 select IIO_KFIFO_BUF
5e53a69b
PR
330 help
331 Say yes here to build support for Texas Instruments ADC
332 driver which is also a MFD client.
333
12ebb052
HK
334 To compile this driver as a module, choose M here: the module will be
335 called ti_am335x_adc.
336
b2931b98
SR
337config TWL4030_MADC
338 tristate "TWL4030 MADC (Monitoring A/D Converter)"
339 depends on TWL4030_CORE
340 help
12ebb052
HK
341 This driver provides support for Triton TWL4030-MADC. The
342 driver supports both RT and SW conversion methods.
b2931b98 343
12ebb052
HK
344 This driver can also be built as a module. If so, the module will be
345 called twl4030-madc.
b2931b98 346
1696f364
OK
347config TWL6030_GPADC
348 tristate "TWL6030 GPADC (General Purpose A/D Converter) Support"
349 depends on TWL4030_CORE
350 default n
351 help
352 Say yes here if you want support for the TWL6030/TWL6032 General
353 Purpose A/D Converter. This will add support for battery type
354 detection, battery voltage and temperature measurement, die
355 temperature measurement, system supply voltage, audio accessory,
356 USB ID detection.
357
358 This driver can also be built as a module. If so, the module will be
359 called twl6030-gpadc.
360
a7754276
FD
361config VF610_ADC
362 tristate "Freescale vf610 ADC driver"
363 depends on OF
0010d6b4
SM
364 select IIO_BUFFER
365 select IIO_TRIGGERED_BUFFER
a7754276
FD
366 help
367 Say yes here to support for Vybrid board analog-to-digital converter.
368 Since the IP is used for i.MX6SLX, the driver also support i.MX6SLX.
369
370 This driver can also be built as a module. If so, the module will be
371 called vf610_adc.
372
ffd8a6e7
LP
373config VIPERBOARD_ADC
374 tristate "Viperboard ADC support"
375 depends on MFD_VIPERBOARD && USB
376 help
377 Say yes here to access the ADC part of the Nano River
378 Technologies Viperboard.
379
12ebb052
HK
380 To compile this driver as a module, choose M here: the module will be
381 called viperboard_adc.
382
bdc8cda1
LPC
383config XILINX_XADC
384 tristate "Xilinx XADC driver"
385 depends on ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST
386 depends on HAS_IOMEM
387 select IIO_BUFFER
388 select IIO_TRIGGERED_BUFFER
389 help
390 Say yes here to have support for the Xilinx XADC. The driver does support
391 both the ZYNQ interface to the XADC as well as the AXI-XADC interface.
392
393 The driver can also be build as a module. If so, the module will be called
394 xilinx-xadc.
395
0e589d5f 396endmenu