blob: fc6f90614218fa8ba193a8d95249401a862862d6 [file] [log] [blame]
Maxime Ripard0e589d52012-05-11 15:35:33 +02001#
2# ADC drivers
3#
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +01004# When adding new entries keep the list in alphabetical order
5
Maxime Ripard0e589d52012-05-11 15:35:33 +02006menu "Analog to digital converters"
7
Lars-Peter Clausenaf300842012-08-10 17:36:00 +01008config AD_SIGMA_DELTA
9 tristate
10 select IIO_BUFFER
11 select IIO_TRIGGERED_BUFFER
12
Lars-Peter Clausen8ec4cf52012-06-25 14:52:49 +020013config 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
Lars-Peter Clausen3b1cae72014-06-30 09:50:00 +010023config AD7291
24 tristate "Analog Devices AD7291 ADC driver"
25 depends on I2C
26 help
27 Say yes here to build support for Analog Devices AD7291
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 ad7291.
32
Lars-Peter Clausen709ab362012-11-17 11:42:59 +000033config AD7298
34 tristate "Analog Devices AD7298 ADC driver"
35 depends on SPI
36 select IIO_BUFFER
37 select IIO_TRIGGERED_BUFFER
38 help
39 Say yes here to build support for Analog Devices AD7298
40 8 Channel ADC with temperature sensor.
41
42 To compile this driver as a module, choose M here: the
43 module will be called ad7298.
44
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +010045config AD7476
46 tristate "Analog Devices AD7476 and similar 1-channel ADCs driver"
Christophe Leroy0eac2592013-02-13 06:47:00 +000047 depends on SPI
48 select IIO_BUFFER
49 select IIO_TRIGGERED_BUFFER
50 help
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +010051 Say yes here to build support for Analog Devices AD7273, AD7274, AD7276,
52 AD7277, AD7278, AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468,
53 AD7495, AD7910, AD7920, AD7920 SPI analog to digital converters (ADC).
54
55 If unsure, say N (but it's safe to say "Y").
Christophe Leroy0eac2592013-02-13 06:47:00 +000056
57 To compile this driver as a module, choose M here: the
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +010058 module will be called ad7476.
Christophe Leroy0eac2592013-02-13 06:47:00 +000059
Lars-Peter Clausen7b123c82012-09-04 16:26:00 +010060config AD7791
61 tristate "Analog Devices AD7791 ADC driver"
62 depends on SPI
63 select AD_SIGMA_DELTA
64 help
65 Say yes here to build support for Analog Devices AD7787, AD7788, AD7789,
66 AD7790 and AD7791 SPI analog to digital converters (ADC). If unsure, say
67 N (but it is safe to say "Y").
68
69 To compile this driver as a module, choose M here: the module will be
70 called ad7791.
71
Lars-Peter Clausenf87f1a22012-11-21 16:27:00 +000072config 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).
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 module will be called AD7793.
83
Lars-Peter Clausen4eb3ccf2012-11-05 09:56:00 +000084config AD7887
85 tristate "Analog Devices AD7887 ADC 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
91 AD7887 SPI analog to digital converter (ADC).
92 If unsure, say N (but it's safe to say "Y").
93
94 To compile this driver as a module, choose M here: the
95 module will be called ad7887.
96
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +010097config AD7923
98 tristate "Analog Devices AD7923 and similar ADCs driver"
99 depends on SPI
100 select IIO_BUFFER
101 select IIO_TRIGGERED_BUFFER
102 help
103 Say yes here to build support for Analog Devices
104 AD7904, AD7914, AD7923, AD7924 4 Channel ADCs.
105
106 To compile this driver as a module, choose M here: the
107 module will be called ad7923.
108
Lars-Peter Clausenbd75afa2014-10-03 10:31:00 +0100109config AD799X
110 tristate "Analog Devices AD799x ADC driver"
111 depends on I2C
112 select IIO_BUFFER
113 select IIO_TRIGGERED_BUFFER
114 help
115 Say yes here to build support for Analog Devices:
116 ad7991, ad7995, ad7999, ad7992, ad7993, ad7994, ad7997, ad7998
117 i2c analog to digital converters (ADC). Provides direct access
118 via sysfs.
119
Maxime Ripard0e589d52012-05-11 15:35:33 +0200120config AT91_ADC
121 tristate "Atmel AT91 ADC"
122 depends on ARCH_AT91
Arnd Bergmann758ee462014-04-09 17:18:10 +0200123 depends on INPUT
Maxime Ripard0e589d52012-05-11 15:35:33 +0200124 select IIO_BUFFER
Lars-Peter Clausen90032e42012-06-18 18:33:49 +0200125 select IIO_TRIGGERED_BUFFER
Maxime Ripard0e589d52012-05-11 15:35:33 +0200126 select SYSFS
127 help
128 Say yes here to build support for Atmel AT91 ADC.
129
Jacob Pande89bd72014-10-06 21:17:15 -0700130config AXP288_ADC
131 tristate "X-Powers AXP288 ADC driver"
132 depends on MFD_AXP20X
133 help
134 Say yes here to have support for X-Powers power management IC (PMIC) ADC
135 device. Depending on platform configuration, this general purpose ADC can
136 be used for sampling sensors such as thermal resistors.
137
Adam Thomsoned5f07b2015-02-18 14:08:28 +0000138config DA9150_GPADC
139 tristate "Dialog DA9150 GPADC driver support"
140 depends on MFD_DA9150
141 help
142 Say yes here to build support for Dialog DA9150 GPADC.
143
144 This driver can also be built as a module. If chosen, the module name
145 will be da9150-gpadc.
146
Phani Movva1664f6a2015-01-06 17:47:35 -0300147config CC10001_ADC
148 tristate "Cosmic Circuits 10001 ADC driver"
149 depends on HAS_IOMEM || HAVE_CLK || REGULATOR
150 select IIO_BUFFER
151 select IIO_TRIGGERED_BUFFER
152 help
153 Say yes here to build support for Cosmic Circuits 10001 ADC.
154
155 This driver can also be built as a module. If so, the module will be
156 called cc10001_adc.
157
Naveen Krishna Chatradhi10f5b142013-02-15 06:56:00 +0000158config EXYNOS_ADC
Doug Andersonbbc28132014-04-22 01:03:00 +0100159 tristate "Exynos ADC driver support"
Chanwoo Choi145b0a52014-07-28 13:44:00 +0100160 depends on ARCH_EXYNOS || ARCH_S3C24XX || ARCH_S3C64XX || (OF && COMPILE_TEST)
Naveen Krishna Chatradhi10f5b142013-02-15 06:56:00 +0000161 help
162 Core support for the ADC block found in the Samsung EXYNOS series
163 of SoCs for drivers such as the touchscreen and hwmon to use to share
164 this resource.
165
Kim, Milof0347c32012-09-17 10:35:00 +0100166config LP8788_ADC
Doug Andersonbbc28132014-04-22 01:03:00 +0100167 tristate "LP8788 ADC driver"
Kim, Milof0347c32012-09-17 10:35:00 +0100168 depends on MFD_LP8788
169 help
170 Say yes here to build support for TI LP8788 ADC.
171
Philippe Reynesfc167f62014-06-14 23:27:00 +0100172config MAX1027
173 tristate "Maxim max1027 ADC driver"
174 depends on SPI
175 select IIO_BUFFER
176 select IIO_TRIGGERED_BUFFER
177 help
178 Say yes here to build support for Maxim SPI ADC models
179 max1027, max1029 and max1031.
180
Jonathan Cameron168c9d92012-10-06 14:42:27 +0100181config MAX1363
182 tristate "Maxim max1363 ADC driver"
183 depends on I2C
Jonathan Cameron168c9d92012-10-06 14:42:27 +0100184 select IIO_BUFFER
Peter Meerwald8a9f6452013-01-10 17:29:00 +0000185 select IIO_TRIGGERED_BUFFER
Jonathan Cameron168c9d92012-10-06 14:42:27 +0100186 help
187 Say yes here to build support for many Maxim i2c analog to digital
188 converters (ADC). (max1361, max1362, max1363, max1364, max1036,
189 max1037, max1038, max1039, max1136, max1136, max1137, max1138,
190 max1139, max1236, max1237, max11238, max1239, max11600, max11601,
191 max11602, max11603, max11604, max11605, max11606, max11607,
192 max11608, max11609, max11610, max11611, max11612, max11613,
193 max11614, max11615, max11616, max11617, max11644, max11645,
194 max11646, max11647) Provides direct access via sysfs and buffered
195 data via the iio dev interface.
196
Oskar Anderof5ce4a72013-05-03 10:58:00 +0100197config MCP320X
198 tristate "Microchip Technology MCP3204/08"
199 depends on SPI
200 help
201 Say yes here to build support for Microchip Technology's MCP3204 or
202 MCP3208 analog to digital converter.
203
204 This driver can also be built as a module. If so, the module will be
205 called mcp320x.
206
Angelo Compagnucci07914c82013-09-02 15:00:00 +0100207config MCP3422
Angelo Compagnucci2816ac62014-08-03 23:22:00 +0100208 tristate "Microchip Technology MCP3422/3/4/6/7/8 driver"
Angelo Compagnucci07914c82013-09-02 15:00:00 +0100209 depends on I2C
210 help
Angelo Compagnucci2816ac62014-08-03 23:22:00 +0100211 Say yes here to build support for Microchip Technology's
212 MCP3422, MCP3423, MCP3424, MCP3426, MCP3427 or MCP3428
213 analog to digital converters.
Angelo Compagnucci07914c82013-09-02 15:00:00 +0100214
215 This driver can also be built as a module. If so, the module will be
216 called mcp3422.
217
Johannes Thumshirn74aeac42014-02-26 17:29:07 +0100218config MEN_Z188_ADC
219 tristate "MEN 16z188 ADC IP Core support"
220 depends on MCB
221 help
222 Say yes here to enable support for the MEN 16z188 ADC IP-Core on a MCB
223 carrier.
224
225 This driver can also be built as a module. If so, the module will be
226 called men_z188_adc.
227
Alexandre Belloni8b20be82013-06-24 18:24:00 +0100228config NAU7802
229 tristate "Nuvoton NAU7802 ADC driver"
230 depends on I2C
231 help
232 Say yes here to build support for Nuvoton NAU7802 ADC.
233
234 To compile this driver as a module, choose M here: the
235 module will be called nau7802.
236
Ivan T. Ivanovce069482014-10-22 17:13:33 +0300237config QCOM_SPMI_IADC
238 tristate "Qualcomm SPMI PMIC current ADC"
239 depends on SPMI
240 select REGMAP_SPMI
241 help
242 This is the IIO Current ADC driver for Qualcomm QPNP IADC Chip.
243
244 The driver supports single mode operation to read from one of two
245 channels (external or internal). Hardware have additional
246 channels internally used for gain and offset calibration.
247
248 To compile this driver as a module, choose M here: the module will
249 be called qcom-spmi-iadc.
250
Stanimir Varbanov0917de92015-01-20 12:15:22 +0200251config QCOM_SPMI_VADC
252 tristate "Qualcomm SPMI PMIC voltage ADC"
253 depends on SPMI
254 select REGMAP_SPMI
255 help
256 This is the IIO Voltage ADC driver for Qualcomm QPNP VADC Chip.
257
258 The driver supports multiple channels read. The VADC is a 15-bit
259 sigma-delta ADC. Some of the channels are internally used for
260 calibration.
261
262 To compile this driver as a module, choose M here: the module will
263 be called qcom-spmi-vadc.
264
Heiko Stübner44d6f2e2014-07-23 22:24:00 +0100265config ROCKCHIP_SARADC
266 tristate "Rockchip SARADC driver"
267 depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST)
268 help
269 Say yes here to build support for the SARADC found in SoCs from
270 Rockchip.
271
272 To compile this driver as a module, choose M here: the
273 module will be called rockchip_saradc.
274
Thierry Redingbc0a4092012-11-23 15:13:00 +0000275config TI_ADC081C
276 tristate "Texas Instruments ADC081C021/027"
277 depends on I2C
278 help
279 If you say yes here you get support for Texas Instruments ADC081C021
280 and ADC081C027 ADC chips.
281
282 This driver can also be built as a module. If so, the module will be
283 called ti-adc081c.
284
Angelo Compagnucci913b86462014-03-08 18:38:00 +0000285config TI_ADC128S052
286 tristate "Texas Instruments ADC128S052"
287 depends on SPI
288 help
289 If you say yes here you get support for Texas Instruments ADC128S052
290 chip.
291
292 This driver can also be built as a module. If so, the module will be
293 called ti-adc128s052.
294
Patil, Rachna5e53a692012-10-16 12:55:45 +0530295config TI_AM335X_ADC
Sachin Kamatbe856972013-07-23 09:46:00 +0100296 tristate "TI's AM335X ADC driver"
Patil, Rachna5e53a692012-10-16 12:55:45 +0530297 depends on MFD_TI_AM335X_TSCADC
Jonathan Cameron09f33c32013-09-25 21:37:00 +0100298 select IIO_BUFFER
Zubair Lutfullahca9a5632013-09-19 07:24:00 +0100299 select IIO_KFIFO_BUF
Patil, Rachna5e53a692012-10-16 12:55:45 +0530300 help
301 Say yes here to build support for Texas Instruments ADC
302 driver which is also a MFD client.
303
Sebastian Reichelb2931b92014-03-16 02:43:31 +0100304config TWL4030_MADC
305 tristate "TWL4030 MADC (Monitoring A/D Converter)"
306 depends on TWL4030_CORE
307 help
308 This driver provides support for Triton TWL4030-MADC. The
309 driver supports both RT and SW conversion methods.
310
311 This driver can also be built as a module. If so, the module will be
312 called twl4030-madc.
313
Oleksandr Kozaruk1696f362013-07-25 14:26:00 +0100314config TWL6030_GPADC
315 tristate "TWL6030 GPADC (General Purpose A/D Converter) Support"
316 depends on TWL4030_CORE
317 default n
318 help
319 Say yes here if you want support for the TWL6030/TWL6032 General
320 Purpose A/D Converter. This will add support for battery type
321 detection, battery voltage and temperature measurement, die
322 temperature measurement, system supply voltage, audio accessory,
323 USB ID detection.
324
325 This driver can also be built as a module. If so, the module will be
326 called twl6030-gpadc.
327
Fugang Duana7754272014-01-26 05:39:00 +0000328config VF610_ADC
329 tristate "Freescale vf610 ADC driver"
330 depends on OF
331 help
332 Say yes here to support for Vybrid board analog-to-digital converter.
333 Since the IP is used for i.MX6SLX, the driver also support i.MX6SLX.
334
335 This driver can also be built as a module. If so, the module will be
336 called vf610_adc.
337
Lars Poeschelffd8a6e2012-11-05 15:48:26 +0100338config VIPERBOARD_ADC
339 tristate "Viperboard ADC support"
340 depends on MFD_VIPERBOARD && USB
341 help
342 Say yes here to access the ADC part of the Nano River
343 Technologies Viperboard.
344
Lars-Peter Clausenbdc8cda2014-02-17 14:10:00 +0000345config XILINX_XADC
346 tristate "Xilinx XADC driver"
347 depends on ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST
348 depends on HAS_IOMEM
349 select IIO_BUFFER
350 select IIO_TRIGGERED_BUFFER
351 help
352 Say yes here to have support for the Xilinx XADC. The driver does support
353 both the ZYNQ interface to the XADC as well as the AXI-XADC interface.
354
355 The driver can also be build as a module. If so, the module will be called
356 xilinx-xadc.
357
Maxime Ripard0e589d52012-05-11 15:35:33 +0200358endmenu