blob: f4da821c402244c09e5a72a273a8956607dca970 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Maxime Ripard0e589d52012-05-11 15:35:33 +02002#
3# ADC drivers
4#
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +01005# When adding new entries keep the list in alphabetical order
6
Maxime Ripard0e589d52012-05-11 15:35:33 +02007menu "Analog to digital converters"
8
Linus Walleij07063bb2019-10-11 09:18:04 +02009config AB8500_GPADC
10 bool "ST-Ericsson AB8500 GPADC driver"
11 depends on AB8500_CORE && REGULATOR_AB8500
12 default y
13 help
14 AB8500 Analog Baseband, mixed signal integrated circuit GPADC
15 (General Purpose Analog to Digital Converter) driver used to monitor
16 internal voltages, convert accessory and battery, AC (charger, mains)
17 and USB voltages integral to the U8500 platform.
18
Lars-Peter Clausenaf300842012-08-10 17:36:00 +010019config AD_SIGMA_DELTA
20 tristate
21 select IIO_BUFFER
22 select IIO_TRIGGERED_BUFFER
23
Beniamin Bia7c93f542019-12-03 12:17:13 +020024config AD7091R5
25 tristate "Analog Devices AD7091R5 ADC Driver"
26 depends on I2C
27 select REGMAP_I2C
28 help
29 Say yes here to build support for Analog Devices AD7091R-5 ADC.
30
Stefan Popab3af3412018-11-13 13:21:32 +020031config AD7124
32 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver"
33 depends on SPI_MASTER
34 select AD_SIGMA_DELTA
35 help
36 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8
37 SPI analog to digital converters (ADC).
38
39 To compile this driver as a module, choose M here: the module will be
40 called ad7124.
41
Alexandru Tachicib581f742020-02-12 18:17:21 +020042config AD7192
43 tristate "Analog Devices AD7190 AD7192 AD7193 AD7195 ADC driver"
44 depends on SPI
45 select AD_SIGMA_DELTA
46 help
47 Say yes here to build support for Analog Devices AD7190,
48 AD7192, AD7193 or AD7195 SPI analog to digital converters (ADC).
49 If unsure, say N (but it's safe to say "Y").
50
51 To compile this driver as a module, choose M here: the
52 module will be called ad7192.
53
Lars-Peter Clausen8ec4cf52012-06-25 14:52:49 +020054config AD7266
55 tristate "Analog Devices AD7265/AD7266 ADC driver"
56 depends on SPI_MASTER
57 select IIO_BUFFER
58 select IIO_TRIGGER
59 select IIO_TRIGGERED_BUFFER
60 help
61 Say yes here to build support for Analog Devices AD7265 and AD7266
62 ADCs.
63
Hartmut Knaack12ebb052015-06-21 12:18:09 +020064 To compile this driver as a module, choose M here: the module will be
65 called ad7266.
66
Lars-Peter Clausen3b1cae72014-06-30 09:50:00 +010067config AD7291
68 tristate "Analog Devices AD7291 ADC driver"
69 depends on I2C
70 help
71 Say yes here to build support for Analog Devices AD7291
72 8 Channel ADC with temperature sensor.
73
74 To compile this driver as a module, choose M here: the
75 module will be called ad7291.
76
Marcelo Schmitt506d2e32019-11-08 10:56:50 -030077config AD7292
78 tristate "Analog Devices AD7292 ADC driver"
79 depends on SPI
80 help
81 Say yes here to build support for Analog Devices AD7292
82 8 Channel ADC with temperature sensor.
83
84 To compile this driver as a module, choose M here: the
85 module will be called ad7292.
86
Lars-Peter Clausen709ab362012-11-17 11:42:59 +000087config AD7298
88 tristate "Analog Devices AD7298 ADC driver"
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 AD7298
94 8 Channel ADC with temperature sensor.
95
96 To compile this driver as a module, choose M here: the
97 module will be called ad7298.
98
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +010099config AD7476
Ricardo Ribalda Delgado77c5a7f2019-02-04 13:44:41 +0100100 tristate "Analog Devices AD7476 1-channel ADCs driver and other similar devices from AD an TI"
Christophe Leroy0eac2592013-02-13 06:47:00 +0000101 depends on SPI
102 select IIO_BUFFER
103 select IIO_TRIGGERED_BUFFER
104 help
Ricardo Ribalda Delgado77c5a7f2019-02-04 13:44:41 +0100105 Say yes here to build support for the following SPI analog to
106 digital converters (ADCs):
107 Analog Devices: AD7273, AD7274, AD7276, AD7277, AD7278, AD7475,
108 AD7476, AD7477, AD7478, AD7466, AD7467, AD7468, AD7495, AD7910,
109 AD7920.
110 Texas Instruments: ADS7866, ADS7867, ADS7868.
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +0100111
Christophe Leroy0eac2592013-02-13 06:47:00 +0000112 To compile this driver as a module, choose M here: the
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +0100113 module will be called ad7476.
Christophe Leroy0eac2592013-02-13 06:47:00 +0000114
Stefan Popa2985a5d2018-12-17 14:23:39 +0200115config AD7606
116 tristate
117 select IIO_BUFFER
118 select IIO_TRIGGERED_BUFFER
119
120config AD7606_IFACE_PARALLEL
121 tristate "Analog Devices AD7606 ADC driver with parallel interface support"
122 depends on HAS_IOMEM
123 select AD7606
124 help
125 Say yes here to build parallel interface support for Analog Devices:
126 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC).
127
128 To compile this driver as a module, choose M here: the
129 module will be called ad7606_parallel.
130
131config AD7606_IFACE_SPI
132 tristate "Analog Devices AD7606 ADC driver with spi interface support"
133 depends on SPI
134 select AD7606
135 help
136 Say yes here to build spi interface support for Analog Devices:
137 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC).
138
139 To compile this driver as a module, choose M here: the
140 module will be called ad7606_spi.
141
Lars-Peter Clausenaa16c6b2016-09-23 17:19:44 +0200142config AD7766
143 tristate "Analog Devices AD7766/AD7767 ADC driver"
144 depends on SPI_MASTER
145 select IIO_BUFFER
146 select IIO_TRIGGERED_BUFFER
147 help
148 Say yes here to build support for Analog Devices AD7766, AD7766-1,
149 AD7766-2, AD7767, AD7767-1, AD7767-2 SPI analog to digital converters.
150
151 To compile this driver as a module, choose M here: the module will be
152 called ad7766.
153
Stefan Popaa5f8c7d2019-01-31 18:20:51 +0200154config AD7768_1
155 tristate "Analog Devices AD7768-1 ADC driver"
156 depends on SPI
157 select IIO_BUFFER
158 select IIO_TRIGGER
159 select IIO_TRIGGERED_BUFFER
160 help
161 Say yes here to build support for Analog Devices AD7768-1 SPI
162 simultaneously sampling sigma-delta analog to digital converter (ADC).
163
164 To compile this driver as a module, choose M here: the module will be
165 called ad7768-1.
166
Renato Lui Geh9fb27f82019-03-15 23:15:55 -0300167config AD7780
168 tristate "Analog Devices AD7780 and similar ADCs driver"
169 depends on SPI
170 depends on GPIOLIB || COMPILE_TEST
171 select AD_SIGMA_DELTA
172 help
173 Say yes here to build support for Analog Devices AD7170, AD7171,
174 AD7780 and AD7781 SPI analog to digital converters (ADC).
175
176 To compile this driver as a module, choose M here: the
177 module will be called ad7780.
178
Lars-Peter Clausen7b123c82012-09-04 16:26:00 +0100179config AD7791
180 tristate "Analog Devices AD7791 ADC driver"
181 depends on SPI
182 select AD_SIGMA_DELTA
183 help
184 Say yes here to build support for Analog Devices AD7787, AD7788, AD7789,
Hartmut Knaack12ebb052015-06-21 12:18:09 +0200185 AD7790 and AD7791 SPI analog to digital converters (ADC).
Lars-Peter Clausen7b123c82012-09-04 16:26:00 +0100186
187 To compile this driver as a module, choose M here: the module will be
188 called ad7791.
189
Lars-Peter Clausenf87f1a22012-11-21 16:27:00 +0000190config AD7793
191 tristate "Analog Devices AD7793 and similar ADCs driver"
192 depends on SPI
193 select AD_SIGMA_DELTA
194 help
195 Say yes here to build support for Analog Devices AD7785, AD7792, AD7793,
196 AD7794 and AD7795 SPI analog to digital converters (ADC).
Lars-Peter Clausenf87f1a22012-11-21 16:27:00 +0000197
198 To compile this driver as a module, choose M here: the
199 module will be called AD7793.
200
Lars-Peter Clausen4eb3ccf2012-11-05 09:56:00 +0000201config AD7887
202 tristate "Analog Devices AD7887 ADC driver"
203 depends on SPI
204 select IIO_BUFFER
205 select IIO_TRIGGERED_BUFFER
206 help
207 Say yes here to build support for Analog Devices
208 AD7887 SPI analog to digital converter (ADC).
Lars-Peter Clausen4eb3ccf2012-11-05 09:56:00 +0000209
210 To compile this driver as a module, choose M here: the
211 module will be called ad7887.
212
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +0100213config AD7923
214 tristate "Analog Devices AD7923 and similar ADCs driver"
215 depends on SPI
216 select IIO_BUFFER
217 select IIO_TRIGGERED_BUFFER
218 help
219 Say yes here to build support for Analog Devices
220 AD7904, AD7914, AD7923, AD7924 4 Channel ADCs.
221
222 To compile this driver as a module, choose M here: the
223 module will be called ad7923.
224
Charles-Antoine Couret7f40e062018-10-22 23:02:42 +0200225config AD7949
226 tristate "Analog Devices AD7949 and similar ADCs driver"
227 depends on SPI
228 help
229 Say yes here to build support for Analog Devices
230 AD7949, AD7682, AD7689 8 Channel ADCs.
231
232 To compile this driver as a module, choose M here: the
233 module will be called ad7949.
234
Lars-Peter Clausenbd75afa2014-10-03 10:31:00 +0100235config AD799X
236 tristate "Analog Devices AD799x ADC driver"
237 depends on I2C
238 select IIO_BUFFER
239 select IIO_TRIGGERED_BUFFER
240 help
241 Say yes here to build support for Analog Devices:
242 ad7991, ad7995, ad7999, ad7992, ad7993, ad7994, ad7997, ad7998
243 i2c analog to digital converters (ADC). Provides direct access
244 via sysfs.
245
Hartmut Knaack12ebb052015-06-21 12:18:09 +0200246 To compile this driver as a module, choose M here: the module will be
247 called ad799x.
248
Rick Altherr57380322017-03-28 14:52:59 -0700249config ASPEED_ADC
250 tristate "Aspeed ADC"
251 depends on ARCH_ASPEED || COMPILE_TEST
252 depends on COMMON_CLK
253 help
254 If you say yes here you get support for the ADC included in Aspeed
255 BMC SoCs.
256
257 To compile this driver as a module, choose M here: the module will be
258 called aspeed_adc.
259
Maxime Ripard0e589d52012-05-11 15:35:33 +0200260config AT91_ADC
261 tristate "Atmel AT91 ADC"
262 depends on ARCH_AT91
Randy Dunlapea9170e2018-01-14 21:11:05 -0800263 depends on INPUT && SYSFS
Maxime Ripard0e589d52012-05-11 15:35:33 +0200264 select IIO_BUFFER
Lars-Peter Clausen90032e42012-06-18 18:33:49 +0200265 select IIO_TRIGGERED_BUFFER
Maxime Ripard0e589d52012-05-11 15:35:33 +0200266 help
267 Say yes here to build support for Atmel AT91 ADC.
268
Hartmut Knaack12ebb052015-06-21 12:18:09 +0200269 To compile this driver as a module, choose M here: the module will be
270 called at91_adc.
271
Ludovic Desroches27e17712016-01-14 16:38:13 +0100272config AT91_SAMA5D2_ADC
273 tristate "Atmel AT91 SAMA5D2 ADC"
Ludovic Desrochesb9cd7a22016-01-15 09:54:18 +0100274 depends on ARCH_AT91 || COMPILE_TEST
Krzysztof Kozlowskie84a41d2016-03-04 10:05:26 +0900275 depends on HAS_IOMEM
Eugen Hristev76974ef2018-04-16 09:54:03 +0300276 select IIO_BUFFER
Arnd Bergmann3f09b8d2017-08-15 16:46:31 +0200277 select IIO_TRIGGERED_BUFFER
Ludovic Desroches27e17712016-01-14 16:38:13 +0100278 help
279 Say yes here to build support for Atmel SAMA5D2 ADC which is
280 available on SAMA5D2 SoC family.
281
282 To compile this driver as a module, choose M here: the module will be
283 called at91-sama5d2_adc.
284
Quentin Schulz0e34d5d2017-04-04 08:34:41 +0200285config AXP20X_ADC
286 tristate "X-Powers AXP20X and AXP22X ADC driver"
287 depends on MFD_AXP20X
288 help
289 Say yes here to have support for X-Powers power management IC (PMIC)
290 AXP20X and AXP22X ADC devices.
291
292 To compile this driver as a module, choose M here: the module will be
293 called axp20x_adc.
294
Jacob Pande89bd72014-10-06 21:17:15 -0700295config AXP288_ADC
296 tristate "X-Powers AXP288 ADC driver"
297 depends on MFD_AXP20X
298 help
299 Say yes here to have support for X-Powers power management IC (PMIC) ADC
300 device. Depending on platform configuration, this general purpose ADC can
301 be used for sampling sensors such as thermal resistors.
302
Hartmut Knaack12ebb052015-06-21 12:18:09 +0200303 To compile this driver as a module, choose M here: the module will be
304 called axp288_adc.
305
Raveendra Padasalagi4324c972016-06-28 13:10:35 +0530306config BCM_IPROC_ADC
307 tristate "Broadcom IPROC ADC driver"
308 depends on ARCH_BCM_IPROC || COMPILE_TEST
309 depends on MFD_SYSCON
310 default ARCH_BCM_CYGNUS
311 help
312 Say Y here if you want to add support for the Broadcom static
313 ADC driver.
314
315 Broadcom iProc ADC driver. Broadcom iProc ADC controller has 8
316 channels. The driver allows the user to read voltage values.
317
Antoine Tenart70f19372015-05-18 11:19:18 +0200318config BERLIN2_ADC
319 tristate "Marvell Berlin2 ADC driver"
320 depends on ARCH_BERLIN
321 help
322 Marvell Berlin2 ADC driver. This ADC has 8 channels, with one used for
323 temperature measurement.
324
Hartmut Knaack47d5e302015-06-21 12:15:51 +0200325config CC10001_ADC
326 tristate "Cosmic Circuits 10001 ADC driver"
327 depends on HAS_IOMEM && HAVE_CLK && REGULATOR
328 select IIO_BUFFER
329 select IIO_TRIGGERED_BUFFER
330 help
331 Say yes here to build support for Cosmic Circuits 10001 ADC.
332
333 This driver can also be built as a module. If so, the module will be
334 called cc10001_adc.
335
Tony Lindgren25ec2492017-03-23 20:38:42 -0700336config CPCAP_ADC
337 tristate "Motorola CPCAP PMIC ADC driver"
338 depends on MFD_CPCAP
339 select IIO_BUFFER
340 select IIO_TRIGGERED_BUFFER
341 help
342 Say yes here to build support for Motorola CPCAP PMIC ADC.
343
344 This driver can also be built as a module. If so, the module will be
345 called cpcap-adc.
346
Adam Thomsoned5f07b2015-02-18 14:08:28 +0000347config DA9150_GPADC
348 tristate "Dialog DA9150 GPADC driver support"
349 depends on MFD_DA9150
350 help
351 Say yes here to build support for Dialog DA9150 GPADC.
352
353 This driver can also be built as a module. If chosen, the module name
354 will be da9150-gpadc.
355
Hartmut Knaack12ebb052015-06-21 12:18:09 +0200356 To compile this driver as a module, choose M here: the module will be
357 called berlin2-adc.
358
Jack Andersen7c0299e2017-07-06 12:39:33 -1000359config DLN2_ADC
360 tristate "Diolan DLN-2 ADC driver support"
361 depends on MFD_DLN2
Randy Dunlap5151b4a2017-10-07 16:53:20 -0700362 select IIO_BUFFER
363 select IIO_TRIGGERED_BUFFER
Jack Andersen7c0299e2017-07-06 12:39:33 -1000364 help
365 Say yes here to build support for Diolan DLN-2 ADC.
366
367 This driver can also be built as a module. If so, the module will be
368 called adc_dln2.
369
Peter Rosinb475f802016-11-08 12:58:58 +0100370config ENVELOPE_DETECTOR
371 tristate "Envelope detector using a DAC and a comparator"
372 depends on OF
373 help
374 Say yes here to build support for an envelope detector using a DAC
375 and a comparator.
376
377 To compile this driver as a module, choose M here: the module will be
378 called envelope-detector.
379
Alexander Sverdlin86142062017-07-24 22:51:45 +0200380config EP93XX_ADC
381 tristate "Cirrus Logic EP93XX ADC driver"
382 depends on ARCH_EP93XX
383 help
384 Driver for the ADC module on the EP93XX series of SoC from Cirrus Logic.
385 It's recommended to switch on CONFIG_HIGH_RES_TIMERS option, in this
386 case driver will reduce its CPU usage by 90% in some use cases.
387
388 To compile this driver as a module, choose M here: the module will be
389 called ep93xx_adc.
390
Naveen Krishna Chatradhi10f5b142013-02-15 06:56:00 +0000391config EXYNOS_ADC
Doug Andersonbbc28132014-04-22 01:03:00 +0100392 tristate "Exynos ADC driver support"
Jonathan Bakkerd1655c72018-12-07 20:11:35 +0100393 depends on ARCH_EXYNOS || ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5PV210 || (OF && COMPILE_TEST)
Richard Weinberger0165c302016-01-25 23:24:05 +0100394 depends on HAS_IOMEM
Naveen Krishna Chatradhi10f5b142013-02-15 06:56:00 +0000395 help
396 Core support for the ADC block found in the Samsung EXYNOS series
397 of SoCs for drivers such as the touchscreen and hwmon to use to share
398 this resource.
399
Hartmut Knaack12ebb052015-06-21 12:18:09 +0200400 To compile this driver as a module, choose M here: the module will be
401 called exynos_adc.
402
Ksenija Stanojevic6dd112b2017-03-16 13:27:10 +0100403config MXS_LRADC_ADC
404 tristate "Freescale i.MX23/i.MX28 LRADC ADC"
405 depends on MFD_MXS_LRADC
406 select IIO_BUFFER
407 select IIO_TRIGGERED_BUFFER
408 help
409 Say yes here to build support for the ADC functions of the
410 i.MX23/i.MX28 LRADC. This includes general-purpose ADC readings,
411 battery voltage measurement, and die temperature measurement.
412
413 This driver can also be built as a module. If so, the module will be
414 called mxs-lradc-adc.
415
Markus Pargmann6df2e982015-12-14 14:53:51 +0100416config FSL_MX25_ADC
417 tristate "Freescale MX25 ADC driver"
418 depends on MFD_MX25_TSADC
419 help
420 Generic Conversion Queue driver used for general purpose ADC in the
421 MX25. This driver supports single measurements using the MX25 ADC.
422
Vladimir Barinov72aa29c2015-08-28 17:27:52 +0300423config HI8435
424 tristate "Holt Integrated Circuits HI-8435 threshold detector"
425 select IIO_TRIGGERED_EVENT
426 depends on SPI
427 help
428 If you say yes here you get support for Holt Integrated Circuits
429 HI-8435 chip.
430
431 This driver can also be built as a module. If so, the module will be
432 called hi8435.
433
Andreas Klingerc3b2fdd2017-01-05 18:51:57 +0100434config HX711
435 tristate "AVIA HX711 ADC for weight cells"
436 depends on GPIOLIB
Andreas Klingerd3bf6042017-12-13 18:10:11 +0100437 select IIO_BUFFER
438 select IIO_TRIGGERED_BUFFER
Andreas Klingerc3b2fdd2017-01-05 18:51:57 +0100439 help
440 If you say yes here you get support for AVIA HX711 ADC which is used
441 for weigh cells
442
443 This driver uses two GPIOs, one acts as the clock and controls the
444 channel selection and gain, the other one is used for the measurement
Enrico Weigelt, metux IT consultd626be02019-03-06 15:52:23 +0100445 data
Andreas Klingerc3b2fdd2017-01-05 18:51:57 +0100446
447 Currently the raw value is read from the chip and delivered.
448 To get an actual weight one needs to subtract the
449 zero offset and multiply by a scale factor.
450 This should be done in userspace.
451
452 This driver can also be built as a module. If so, the module will be
453 called hx711.
454
Marc Titingerc43a1022015-12-07 10:09:34 +0100455config INA2XX_ADC
456 tristate "Texas Instruments INA2xx Power Monitors IIO driver"
457 depends on I2C && !SENSORS_INA2XX
458 select REGMAP_I2C
459 select IIO_BUFFER
460 select IIO_KFIFO_BUF
461 help
462 Say yes here to build support for TI INA2xx family of Power Monitors.
463 This driver is mutually exclusive with the HWMON version.
464
Artur Rojek1a78dae2019-02-04 01:15:14 +0100465config INGENIC_ADC
466 tristate "Ingenic JZ47xx SoCs ADC driver"
467 depends on MIPS || COMPILE_TEST
468 help
469 Say yes here to build support for the Ingenic JZ47xx SoCs ADC unit.
470
471 This driver can also be built as a module. If so, the module will be
472 called ingenic_adc.
473
Vincent Pelletiera7118662019-03-26 16:51:38 +0200474config INTEL_MRFLD_ADC
475 tristate "Intel Merrifield Basin Cove ADC driver"
476 depends on INTEL_SOC_PMIC_MRFLD
477 help
478 Say yes here to have support for Basin Cove power management IC (PMIC) ADC
479 device. Depending on platform configuration, this general purpose ADC can
480 be used for sampling sensors such as thermal resistors.
481
482 To compile this driver as a module, choose M here: the module will be
483 called intel_mrfld_adc.
484
Haibo Chen16846eb2015-12-08 18:26:20 +0800485config IMX7D_ADC
Fabio Estevamedd80a52017-06-17 18:00:16 -0300486 tristate "Freescale IMX7D ADC driver"
Haibo Chen16846eb2015-12-08 18:26:20 +0800487 depends on ARCH_MXC || COMPILE_TEST
Richard Weinberger0165c302016-01-25 23:24:05 +0100488 depends on HAS_IOMEM
Haibo Chen16846eb2015-12-08 18:26:20 +0800489 help
490 Say yes here to build support for IMX7D ADC.
491
492 This driver can also be built as a module. If so, the module will be
493 called imx7d_adc.
494
Kim, Milof0347c32012-09-17 10:35:00 +0100495config LP8788_ADC
Doug Andersonbbc28132014-04-22 01:03:00 +0100496 tristate "LP8788 ADC driver"
Kim, Milof0347c32012-09-17 10:35:00 +0100497 depends on MFD_LP8788
498 help
499 Say yes here to build support for TI LP8788 ADC.
500
Hartmut Knaack12ebb052015-06-21 12:18:09 +0200501 To compile this driver as a module, choose M here: the module will be
502 called lp8788_adc.
503
Joachim Eastwooda583c242016-03-12 13:30:14 +0100504config LPC18XX_ADC
505 tristate "NXP LPC18xx ADC driver"
506 depends on ARCH_LPC18XX || COMPILE_TEST
507 depends on OF && HAS_IOMEM
508 help
509 Say yes here to build support for NXP LPC18XX ADC.
510
511 To compile this driver as a module, choose M here: the module will be
512 called lpc18xx_adc.
513
Jonathan Cameron0097e202017-02-05 13:07:00 +0000514config LPC32XX_ADC
515 tristate "NXP LPC32XX ADC"
516 depends on ARCH_LPC32XX || COMPILE_TEST
517 depends on HAS_IOMEM
518 help
519 Say yes here to build support for the integrated ADC inside the
520 LPC32XX SoC. Note that this feature uses the same hardware as the
521 touchscreen driver, so you should either select only one of the two
522 drivers (lpc32xx_adc or lpc32xx_ts) or, in the OpenFirmware case,
523 activate only one via device tree selection. Provides direct access
524 via sysfs.
525
Mike Looijmans1d3eacb2017-07-03 08:25:57 +0200526config LTC2471
527 tristate "Linear Technology LTC2471 and LTC2473 ADC driver"
528 depends on I2C
529 help
530 Say yes here to build support for Linear Technology LTC2471 and
531 LTC2473 16-bit I2C ADC.
532
533 This driver can also be built as a module. If so, the module will
534 be called ltc2471.
535
Alison Schofield8c9e7b12016-08-24 22:48:43 -0700536config LTC2485
537 tristate "Linear Technology LTC2485 ADC driver"
538 depends on I2C
539 help
540 Say yes here to build support for Linear Technology LTC2485 ADC.
541
542 To compile this driver as a module, choose M here: the module will be
543 called ltc2485.
544
Uwe Kleine-Könige4c5c4d2019-12-09 21:32:48 +0100545config LTC2496
546 tristate "Linear Technology LTC2496 ADC driver"
547 depends on SPI
548 help
549 Say yes here to build support for Linear Technology LTC2496
550 16-Bit 8-/16-Channel Delta Sigma ADC.
551
552 To compile this driver as a module, choose M here: the module will be
553 called ltc2496.
554
Michael Hennerichbc822222017-03-29 11:42:58 +0200555config LTC2497
556 tristate "Linear Technology LTC2497 ADC driver"
557 depends on I2C
558 help
559 Say yes here to build support for Linear Technology LTC2497
560 16-Bit 8-/16-Channel Delta Sigma ADC.
561
562 To compile this driver as a module, choose M here: the module will be
563 called ltc2497.
564
Philippe Reynesfc167f62014-06-14 23:27:00 +0100565config MAX1027
566 tristate "Maxim max1027 ADC driver"
567 depends on SPI
568 select IIO_BUFFER
569 select IIO_TRIGGERED_BUFFER
570 help
Miquel Raynalae47d002019-10-11 16:43:44 +0200571 Say yes here to build support for Maxim SPI {10,12}-bit ADC models:
572 max1027, max1029, max1031, max1227, max1229 and max1231.
Philippe Reynesfc167f62014-06-14 23:27:00 +0100573
Hartmut Knaack12ebb052015-06-21 12:18:09 +0200574 To compile this driver as a module, choose M here: the module will be
575 called max1027.
576
Jacopo Mondia8e7e882017-01-18 17:30:52 +0100577config MAX11100
578 tristate "Maxim max11100 ADC driver"
579 depends on SPI_MASTER
580 help
581 Say yes here to build support for Maxim max11100 SPI ADC
582
583 To compile this driver as a module, choose M here: the module will be
584 called max11100.
585
Akinobu Mitaa9e9c712017-03-29 01:34:48 +0900586config MAX1118
587 tristate "Maxim max1117/max1118/max1119 ADCs driver"
588 depends on SPI
589 select IIO_BUFFER
590 select IIO_TRIGGERED_BUFFER
591 help
592 Say yes here to build support for Maxim max1117/max1118/max1119
593 8-bit, dual-channel ADCs.
594
595 To compile this driver as a module, choose M here: the module will be
596 called max1118.
597
Jonathan Cameron168c9d92012-10-06 14:42:27 +0100598config MAX1363
599 tristate "Maxim max1363 ADC driver"
600 depends on I2C
Jonathan Cameron168c9d92012-10-06 14:42:27 +0100601 select IIO_BUFFER
Peter Meerwald8a9f6452013-01-10 17:29:00 +0000602 select IIO_TRIGGERED_BUFFER
Jonathan Cameron168c9d92012-10-06 14:42:27 +0100603 help
604 Say yes here to build support for many Maxim i2c analog to digital
605 converters (ADC). (max1361, max1362, max1363, max1364, max1036,
606 max1037, max1038, max1039, max1136, max1136, max1137, max1138,
607 max1139, max1236, max1237, max11238, max1239, max11600, max11601,
608 max11602, max11603, max11604, max11605, max11606, max11607,
609 max11608, max11609, max11610, max11611, max11612, max11613,
610 max11614, max11615, max11616, max11617, max11644, max11645,
611 max11646, max11647) Provides direct access via sysfs and buffered
612 data via the iio dev interface.
613
Hartmut Knaack12ebb052015-06-21 12:18:09 +0200614 To compile this driver as a module, choose M here: the module will be
615 called max1363.
616
Fabrizio Castro8cf61492019-04-03 16:03:51 +0100617config MAX9611
Jacopo Mondi69780a32017-04-06 16:20:53 +0200618 tristate "Maxim max9611/max9612 ADC driver"
619 depends on I2C
620 help
621 Say yes here to build support for Maxim max9611/max9612 current sense
622 amplifier with 12-bits ADC interface.
623
624 To compile this driver as a module, choose M here: the module will be
625 called max9611.
626
Oskar Anderof5ce4a72013-05-03 10:58:00 +0100627config MCP320X
Lukas Wunnerc1375d62017-09-09 20:32:41 +0200628 tristate "Microchip Technology MCP3x01/02/04/08 and MCP3550/1/3"
Oskar Anderof5ce4a72013-05-03 10:58:00 +0100629 depends on SPI
630 help
Søren Andersenab280022015-03-10 22:12:07 +0100631 Say yes here to build support for Microchip Technology's
Andrea Galbuseraf686a362015-07-14 15:36:21 +0200632 MCP3001, MCP3002, MCP3004, MCP3008, MCP3201, MCP3202, MCP3204,
Lukas Wunnerc1375d62017-09-09 20:32:41 +0200633 MCP3208, MCP3301, MCP3550, MCP3551 and MCP3553 analog to digital
634 converters.
Oskar Anderof5ce4a72013-05-03 10:58:00 +0100635
636 This driver can also be built as a module. If so, the module will be
637 called mcp320x.
638
Angelo Compagnucci07914c82013-09-02 15:00:00 +0100639config MCP3422
Akinobu Mita505abf92015-12-26 21:16:14 +0900640 tristate "Microchip Technology MCP3421/2/3/4/5/6/7/8 driver"
Angelo Compagnucci07914c82013-09-02 15:00:00 +0100641 depends on I2C
642 help
Akinobu Mita505abf92015-12-26 21:16:14 +0900643 Say yes here to build support for Microchip Technology's MCP3421
644 MCP3422, MCP3423, MCP3424, MCP3425, MCP3426, MCP3427 or MCP3428
Angelo Compagnucci2816ac62014-08-03 23:22:00 +0100645 analog to digital converters.
Angelo Compagnucci07914c82013-09-02 15:00:00 +0100646
647 This driver can also be built as a module. If so, the module will be
648 called mcp3422.
649
Marcus Folkesson3a89b282018-08-08 10:09:15 +0200650config MCP3911
651 tristate "Microchip Technology MCP3911 driver"
652 depends on SPI
653 help
654 Say yes here to build support for Microchip Technology's MCP3911
655 analog to digital converter.
656
657 This driver can also be built as a module. If so, the module will be
658 called mcp3911.
659
Zhiyong Taoace4cdf2016-08-18 15:11:36 +0800660config MEDIATEK_MT6577_AUXADC
Enrico Weigelt, metux IT consultd626be02019-03-06 15:52:23 +0100661 tristate "MediaTek AUXADC driver"
662 depends on ARCH_MEDIATEK || COMPILE_TEST
663 depends on HAS_IOMEM
664 help
665 Say yes here to enable support for MediaTek mt65xx AUXADC.
Zhiyong Taoace4cdf2016-08-18 15:11:36 +0800666
Enrico Weigelt, metux IT consultd626be02019-03-06 15:52:23 +0100667 The driver supports immediate mode operation to read from one of sixteen
668 channels (external or internal).
Zhiyong Taoace4cdf2016-08-18 15:11:36 +0800669
Enrico Weigelt, metux IT consultd626be02019-03-06 15:52:23 +0100670 This driver can also be built as a module. If so, the module will be
671 called mt6577_auxadc.
Zhiyong Taoace4cdf2016-08-18 15:11:36 +0800672
Johannes Thumshirn74aeac42014-02-26 17:29:07 +0100673config MEN_Z188_ADC
674 tristate "MEN 16z188 ADC IP Core support"
675 depends on MCB
676 help
677 Say yes here to enable support for the MEN 16z188 ADC IP-Core on a MCB
678 carrier.
679
680 This driver can also be built as a module. If so, the module will be
681 called men_z188_adc.
682
Martin Blumenstingl3adbf342017-01-22 19:17:13 +0100683config MESON_SARADC
684 tristate "Amlogic Meson SAR ADC driver"
685 default ARCH_MESON
686 depends on OF && COMMON_CLK && (ARCH_MESON || COMPILE_TEST)
687 select REGMAP_MMIO
688 help
689 Say yes here to build support for the SAR ADC found in Amlogic Meson
690 SoCs.
691
692 To compile this driver as a module, choose M here: the
693 module will be called meson_saradc.
694
Alexandre Belloni8b20be82013-06-24 18:24:00 +0100695config NAU7802
696 tristate "Nuvoton NAU7802 ADC driver"
697 depends on I2C
698 help
699 Say yes here to build support for Nuvoton NAU7802 ADC.
700
701 To compile this driver as a module, choose M here: the
702 module will be called nau7802.
703
Tomer Maimon9bf85fb2019-01-16 18:48:55 +0200704config NPCM_ADC
705 tristate "Nuvoton NPCM ADC driver"
706 depends on ARCH_NPCM || COMPILE_TEST
707 depends on HAS_IOMEM
708 help
709 Say yes here to build support for Nuvoton NPCM ADC.
710
711 This driver can also be built as a module. If so, the module
712 will be called npcm_adc.
713
H. Nikolaus Schallere08e19c2015-10-16 14:53:38 +0200714config PALMAS_GPADC
715 tristate "TI Palmas General Purpose ADC"
716 depends on MFD_PALMAS
717 help
718 Palmas series pmic chip by Texas Instruments (twl6035/6037)
719 is used in smartphones and tablets and supports a 16 channel
720 general purpose ADC.
721
Linus Walleije932d4f2017-04-04 14:08:18 +0200722config QCOM_VADC_COMMON
723 tristate
724
Linus Walleij63c3ecd2017-04-04 14:08:19 +0200725config QCOM_PM8XXX_XOADC
726 tristate "Qualcomm SSBI PM8xxx PMIC XOADCs"
727 depends on MFD_PM8XXX
728 select QCOM_VADC_COMMON
729 help
730 ADC driver for the XOADC portions of the Qualcomm PM8xxx PMICs
731 using SSBI transport: PM8018, PM8038, PM8058, PM8921.
732
733 To compile this driver as a module, choose M here: the module
734 will be called qcom-pm8xxx-xoadc.
735
Ivan T. Ivanovce069482014-10-22 17:13:33 +0300736config QCOM_SPMI_IADC
737 tristate "Qualcomm SPMI PMIC current ADC"
738 depends on SPMI
739 select REGMAP_SPMI
740 help
741 This is the IIO Current ADC driver for Qualcomm QPNP IADC Chip.
742
743 The driver supports single mode operation to read from one of two
744 channels (external or internal). Hardware have additional
745 channels internally used for gain and offset calibration.
746
747 To compile this driver as a module, choose M here: the module will
748 be called qcom-spmi-iadc.
749
Stanimir Varbanov0917de92015-01-20 12:15:22 +0200750config QCOM_SPMI_VADC
751 tristate "Qualcomm SPMI PMIC voltage ADC"
752 depends on SPMI
753 select REGMAP_SPMI
Linus Walleije932d4f2017-04-04 14:08:18 +0200754 select QCOM_VADC_COMMON
Stanimir Varbanov0917de92015-01-20 12:15:22 +0200755 help
756 This is the IIO Voltage ADC driver for Qualcomm QPNP VADC Chip.
757
758 The driver supports multiple channels read. The VADC is a 15-bit
759 sigma-delta ADC. Some of the channels are internally used for
760 calibration.
761
762 To compile this driver as a module, choose M here: the module will
763 be called qcom-spmi-vadc.
764
Siddartha Mohanadosse13d7572018-08-02 18:43:53 -0700765config QCOM_SPMI_ADC5
766 tristate "Qualcomm Technologies Inc. SPMI PMIC5 ADC"
767 depends on SPMI
768 select REGMAP_SPMI
769 select QCOM_VADC_COMMON
770 help
771 This is the IIO Voltage PMIC5 ADC driver for Qualcomm Technologies Inc.
772
773 The driver supports multiple channels read. The ADC is a 16-bit
774 sigma-delta ADC. The hardware supports calibrated results for
775 conversion requests and clients include reading voltage phone
776 power, on board system thermistors connected to the PMIC ADC,
777 PMIC die temperature, charger temperature, battery current, USB voltage
778 input, voltage signals connected to supported PMIC GPIO inputs. The
779 hardware supports internal pull-up for thermistors and can choose between
780 a 100k, 30k and 400k pull up using the ADC channels.
781
782 To compile this driver as a module, choose M here: the module will
783 be called qcom-spmi-adc5.
784
Marek Vasut059c53b2017-01-28 00:08:37 +0100785config RCAR_GYRO_ADC
786 tristate "Renesas R-Car GyroADC driver"
Geert Uytterhoevenaf5d7162017-10-04 14:08:25 +0200787 depends on ARCH_RCAR_GEN2 || COMPILE_TEST
Marek Vasut059c53b2017-01-28 00:08:37 +0100788 help
789 Say yes here to build support for the GyroADC found in Renesas
790 R-Car Gen2 SoCs. This block is a simple SPI offload engine for
791 reading data out of attached compatible ADCs in a round-robin
792 fashion. Up to 4 or 8 ADC channels are supported by this block,
793 depending on which ADCs are attached.
794
795 To compile this driver as a module, choose M here: the
796 module will be called rcar-gyroadc.
797
Heiko Stübner44d6f2e2014-07-23 22:24:00 +0100798config ROCKCHIP_SARADC
799 tristate "Rockchip SARADC driver"
800 depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST)
Caesar Wang543852a2016-07-27 22:24:04 +0800801 depends on RESET_CONTROLLER
Heiko Stübner44d6f2e2014-07-23 22:24:00 +0100802 help
803 Say yes here to build support for the SARADC found in SoCs from
804 Rockchip.
805
806 To compile this driver as a module, choose M here: the
807 module will be called rockchip_saradc.
808
Freeman Liu5df362a62018-06-21 11:14:05 +0800809config SC27XX_ADC
810 tristate "Spreadtrum SC27xx series PMICs ADC"
811 depends on MFD_SC27XX_PMIC || COMPILE_TEST
812 help
813 Say yes here to build support for the integrated ADC inside the
814 Spreadtrum SC27xx series PMICs.
815
816 This driver can also be built as a module. If so, the module
817 will be called sc27xx_adc.
818
Jonathan Cameronaf8f651b2017-02-05 12:34:00 +0000819config SPEAR_ADC
820 tristate "ST SPEAr ADC"
821 depends on PLAT_SPEAR || COMPILE_TEST
822 depends on HAS_IOMEM
823 help
824 Say yes here to build support for the integrated ADC inside the
825 ST SPEAr SoC. Provides direct access via sysfs.
826
827 To compile this driver as a module, choose M here: the
828 module will be called spear_adc.
829
Arnaud Pouliquen8a5f0b62018-01-10 11:13:08 +0100830config SD_ADC_MODULATOR
831 tristate "Generic sigma delta modulator"
832 depends on OF
833 select IIO_BUFFER
834 select IIO_TRIGGERED_BUFFER
835 help
836 Select this option to enables sigma delta modulator. This driver can
837 support generic sigma delta modulators.
838
839 This driver can also be built as a module. If so, the module
840 will be called sd_adc_modulator.
841
Fabrice Gasnier1add69882016-11-15 16:30:57 +0100842config STM32_ADC_CORE
843 tristate "STMicroelectronics STM32 adc core"
844 depends on ARCH_STM32 || COMPILE_TEST
845 depends on OF
846 depends on REGULATOR
Fabrice Gasnierda9b9482017-01-26 15:28:29 +0100847 select IIO_BUFFER
Fabrice Gasnierf24a33b2017-01-26 15:28:30 +0100848 select MFD_STM32_TIMERS
849 select IIO_STM32_TIMER_TRIGGER
Fabrice Gasnierda9b9482017-01-26 15:28:29 +0100850 select IIO_TRIGGERED_BUFFER
Fabrice Gasnier1add69882016-11-15 16:30:57 +0100851 help
852 Select this option to enable the core driver for STMicroelectronics
853 STM32 analog-to-digital converter (ADC).
854
855 This driver can also be built as a module. If so, the module
856 will be called stm32-adc-core.
857
Fabrice Gasnier0f883b22016-11-15 16:30:58 +0100858config STM32_ADC
859 tristate "STMicroelectronics STM32 adc"
860 depends on STM32_ADC_CORE
861 help
862 Say yes here to build support for STMicroelectronics stm32 Analog
863 to Digital Converter (ADC).
864
865 This driver can also be built as a module. If so, the module
866 will be called stm32-adc.
867
Arnaud Pouliquenbed73902018-01-10 11:13:10 +0100868config STM32_DFSDM_CORE
869 tristate "STMicroelectronics STM32 DFSDM core"
870 depends on (ARCH_STM32 && OF) || COMPILE_TEST
871 select REGMAP
872 select REGMAP_MMIO
873 help
874 Select this option to enable the driver for STMicroelectronics
875 STM32 digital filter for sigma delta converter.
876
877 This driver can also be built as a module. If so, the module
878 will be called stm32-dfsdm-core.
879
Arnaud Pouliquene2e67712018-01-10 11:13:11 +0100880config STM32_DFSDM_ADC
881 tristate "STMicroelectronics STM32 dfsdm adc"
882 depends on (ARCH_STM32 && OF) || COMPILE_TEST
883 select STM32_DFSDM_CORE
884 select REGMAP_MMIO
Fabrice Gasnierba7ecfe2019-04-15 15:00:50 +0200885 select IIO_BUFFER
Arnaud Pouliquene2e67712018-01-10 11:13:11 +0100886 select IIO_BUFFER_HW_CONSUMER
Fabrice Gasnier80696782019-04-15 15:00:51 +0200887 select IIO_TRIGGERED_BUFFER
Arnaud Pouliquene2e67712018-01-10 11:13:11 +0100888 help
889 Select this option to support ADCSigma delta modulator for
890 STMicroelectronics STM32 digital filter for sigma delta converter.
891
892 This driver can also be built as a module. If so, the module
893 will be called stm32-dfsdm-adc.
894
Stefan Agner9f3d0842018-12-21 14:46:34 +0100895config STMPE_ADC
896 tristate "STMicroelectronics STMPE ADC driver"
897 depends on OF && MFD_STMPE
898 help
899 Say yes here to build support for ST Microelectronics STMPE
900 built-in ADC block (stmpe811).
901
William Breathitt Gray4075a282016-08-29 16:22:56 -0400902config STX104
903 tristate "Apex Embedded Systems STX104 driver"
William Breathitt Gray1f8f9362017-12-29 15:13:19 -0500904 depends on PC104 && X86
905 select ISA_BUS_API
William Breathitt Gray4075a282016-08-29 16:22:56 -0400906 select GPIOLIB
907 help
908 Say yes here to build support for the Apex Embedded Systems STX104
909 integrated analog PC/104 card.
910
911 This driver supports the 16 channels of single-ended (8 channels of
912 differential) analog inputs, 2 channels of analog output, 4 digital
913 inputs, and 4 digital outputs provided by the STX104.
914
915 The base port addresses for the devices may be configured via the base
916 array module parameter.
917
Quentin Schulzd1caa992016-12-13 15:33:32 +0100918config SUN4I_GPADC
919 tristate "Support for the Allwinner SoCs GPADC"
920 depends on IIO
Quentin Schulz808a8b72017-04-05 11:06:30 +0200921 depends on MFD_SUN4I_GPADC || MACH_SUN8I
Arnd Bergmannbe2d7322017-03-28 12:07:23 +0200922 depends on THERMAL || !THERMAL_OF
Arnd Bergmannc2c84062018-05-25 17:34:23 +0200923 select REGMAP_IRQ
Quentin Schulzd1caa992016-12-13 15:33:32 +0100924 help
925 Say yes here to build support for Allwinner (A10, A13 and A31) SoCs
926 GPADC. This ADC provides 4 channels which can be used as an ADC or as
927 a touchscreen input and one channel for thermal sensor.
928
929 The thermal sensor slows down ADC readings and can be disabled by
930 disabling CONFIG_THERMAL_OF. However, the thermal sensor should be
931 enabled by default since the SoC temperature is usually more critical
932 than ADC readings.
933
934 To compile this driver as a module, choose M here: the module will be
935 called sun4i-gpadc-iio.
936
Thierry Redingbc0a4092012-11-23 15:13:00 +0000937config TI_ADC081C
Crestez Dan Leonarda6b5ec82016-04-11 17:24:26 +0300938 tristate "Texas Instruments ADC081C/ADC101C/ADC121C family"
Thierry Redingbc0a4092012-11-23 15:13:00 +0000939 depends on I2C
Mika Westerberg29679992016-10-05 17:46:50 +0300940 select IIO_BUFFER
941 select IIO_TRIGGERED_BUFFER
Thierry Redingbc0a4092012-11-23 15:13:00 +0000942 help
Crestez Dan Leonarda6b5ec82016-04-11 17:24:26 +0300943 If you say yes here you get support for Texas Instruments ADC081C,
944 ADC101C and ADC121C ADC chips.
Thierry Redingbc0a4092012-11-23 15:13:00 +0000945
946 This driver can also be built as a module. If so, the module will be
947 called ti-adc081c.
948
Akinobu Mitaefc945f2016-02-07 18:14:16 +0900949config TI_ADC0832
950 tristate "Texas Instruments ADC0831/ADC0832/ADC0834/ADC0838"
951 depends on SPI
Akinobu Mita815bbc82016-10-17 00:59:42 +0900952 select IIO_BUFFER
953 select IIO_TRIGGERED_BUFFER
Akinobu Mitaefc945f2016-02-07 18:14:16 +0900954 help
955 If you say yes here you get support for Texas Instruments ADC0831,
956 ADC0832, ADC0834, ADC0838 ADC chips.
957
958 This driver can also be built as a module. If so, the module will be
959 called ti-adc0832.
960
Mårten Lindahl3691e5a2017-05-09 18:05:01 +0200961config TI_ADC084S021
962 tristate "Texas Instruments ADC084S021"
963 depends on SPI
964 select IIO_BUFFER
965 select IIO_TRIGGERED_BUFFER
966 help
967 If you say yes here you get support for Texas Instruments ADC084S021
968 chips.
969
970 This driver can also be built as a module. If so, the module will be
971 called ti-adc084s021.
972
Akinobu Mita50a6edb2016-08-28 23:52:49 +0900973config TI_ADC12138
974 tristate "Texas Instruments ADC12130/ADC12132/ADC12138"
975 depends on SPI
976 select IIO_BUFFER
977 select IIO_TRIGGERED_BUFFER
978 help
979 If you say yes here you get support for Texas Instruments ADC12130,
980 ADC12132 and ADC12138 chips.
981
982 This driver can also be built as a module. If so, the module will be
983 called ti-adc12138.
984
Jan Kiszka7e87d112017-05-17 17:28:17 +0200985config TI_ADC108S102
986 tristate "Texas Instruments ADC108S102 and ADC128S102 driver"
987 depends on SPI
988 select IIO_BUFFER
989 select IIO_TRIGGERED_BUFFER
990 help
991 Say yes here to build support for Texas Instruments ADC108S102 and
992 ADC128S102 ADC.
993
994 To compile this driver as a module, choose M here: the module will
995 be called ti-adc108s102.
996
Angelo Compagnucci913b86462014-03-08 18:38:00 +0000997config TI_ADC128S052
Oliver Stäblerb41fa862015-12-09 10:24:04 +0100998 tristate "Texas Instruments ADC128S052/ADC122S021/ADC124S021"
Angelo Compagnucci913b86462014-03-08 18:38:00 +0000999 depends on SPI
1000 help
Oliver Stäblerb41fa862015-12-09 10:24:04 +01001001 If you say yes here you get support for Texas Instruments ADC128S052,
1002 ADC122S021 and ADC124S021 chips.
Angelo Compagnucci913b86462014-03-08 18:38:00 +00001003
1004 This driver can also be built as a module. If so, the module will be
1005 called ti-adc128s052.
1006
Matt Ranostay4d671b72016-08-19 20:17:03 -07001007config TI_ADC161S626
1008 tristate "Texas Instruments ADC161S626 1-channel differential ADC"
1009 depends on SPI
1010 select IIO_BUFFER
1011 select IIO_TRIGGERED_BUFFER
1012 help
1013 If you say yes here you get support for Texas Instruments ADC141S626,
1014 and ADC161S626 chips.
1015
1016 This driver can also be built as a module. If so, the module will be
1017 called ti-adc161s626.
1018
Daniel Balutaecc24e72016-02-11 15:49:54 +02001019config TI_ADS1015
1020 tristate "Texas Instruments ADS1015 ADC"
Guenter Roeck2c9d5b52019-07-01 11:12:38 -07001021 depends on I2C
Daniel Balutaecc24e72016-02-11 15:49:54 +02001022 select REGMAP_I2C
1023 select IIO_BUFFER
1024 select IIO_TRIGGERED_BUFFER
1025 help
1026 If you say yes here you get support for Texas Instruments ADS1015
1027 ADC chip.
1028
1029 This driver can also be built as a module. If so, the module will be
1030 called ti-ads1015.
1031
David Lechner902c4b22016-11-28 10:58:15 -06001032config TI_ADS7950
1033 tristate "Texas Instruments ADS7950 ADC driver"
YueHaibing1c2fb402019-04-10 16:45:58 +08001034 depends on SPI && GPIOLIB
David Lechner902c4b22016-11-28 10:58:15 -06001035 select IIO_BUFFER
1036 select IIO_TRIGGERED_BUFFER
1037 help
1038 Say yes here to build support for Texas Instruments ADS7950, ADS7951,
1039 ADS7952, ADS7953, ADS7954, ADS7955, ADS7956, ADS7957, ADS7958, ADS7959.
1040 ADS7960, ADS7961.
1041
1042 To compile this driver as a module, choose M here: the
1043 module will be called ti-ads7950.
1044
Gregory CLEMENT8dd2d7c2019-04-12 11:15:37 +02001045config TI_ADS8344
1046 tristate "Texas Instruments ADS8344"
1047 depends on SPI && OF
1048 help
1049 If you say yes here you get support for Texas Instruments ADS8344
1050 ADC chips
1051
1052 This driver can also be built as a module. If so, the module will be
1053 called ti-ads8344.
1054
Sean Nyekjaer3e87e782015-11-09 13:52:59 +01001055config TI_ADS8688
1056 tristate "Texas Instruments ADS8688"
1057 depends on SPI && OF
1058 help
1059 If you say yes here you get support for Texas Instruments ADS8684 and
1060 and ADS8688 ADC chips
1061
1062 This driver can also be built as a module. If so, the module will be
1063 called ti-ads8688.
1064
Dan Murphye717f8c2019-01-11 13:57:06 -06001065config TI_ADS124S08
1066 tristate "Texas Instruments ADS124S08"
1067 depends on SPI && OF
1068 help
1069 If you say yes here you get support for Texas Instruments ADS124S08
1070 and ADS124S06 ADC chips
1071
1072 This driver can also be built as a module. If so, the module will be
1073 called ti-ads124s08.
1074
Patil, Rachna5e53a692012-10-16 12:55:45 +05301075config TI_AM335X_ADC
Sachin Kamatbe856972013-07-23 09:46:00 +01001076 tristate "TI's AM335X ADC driver"
Geert Uytterhoevenb1448ea2016-12-14 13:30:24 +01001077 depends on MFD_TI_AM335X_TSCADC && HAS_DMA
Jonathan Cameron09f33c32013-09-25 21:37:00 +01001078 select IIO_BUFFER
Zubair Lutfullahca9a5632013-09-19 07:24:00 +01001079 select IIO_KFIFO_BUF
Patil, Rachna5e53a692012-10-16 12:55:45 +05301080 help
1081 Say yes here to build support for Texas Instruments ADC
1082 driver which is also a MFD client.
1083
Hartmut Knaack12ebb052015-06-21 12:18:09 +02001084 To compile this driver as a module, choose M here: the module will be
1085 called ti_am335x_adc.
1086
Phil Reidac2bec92017-01-16 16:38:24 +08001087config TI_TLC4541
1088 tristate "Texas Instruments TLC4541 ADC driver"
1089 depends on SPI
1090 select IIO_BUFFER
1091 select IIO_TRIGGERED_BUFFER
1092 help
1093 Say yes here to build support for Texas Instruments TLC4541 / TLC3541
1094 ADC chips.
1095
1096 This driver can also be built as a module. If so, the module will be
1097 called ti-tlc4541.
1098
Sebastian Reichelb2931b92014-03-16 02:43:31 +01001099config TWL4030_MADC
1100 tristate "TWL4030 MADC (Monitoring A/D Converter)"
1101 depends on TWL4030_CORE
1102 help
Hartmut Knaack12ebb052015-06-21 12:18:09 +02001103 This driver provides support for Triton TWL4030-MADC. The
1104 driver supports both RT and SW conversion methods.
Sebastian Reichelb2931b92014-03-16 02:43:31 +01001105
Hartmut Knaack12ebb052015-06-21 12:18:09 +02001106 This driver can also be built as a module. If so, the module will be
1107 called twl4030-madc.
Sebastian Reichelb2931b92014-03-16 02:43:31 +01001108
Oleksandr Kozaruk1696f362013-07-25 14:26:00 +01001109config TWL6030_GPADC
1110 tristate "TWL6030 GPADC (General Purpose A/D Converter) Support"
1111 depends on TWL4030_CORE
1112 default n
1113 help
1114 Say yes here if you want support for the TWL6030/TWL6032 General
1115 Purpose A/D Converter. This will add support for battery type
1116 detection, battery voltage and temperature measurement, die
1117 temperature measurement, system supply voltage, audio accessory,
1118 USB ID detection.
1119
1120 This driver can also be built as a module. If so, the module will be
1121 called twl6030-gpadc.
1122
Fugang Duana7754272014-01-26 05:39:00 +00001123config VF610_ADC
1124 tristate "Freescale vf610 ADC driver"
1125 depends on OF
Richard Weinberger0165c302016-01-25 23:24:05 +01001126 depends on HAS_IOMEM
Sanchayan Maity0010d6b2015-08-17 21:21:40 +05301127 select IIO_BUFFER
1128 select IIO_TRIGGERED_BUFFER
Fugang Duana7754272014-01-26 05:39:00 +00001129 help
1130 Say yes here to support for Vybrid board analog-to-digital converter.
1131 Since the IP is used for i.MX6SLX, the driver also support i.MX6SLX.
1132
1133 This driver can also be built as a module. If so, the module will be
1134 called vf610_adc.
1135
Lars Poeschelffd8a6e2012-11-05 15:48:26 +01001136config VIPERBOARD_ADC
1137 tristate "Viperboard ADC support"
1138 depends on MFD_VIPERBOARD && USB
1139 help
1140 Say yes here to access the ADC part of the Nano River
1141 Technologies Viperboard.
1142
Hartmut Knaack12ebb052015-06-21 12:18:09 +02001143 To compile this driver as a module, choose M here: the module will be
1144 called viperboard_adc.
1145
Lars-Peter Clausenbdc8cda2014-02-17 14:10:00 +00001146config XILINX_XADC
1147 tristate "Xilinx XADC driver"
Lars-Peter Clausenbdc8cda2014-02-17 14:10:00 +00001148 depends on HAS_IOMEM
1149 select IIO_BUFFER
1150 select IIO_TRIGGERED_BUFFER
1151 help
1152 Say yes here to have support for the Xilinx XADC. The driver does support
1153 both the ZYNQ interface to the XADC as well as the AXI-XADC interface.
1154
1155 The driver can also be build as a module. If so, the module will be called
1156 xilinx-xadc.
1157
Maxime Ripard0e589d52012-05-11 15:35:33 +02001158endmenu