blob: 06826f46929a7920ec495d50b85cd0de3c68f156 [file] [log] [blame]
David Schleefed9eccb2008-11-04 20:29:31 -08001config COMEDI
Matt LaPlante692105b2009-01-26 11:12:25 +01002 tristate "Data acquisition support (comedi)"
Alexander Kurzba2450b2010-05-15 16:09:01 +04003 depends on m
David Schleefed9eccb2008-11-04 20:29:31 -08004 ---help---
Matt LaPlante692105b2009-01-26 11:12:25 +01005 Enable support a wide range of data acquisition devices
David Schleefed9eccb2008-11-04 20:29:31 -08006 for Linux.
7
H Hartley Sweeten4829a992012-06-12 17:37:10 -07008if COMEDI
9
Mariusz Kozlowski0a3b8b62009-02-16 21:31:27 +010010config COMEDI_DEBUG
11 bool "Comedi debugging"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040012 ---help---
Mariusz Kozlowski0a3b8b62009-02-16 21:31:27 +010013 This is an option for use by developers; most people should
14 say N here. This enables comedi core and driver debugging.
15
Ian Abbott234bb3c2012-04-13 14:12:54 +010016config COMEDI_DEFAULT_BUF_SIZE_KB
17 int "Comedi default initial asynchronous buffer size in KiB"
18 default "2048"
Ian Abbott234bb3c2012-04-13 14:12:54 +010019 ---help---
20 This is the default asynchronous buffer size which is used for
21 commands running in the background in kernel space. This
22 defaults to 2048 KiB of memory so that a 16 channel card
23 running at 10 kHz has of 2-4 seconds of buffer.
24
25config COMEDI_DEFAULT_BUF_MAXSIZE_KB
26 int "Comedi default maximum asynchronous buffer size in KiB"
27 default "20480"
Ian Abbott234bb3c2012-04-13 14:12:54 +010028 ---help---
29 This is the default maximum asynchronous buffer size which can
30 be requested by a userspace program without root privileges.
31 This is set to 20480 KiB so that a fast I/O card with 16
32 channels running at 100 kHz has 2-4 seconds of buffer.
33
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040034menuconfig COMEDI_MISC_DRIVERS
H Hartley Sweeten64be0962012-06-19 16:20:28 -070035 bool "Comedi misc drivers"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040036 ---help---
37 Enable comedi misc drivers to be built
38
39 Note that the answer to this question won't directly affect the
40 kernel: saying N will just cause the configurator to skip all
41 the questions about misc non-hardware comedi drivers.
42
43if COMEDI_MISC_DRIVERS
44
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040045config COMEDI_BOND
Ian Abbott9f3a7732014-08-27 20:37:18 +010046 tristate "Comedi device bonding support"
47 select COMEDI_KCOMEDILIB
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040048 ---help---
49 Enable support for a driver to 'bond' (merge) multiple subdevices
50 from multiple devices together as one.
51
Ian Abbott9f3a7732014-08-27 20:37:18 +010052 Currently, it only handles digital I/O subdevices.
53
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040054 To compile this driver as a module, choose M here: the module will be
55 called comedi_bond.
56
57config COMEDI_TEST
58 tristate "Fake waveform generator support"
59 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040060 ---help---
61 Enable support for the fake waveform generator.
62 This driver is mainly for testing purposes, but can also be used to
63 generate sample waveforms on systems that don't have data acquisition
64 hardware.
65
66 To compile this driver as a module, choose M here: the module will be
67 called comedi_test.
68
69config COMEDI_PARPORT
70 tristate "Parallel port support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040071 ---help---
72 Enable support for the standard parallel port.
73 A cheap and easy way to get a few more digital I/O lines. Steal
74 additional parallel ports from old computers or your neighbors'
75 computers.
76
77 To compile this driver as a module, choose M here: the module will be
78 called comedi_parport.
79
80config COMEDI_SERIAL2002
81 tristate "Driver for serial connected hardware"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040082 ---help---
83 Enable support for serial connected hardware
84
85 To compile this driver as a module, choose M here: the module will be
86 called serial2002.
87
Ben Hutchings650433b2013-09-01 20:18:49 +010088config COMEDI_SSV_DNP
89 tristate "SSV Embedded Systems DIL/Net-PC support"
90 depends on X86_32 || COMPILE_TEST
91 ---help---
92 Enable support for SSV Embedded Systems DIL/Net-PC
93
94 To compile this driver as a module, choose M here: the module will be
95 called ssv_dnp.
96
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040097endif # COMEDI_MISC_DRIVERS
98
99menuconfig COMEDI_ISA_DRIVERS
H Hartley Sweeten64be0962012-06-19 16:20:28 -0700100 bool "Comedi ISA and PC/104 drivers"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400101 ---help---
102 Enable comedi ISA and PC/104 drivers to be built
103
104 Note that the answer to this question won't directly affect the
105 kernel: saying N will just cause the configurator to skip all
106 the questions about ISA and PC/104 comedi drivers.
107
H Hartley Sweeten4829a992012-06-12 17:37:10 -0700108if COMEDI_ISA_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400109
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400110config COMEDI_PCL711
111 tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400112 ---help---
113 Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112
114
115 To compile this driver as a module, choose M here: the module will be
116 called pcl711.
117
118config COMEDI_PCL724
119 tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO"
Alexander Kurz82419622010-05-19 23:13:19 +0400120 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400121 ---help---
H Hartley Sweetenee680802013-06-24 17:09:20 -0700122 Enable support for ISA and PC/104 based 8255 digital i/o boards. This
123 driver provides a legacy comedi driver wrapper for the generic 8255
124 support driver.
125
126 Supported boards include:
H Hartley Sweeten55e51ba2014-05-29 10:42:23 -0700127 Advantech PCL-724 24 channels
128 Advantech PCL-722 144 (or 96) channels
129 Advantech PCL-731 48 channels
130 ADlink ACL-7122 144 (or 96) channels
131 ADlink ACL-7124 24 channels
132 ADlink PET-48DIO 48 channels
133 WinSystems PCM-IO48 48 channels (PC/104)
134 Diamond Systems ONYX-MM-DIO 48 channels (PC/104)
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400135
136 To compile this driver as a module, choose M here: the module will be
137 called pcl724.
138
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400139config COMEDI_PCL726
140 tristate "Advantech PCL-726 and compatible ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400141 ---help---
142 Enable support for Advantech PCL-726 and compatible ISA cards.
143
144 To compile this driver as a module, choose M here: the module will be
145 called pcl726.
146
147config COMEDI_PCL730
H Hartley Sweetenf68d07f2013-06-06 15:37:44 -0700148 tristate "Simple Digital I/O board support (8-bit ports)"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400149 ---help---
H Hartley Sweetenf68d07f2013-06-06 15:37:44 -0700150 Enable support for various simple ISA or PC/104 Digital I/O boards.
151 These boards all use 8-bit I/O ports.
152
H Hartley Sweeten53030b12014-05-06 16:08:56 -0700153 Advantech PCL-730 iso - 16 in/16 out ttl - 16 in/16 out
154 ICP ISO-730 iso - 16 in/16 out ttl - 16 in/16 out
155 ADlink ACL-7130 iso - 16 in/16 out ttl - 16 in/16 out
156 Advantech PCM-3730 iso - 8 in/8 out ttl - 16 in/16 out
157 Advantech PCL-725 iso - 8 in/8 out
158 ICP P8R8-DIO iso - 8 in/8 out
159 ADlink ACL-7225b iso - 16 in/16 out
160 ICP P16R16-DIO iso - 16 in/16 out
161 Advantech PCL-733 iso - 32 in
162 Advantech PCL-734 iso - 32 out
163 Diamond Systems OPMM-1616-XT iso - 16 in/16 out
164 Diamond Systems PEARL-MM-P iso - 16 out
H Hartley Sweeten757c1fa2014-05-29 10:42:22 -0700165 Diamond Systems IR104-PBF iso - 20 in/20 out
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400166
167 To compile this driver as a module, choose M here: the module will be
168 called pcl730.
169
170config COMEDI_PCL812
171 tristate "Advantech PCL-812/813 and ADlink ACL-8112/8113/8113/8216"
Geert Uytterhoeven5ccac0f2013-01-30 13:00:09 +0100172 depends on VIRT_TO_BUS && ISA_DMA_API
H Hartley Sweeten8a8bd452014-03-07 17:31:38 -0700173 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400174 ---help---
175 Enable support for Advantech PCL-812/PG, PCL-813/B, ADLink
176 ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA,
177 A-822PGH/PGL, A-823PGH/PGL, A-826PG and ICP DAS ISO-813 ISA cards
178
179 To compile this driver as a module, choose M here: the module will be
180 called pcl812.
181
182config COMEDI_PCL816
183 tristate "Advantech PCL-814 and PCL-816 ISA card support"
Geert Uytterhoeven5ccac0f2013-01-30 13:00:09 +0100184 depends on VIRT_TO_BUS && ISA_DMA_API
H Hartley Sweeten61c33932014-03-07 17:31:39 -0700185 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400186 ---help---
187 Enable support for Advantech PCL-814 and PCL-816 ISA cards
188
189 To compile this driver as a module, choose M here: the module will be
190 called pcl816.
191
192config COMEDI_PCL818
193 tristate "Advantech PCL-718 and PCL-818 ISA card support"
Geert Uytterhoeven5ccac0f2013-01-30 13:00:09 +0100194 depends on VIRT_TO_BUS && ISA_DMA_API
H Hartley Sweeten2f1f7ea2014-03-07 17:31:40 -0700195 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400196 ---help---
197 Enable support for Advantech PCL-818 ISA cards
198 PCL-818L, PCL-818H, PCL-818HD, PCL-818HG, PCL-818 and PCL-718
199
200 To compile this driver as a module, choose M here: the module will be
201 called pcl818.
202
203config COMEDI_PCM3724
204 tristate "Advantech PCM-3724 PC/104 card support"
Alexander Kurz82419622010-05-19 23:13:19 +0400205 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400206 ---help---
207 Enable support for Advantech PCM-3724 PC/104 cards.
208
209 To compile this driver as a module, choose M here: the module will be
210 called pcm3724.
211
Ian Abbott8c287d22012-03-26 16:57:26 +0100212config COMEDI_AMPLC_DIO200_ISA
213 tristate "Amplicon PC212E/PC214E/PC215E/PC218E/PC272E"
214 select COMEDI_AMPLC_DIO200
Ian Abbott8c287d22012-03-26 16:57:26 +0100215 ---help---
216 Enable support for Amplicon PC212E, PC214E, PC215E, PC218E and
217 PC272E ISA DIO boards
218
219 To compile this driver as a module, choose M here: the module will be
220 called amplc_dio200.
221
Ian Abbott717ab672012-03-26 16:57:27 +0100222config COMEDI_AMPLC_PC236_ISA
223 tristate "Amplicon PC36AT DIO board support"
224 select COMEDI_AMPLC_PC236
Ian Abbott717ab672012-03-26 16:57:27 +0100225 ---help---
226 Enable support for Amplicon PC36AT ISA DIO board.
227
228 To compile this driver as a module, choose M here: the module will be
229 called amplc_pc236.
230
Ian Abbott3e6be972012-03-26 16:57:28 +0100231config COMEDI_AMPLC_PC263_ISA
232 tristate "Amplicon PC263 relay board support"
Ian Abbott3e6be972012-03-26 16:57:28 +0100233 ---help---
Ian Abbott22691ae2013-04-12 17:01:54 +0100234 Enable support for Amplicon PC263 ISA relay board. This board has
235 16 reed relay output channels.
Ian Abbott3e6be972012-03-26 16:57:28 +0100236
237 To compile this driver as a module, choose M here: the module will be
238 called amplc_pc263.
239
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400240config COMEDI_RTI800
241 tristate "Analog Devices RTI-800/815 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400242 ---help---
243 Enable support for Analog Devices RTI-800/815 ISA cards
244
245 To compile this driver as a module, choose M here: the module will be
246 called rti800.
247
248config COMEDI_RTI802
249 tristate "Analog Devices RTI-802 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400250 ---help---
251 Enable support for Analog Devices RTI-802 ISA cards
252
253 To compile this driver as a module, choose M here: the module will be
254 called rti802.
255
H Hartley Sweeten99999e22014-03-11 12:04:17 -0700256config COMEDI_DAC02
257 tristate "Keithley Metrabyte DAC02 compatible ISA card support"
258 ---help---
259 Enable support for Keithley Metrabyte DAC02 compatible ISA cards.
260
261 To compile this driver as a module, choose M here: the module will be
262 called dac02.
263
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400264config COMEDI_DAS16M1
265 tristate "MeasurementComputing CIO-DAS16/M1DAS-16 ISA card support"
Alexander Kurz82419622010-05-19 23:13:19 +0400266 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400267 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400268 ---help---
269 Enable support for Measurement Computing CIO-DAS16/M1 ISA cards.
270
271 To compile this driver as a module, choose M here: the module will be
272 called das16m1.
273
Ian Abbott2e3c0242012-03-26 16:57:29 +0100274config COMEDI_DAS08_ISA
275 tristate "DAS-08 compatible ISA and PC/104 card support"
276 select COMEDI_DAS08
Ian Abbott2e3c0242012-03-26 16:57:29 +0100277 ---help---
278 Enable support for Keithley Metrabyte/ComputerBoards DAS08
279 and compatible ISA and PC/104 cards:
280 Keithley Metrabyte/ComputerBoards DAS08, DAS08-PGM, DAS08-PGH,
281 DAS08-PGL, DAS08-AOH, DAS08-AOL, DAS08-AOM, DAS08/JR-AO,
282 DAS08/JR-16-AO, PC104-DAS08, DAS08/JR/16.
283
284 To compile this driver as a module, choose M here: the module will be
H Hartley Sweetenf91f9be2013-01-31 15:25:49 -0700285 called das08_isa.
Ian Abbott2e3c0242012-03-26 16:57:29 +0100286
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400287config COMEDI_DAS16
288 tristate "DAS-16 compatible ISA and PC/104 card support"
Geert Uytterhoeven5ccac0f2013-01-30 13:00:09 +0100289 depends on ISA_DMA_API
Alexander Kurz82419622010-05-19 23:13:19 +0400290 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400291 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400292 ---help---
293 Enable support for Keithley Metrabyte/ComputerBoards DAS16
294 and compatible ISA and PC/104 cards:
295 Keithley Metrabyte DAS-16, DAS-16G, DAS-16F, DAS-1201, DAS-1202,
296 DAS-1401, DAS-1402, DAS-1601, DAS-1602 and
297 ComputerBoards/MeasurementComputing PC104-DAS16/JR/,
298 PC104-DAS16JR/16, CIO-DAS16JR/16, CIO-DAS16/JR, CIO-DAS1401/12,
299 CIO-DAS1402/12, CIO-DAS1402/16, CIO-DAS1601/12, CIO-DAS1602/12,
300 CIO-DAS1602/16, CIO-DAS16/330
301
302 To compile this driver as a module, choose M here: the module will be
303 called das16.
304
305config COMEDI_DAS800
306 tristate "DAS800 and compatible ISA card support"
307 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400308 ---help---
309 Enable support for Keithley Metrabyte DAS800 and compatible ISA cards
310 Keithley Metrabyte DAS-800, DAS-801, DAS-802
311 Measurement Computing CIO-DAS800, CIO-DAS801, CIO-DAS802 and
312 CIO-DAS802/16
313
314 To compile this driver as a module, choose M here: the module will be
315 called das800.
316
317config COMEDI_DAS1800
318 tristate "DAS1800 and compatible ISA card support"
Geert Uytterhoeven5ccac0f2013-01-30 13:00:09 +0100319 depends on VIRT_TO_BUS && ISA_DMA_API
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400320 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400321 ---help---
322 Enable support for DAS1800 and compatible ISA cards
323 Keithley Metrabyte DAS-1701ST, DAS-1701ST-DA, DAS-1701/AO,
324 DAS-1702ST, DAS-1702ST-DA, DAS-1702HR, DAS-1702HR-DA, DAS-1702/AO,
325 DAS-1801ST, DAS-1801ST-DA, DAS-1801HC, DAS-1801AO, DAS-1802ST,
326 DAS-1802ST-DA, DAS-1802HR, DAS-1802HR-DA, DAS-1802HC and
327 DAS-1802AO
328
329 To compile this driver as a module, choose M here: the module will be
330 called das1800.
331
332config COMEDI_DAS6402
333 tristate "DAS6402 and compatible ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400334 ---help---
335 Enable support for DAS6402 and compatible ISA cards
336 Computerboards, Keithley Metrabyte DAS6402 and compatibles
337
338 To compile this driver as a module, choose M here: the module will be
339 called das6402.
340
341config COMEDI_DT2801
342 tristate "Data Translation DT2801 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400343 ---help---
344 Enable support for Data Translation DT2801 ISA cards
345
346 To compile this driver as a module, choose M here: the module will be
347 called dt2801.
348
349config COMEDI_DT2811
350 tristate "Data Translation DT2811 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400351 ---help---
352 Enable support for Data Translation DT2811 ISA cards
353
354 To compile this driver as a module, choose M here: the module will be
355 called dt2811.
356
357config COMEDI_DT2814
358 tristate "Data Translation DT2814 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400359 ---help---
360 Enable support for Data Translation DT2814 ISA cards
361
362 To compile this driver as a module, choose M here: the module will be
363 called dt2814.
364
365config COMEDI_DT2815
366 tristate "Data Translation DT2815 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400367 ---help---
368 Enable support for Data Translation DT2815 ISA cards
369
370 To compile this driver as a module, choose M here: the module will be
371 called dt2815.
372
373config COMEDI_DT2817
374 tristate "Data Translation DT2817 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400375 ---help---
376 Enable support for Data Translation DT2817 ISA cards
377
378 To compile this driver as a module, choose M here: the module will be
379 called dt2817.
380
381config COMEDI_DT282X
382 tristate "Data Translation DT2821 series and DT-EZ ISA card support"
383 select COMEDI_FC
Geert Uytterhoeven5ccac0f2013-01-30 13:00:09 +0100384 depends on VIRT_TO_BUS && ISA_DMA_API
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400385 ---help---
386 Enable support for Data Translation DT2821 series including DT-EZ
387 DT2821, DT2821-F-16SE, DT2821-F-8DI, DT2821-G-16SE, DT2821-G-8DI,
388 DT2823 (dt2823), DT2824-PGH, DT2824-PGL, DT2825, DT2827, DT2828,
389 DT21-EZ, DT23-EZ, DT24-EZ and DT24-EZ-PGL
390
391 To compile this driver as a module, choose M here: the module will be
392 called dt282x.
393
394config COMEDI_DMM32AT
395 tristate "Diamond Systems MM-32-AT PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400396 ---help---
397 Enable support for Diamond Systems MM-32-AT PC/104 boards
398
399 To compile this driver as a module, choose M here: the module will be
400 called dmm32at.
401
Ben Hutchings650433b2013-09-01 20:18:49 +0100402config COMEDI_UNIOXX5
403 tristate "Fastwel UNIOxx-5 analog and digital io board support"
404 ---help---
405 Enable support for Fastwel UNIOxx-5 (analog and digital i/o) boards
406
407 To compile this driver as a module, choose M here: the module will be
408 called unioxx5.
409
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400410config COMEDI_FL512
411 tristate "FL512 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400412 ---help---
413 Enable support for FL512 ISA card
414
415 To compile this driver as a module, choose M here: the module will be
416 called fl512.
417
418config COMEDI_AIO_AIO12_8
419 tristate "I/O Products PC/104 AIO12-8 Analog I/O Board support"
Alexander Kurz82419622010-05-19 23:13:19 +0400420 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400421 ---help---
422 Enable support for I/O Products PC/104 AIO12-8 Analog I/O Board
423
424 To compile this driver as a module, choose M here: the module will be
425 called aio_aio12_8.
426
427config COMEDI_AIO_IIRO_16
428 tristate "I/O Products PC/104 IIRO16 Board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400429 ---help---
430 Enable support for I/O Products PC/104 IIRO16 Relay And Isolated
431 Input Board
432
433 To compile this driver as a module, choose M here: the module will be
434 called aio_iiro_16.
435
H Hartley Sweeten381102b2013-06-24 17:07:28 -0700436config COMEDI_II_PCI20KC
437 tristate "Intelligent Instruments PCI-20001C carrier support"
438 ---help---
439 Enable support for Intelligent Instruments PCI-20001C carrier
440 PCI-20001, PCI-20006 and PCI-20341
441
442 To compile this driver as a module, choose M here: the module will be
443 called ii_pci20kc.
444
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400445config COMEDI_C6XDIGIO
446 tristate "Mechatronic Systems Inc. C6x_DIGIO DSP daughter card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400447 ---help---
448 Enable support for Mechatronic Systems Inc. C6x_DIGIO DSP daughter
449 card
450
451 To compile this driver as a module, choose M here: the module will be
452 called c6xdigio.
453
454config COMEDI_MPC624
455 tristate "Micro/sys MPC-624 PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400456 ---help---
457 Enable support for Micro/sys MPC-624 PC/104 board
458
459 To compile this driver as a module, choose M here: the module will be
460 called mpc624.
461
462config COMEDI_ADQ12B
463 tristate "MicroAxial ADQ12-B data acquisition and control card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400464 ---help---
465 Enable MicroAxial ADQ12-B daq and control card support.
466
467 To compile this driver as a module, choose M here: the module will be
468 called adq12b.
469
470config COMEDI_NI_AT_A2150
471 tristate "NI AT-A2150 ISA card support"
Ian Abbott34ffb332013-01-03 12:15:26 +0000472 select COMEDI_FC
Geert Uytterhoeven5ccac0f2013-01-30 13:00:09 +0100473 depends on VIRT_TO_BUS && ISA_DMA_API
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400474 ---help---
475 Enable support for National Instruments AT-A2150 cards
476
477 To compile this driver as a module, choose M here: the module will be
478 called ni_at_a2150.
479
480config COMEDI_NI_AT_AO
481 tristate "NI AT-AO-6/10 EISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400482 ---help---
483 Enable support for National Instruments AT-AO-6/10 cards
484
485 To compile this driver as a module, choose M here: the module will be
486 called ni_at_ao.
487
488config COMEDI_NI_ATMIO
489 tristate "NI AT-MIO E series ISA-PNP card support"
Ian Abbott0742cec2011-02-08 15:26:33 +0000490 select COMEDI_8255
Ian Abbott7ac21b82012-06-25 19:49:37 +0100491 select COMEDI_NI_TIO
H Hartley Sweeten48c8cd22013-09-26 10:28:28 -0700492 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400493 ---help---
494 Enable support for National Instruments AT-MIO E series cards
495 National Instruments AT-MIO-16E-1 (ni_atmio),
496 AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3,
497 AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10
498
499 To compile this driver as a module, choose M here: the module will be
500 called ni_atmio.
501
502config COMEDI_NI_ATMIO16D
Ian Abbott91f44912013-07-26 12:03:19 +0100503 tristate "NI AT-MIO-16/AT-MIO-16D series ISA card support"
Alexander Kurz82419622010-05-19 23:13:19 +0400504 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400505 ---help---
Ian Abbott91f44912013-07-26 12:03:19 +0100506 Enable support for National Instruments AT-MIO-16/AT-MIO-16D cards.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400507
508 To compile this driver as a module, choose M here: the module will be
509 called ni_atmio16d.
510
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -0700511config COMEDI_NI_LABPC_ISA
512 tristate "NI Lab-PC and compatibles ISA support"
513 select COMEDI_NI_LABPC
Ian Abbott9a638662013-06-28 17:09:19 +0100514 select COMEDI_NI_LABPC_ISADMA if ISA_DMA_API && VIRT_TO_BUS
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -0700515 ---help---
516 Enable support for National Instruments Lab-PC and compatibles
517 Lab-PC-1200, Lab-PC-1200AI, Lab-PC+.
518 Kernel-level ISA plug-and-play support for the lab-pc-1200 boards has
519 not yet been added to the driver.
520
521 To compile this driver as a module, choose M here: the module will be
522 called ni_labpc.
523
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400524config COMEDI_PCMAD
525 tristate "Winsystems PCM-A/D12 and PCM-A/D16 PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400526 ---help---
527 Enable support for Winsystems PCM-A/D12 and PCM-A/D16 PC/104 boards.
528
529 To compile this driver as a module, choose M here: the module will be
530 called pcmad.
531
532config COMEDI_PCMDA12
533 tristate "Winsystems PCM-D/A-12 8-channel AO PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400534 ---help---
535 Enable support for Winsystems PCM-D/A-12 8-channel AO PC/104 boards.
536 Note that the board is not ISA-PNP capable and thus needs the I/O
537 port comedi_config parameter.
538
539 To compile this driver as a module, choose M here: the module will be
540 called pcmda12.
541
542config COMEDI_PCMMIO
543 tristate "Winsystems PCM-MIO PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400544 ---help---
545 Enable support for Winsystems PCM-MIO multifunction PC/104 boards.
546
547 To compile this driver as a module, choose M here: the module will be
548 called pcmmio.
549
550config COMEDI_PCMUIO
551 tristate "Winsystems PCM-UIO48A and PCM-UIO96A PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400552 ---help---
553 Enable support for PCM-UIO48A and PCM-UIO96A PC/104 boards.
554
555 To compile this driver as a module, choose M here: the module will be
556 called pcmuio.
557
558config COMEDI_MULTIQ3
559 tristate "Quanser Consulting MultiQ-3 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400560 ---help---
561 Enable support for Quanser Consulting MultiQ-3 ISA cards
562
563 To compile this driver as a module, choose M here: the module will be
564 called multiq3.
565
H Hartley Sweeten14718822013-06-03 14:38:21 -0700566config COMEDI_S526
567 tristate "Sensoray s526 support"
568 ---help---
569 Enable support for Sensoray s526
570
571 To compile this driver as a module, choose M here: the module will be
572 called s526.
573
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400574endif # COMEDI_ISA_DRIVERS
575
576menuconfig COMEDI_PCI_DRIVERS
H Hartley Sweeten64be0962012-06-19 16:20:28 -0700577 bool "Comedi PCI drivers"
H Hartley Sweeten4829a992012-06-12 17:37:10 -0700578 depends on PCI
Greg Kroah-Hartman84c9dc22008-11-14 14:10:15 -0800579 ---help---
H Hartley Sweeten33782dd2013-01-30 15:22:21 -0700580 Enable support for comedi PCI drivers.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400581
H Hartley Sweeten4829a992012-06-12 17:37:10 -0700582if COMEDI_PCI_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400583
H Hartley Sweeten41518de2012-09-12 15:37:14 -0700584config COMEDI_8255_PCI
585 tristate "Generic PCI based 8255 digital i/o board support"
586 select COMEDI_8255
587 ---help---
588 Enable support for PCI based 8255 digital i/o boards. This driver
589 provides a PCI wrapper around the generic 8255 driver.
590
591 Supported boards:
592 ADlink - PCI-7224, PCI-7248, and PCI-7296
H Hartley Sweeten606b0472012-09-12 15:39:48 -0700593 Measurement Computing - PCI-DIO24, PCI-DIO24H, PCI-DIO48H and
594 PCI-DIO96H
H Hartley Sweetenb37c1ae2012-09-13 10:24:00 -0700595 National Instruments - PCI-DIO-96, PCI-DIO-96B, PXI-6508, PCI-6503,
596 PCI-6503B, PCI-6503X, and PXI-6503
H Hartley Sweeten41518de2012-09-12 15:37:14 -0700597
598 To compile this driver as a module, choose M here: the module will
599 be called 8255_pci.
600
H Hartley Sweeten2abcf872013-01-17 17:41:01 -0700601config COMEDI_ADDI_WATCHDOG
602 tristate
603 ---help---
604 Provides support for the watchdog subdevice found on many ADDI-DATA
605 boards. This module will be automatically selected when needed. The
606 module will be called addi_watchdog.
607
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400608config COMEDI_ADDI_APCI_035
609 tristate "ADDI-DATA APCI_035 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400610 ---help---
611 Enable support for ADDI-DATA APCI_035 cards
612
613 To compile this driver as a module, choose M here: the module will be
614 called addi_apci_035.
615
616config COMEDI_ADDI_APCI_1032
617 tristate "ADDI-DATA APCI_1032 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400618 ---help---
619 Enable support for ADDI-DATA APCI_1032 cards
620
621 To compile this driver as a module, choose M here: the module will be
622 called addi_apci_1032.
623
624config COMEDI_ADDI_APCI_1500
625 tristate "ADDI-DATA APCI_1500 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400626 ---help---
627 Enable support for ADDI-DATA APCI_1500 cards
628
629 To compile this driver as a module, choose M here: the module will be
630 called addi_apci_1500.
631
632config COMEDI_ADDI_APCI_1516
H Hartley Sweeten98071b62012-11-13 13:48:34 -0700633 tristate "ADDI-DATA APCI-1016/1516/2016 support"
H Hartley Sweeten1445ea12013-01-23 16:51:01 -0700634 select COMEDI_ADDI_WATCHDOG
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400635 ---help---
H Hartley Sweeten98071b62012-11-13 13:48:34 -0700636 Enable support for ADDI-DATA APCI-1016, APCI-1516 and APCI-2016 boards.
637 These are 16 channel, optically isolated, digital I/O boards. The 1516
638 and 2016 boards also have a watchdog for resetting the outputs to "0".
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400639
640 To compile this driver as a module, choose M here: the module will be
641 called addi_apci_1516.
642
643config COMEDI_ADDI_APCI_1564
644 tristate "ADDI-DATA APCI_1564 support"
Arnd Bergmann88513622014-06-03 12:29:29 +0200645 select COMEDI_ADDI_WATCHDOG
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400646 ---help---
647 Enable support for ADDI-DATA APCI_1564 cards
648
649 To compile this driver as a module, choose M here: the module will be
650 called addi_apci_1564.
651
652config COMEDI_ADDI_APCI_16XX
653 tristate "ADDI-DATA APCI_16xx support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400654 ---help---
655 Enable support for ADDI-DATA APCI_16xx cards
656
657 To compile this driver as a module, choose M here: the module will be
658 called addi_apci_16xx.
659
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400660config COMEDI_ADDI_APCI_2032
661 tristate "ADDI-DATA APCI_2032 support"
H Hartley Sweeten5b62fe22013-01-17 17:41:25 -0700662 select COMEDI_ADDI_WATCHDOG
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400663 ---help---
664 Enable support for ADDI-DATA APCI_2032 cards
665
666 To compile this driver as a module, choose M here: the module will be
667 called addi_apci_2032.
668
669config COMEDI_ADDI_APCI_2200
670 tristate "ADDI-DATA APCI_2200 support"
H Hartley Sweeten26b39892013-01-21 15:19:52 -0700671 select COMEDI_ADDI_WATCHDOG
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400672 ---help---
673 Enable support for ADDI-DATA APCI_2200 cards
674
675 To compile this driver as a module, choose M here: the module will be
676 called addi_apci_2200.
677
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400678config COMEDI_ADDI_APCI_3120
H Hartley Sweeten973781a2012-11-01 17:24:06 -0700679 tristate "ADDI-DATA APCI_3120/3001 support"
Ian Abbottfbfd9c82014-09-12 12:19:56 +0100680 depends on HAS_DMA
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400681 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400682 ---help---
H Hartley Sweeten973781a2012-11-01 17:24:06 -0700683 Enable support for ADDI-DATA APCI_3120/3001 cards
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400684
685 To compile this driver as a module, choose M here: the module will be
686 called addi_apci_3120.
687
688config COMEDI_ADDI_APCI_3501
689 tristate "ADDI-DATA APCI_3501 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400690 ---help---
691 Enable support for ADDI-DATA APCI_3501 cards
692
693 To compile this driver as a module, choose M here: the module will be
694 called addi_apci_3501.
695
696config COMEDI_ADDI_APCI_3XXX
697 tristate "ADDI-DATA APCI_3xxx support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400698 ---help---
699 Enable support for ADDI-DATA APCI_3xxx cards
700
701 To compile this driver as a module, choose M here: the module will be
702 called addi_apci_3xxx.
703
704config COMEDI_ADL_PCI6208
705 tristate "ADLink PCI-6208A support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400706 ---help---
707 Enable support for ADLink PCI-6208A cards
708
709 To compile this driver as a module, choose M here: the module will be
710 called adl_pci6208.
711
H Hartley Sweeten8f567c32012-08-03 10:28:18 -0700712config COMEDI_ADL_PCI7X3X
713 tristate "ADLink PCI-723X/743X isolated digital i/o board support"
714 ---help---
715 Enable support for ADlink PCI-723X/743X isolated digital i/o boards.
716 Supported boards include the 32-channel PCI-7230 (16 in/16 out),
717 PCI-7233 (32 in), and PCI-7234 (32 out) as well as the 64-channel
718 PCI-7432 (32 in/32 out), PCI-7433 (64 in), and PCI-7434 (64 out).
719
720 To compile this driver as a module, choose M here: the module will be
721 called adl_pci7x3x.
722
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400723config COMEDI_ADL_PCI8164
724 tristate "ADLink PCI-8164 4 Axes Motion Control board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400725 ---help---
726 Enable support for ADlink PCI-8164 4 Axes Motion Control board
727
728 To compile this driver as a module, choose M here: the module will be
729 called adl_pci8164.
730
731config COMEDI_ADL_PCI9111
732 tristate "ADLink PCI-9111HR support"
733 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400734 ---help---
735 Enable support for ADlink PCI9111 cards
736
737 To compile this driver as a module, choose M here: the module will be
738 called adl_pci9111.
739
740config COMEDI_ADL_PCI9118
741 tristate "ADLink PCI-9118DG, PCI-9118HG, PCI-9118HR support"
742 select COMEDI_FC
Ian Abbott75fbdbf2014-09-12 10:04:44 +0100743 depends on HAS_DMA
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400744 ---help---
745 Enable support for ADlink PCI-9118DG, PCI-9118HG, PCI-9118HR cards
746
747 To compile this driver as a module, choose M here: the module will be
748 called adl_pci9118.
749
750config COMEDI_ADV_PCI1710
751 tristate "Advantech PCI-171x, PCI-1720 and PCI-1731 support"
H Hartley Sweetena18fad82014-03-07 17:31:29 -0700752 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400753 ---help---
754 Enable support for Advantech PCI-1710, PCI-1710HG, PCI-1711,
755 PCI-1713, PCI-1720 and PCI-1731
756
757 To compile this driver as a module, choose M here: the module will be
758 called adv_pci1710.
759
760config COMEDI_ADV_PCI1723
761 tristate "Advantech PCI-1723 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400762 ---help---
763 Enable support for Advantech PCI-1723 cards
764
765 To compile this driver as a module, choose M here: the module will be
766 called adv_pci1723.
767
Frank Mori Hessf165d812013-03-12 11:42:32 +0000768config COMEDI_ADV_PCI1724
769 tristate "Advantech PCI-1724U support"
770 ---help---
771 Enable support for Advantech PCI-1724U cards. These are 32-channel
772 analog output cards with voltage and current loop output ranges and
773 14-bit resolution.
774
775 To compile this driver as a module, choose M here: the module will be
776 called adv_pci1724.
777
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400778config COMEDI_ADV_PCI_DIO
779 tristate "Advantech PCI DIO card support"
Alexander Kurz82419622010-05-19 23:13:19 +0400780 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400781 ---help---
782 Enable support for Advantech PCI DIO cards
Ian Abbott9e77e6b2012-01-09 15:45:45 +0000783 PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U,
784 PCI-1750, PCI-1751, PCI-1752, PCI-1753/E, PCI-1754, PCI-1756,
785 PCI-1760 and PCI-1762
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400786
787 To compile this driver as a module, choose M here: the module will be
788 called adv_pci_dio.
789
Ian Abbott8c287d22012-03-26 16:57:26 +0100790config COMEDI_AMPLC_DIO200_PCI
Ian Abbott23249ea2012-10-24 16:48:14 +0100791 tristate "Amplicon PCI215/PCI272/PCIe215/PCIe236/PCIe296 DIO support"
Ian Abbott8c287d22012-03-26 16:57:26 +0100792 select COMEDI_AMPLC_DIO200
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400793 ---help---
Ian Abbott23249ea2012-10-24 16:48:14 +0100794 Enable support for Amplicon PCI215, PCI272, PCIe215, PCIe236
795 and PCIe296 DIO boards.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400796
797 To compile this driver as a module, choose M here: the module will be
Ian Abbott89f3e662013-03-19 09:43:01 +0000798 called amplc_dio200_pci.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400799
Ian Abbott717ab672012-03-26 16:57:27 +0100800config COMEDI_AMPLC_PC236_PCI
801 tristate "Amplicon PCI236 DIO board support"
802 select COMEDI_AMPLC_PC236
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400803 ---help---
Ian Abbott717ab672012-03-26 16:57:27 +0100804 Enable support for Amplicon PCI236 DIO board.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400805
806 To compile this driver as a module, choose M here: the module will be
Ian Abbott4cb60db22014-07-28 13:09:34 +0100807 called amplc_pci236.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400808
Ian Abbott3e6be972012-03-26 16:57:28 +0100809config COMEDI_AMPLC_PC263_PCI
810 tristate "Amplicon PCI263 relay board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400811 ---help---
Ian Abbott22691ae2013-04-12 17:01:54 +0100812 Enable support for Amplicon PCI263 relay board. This is a PCI board
813 with 16 reed relay output channels.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400814
815 To compile this driver as a module, choose M here: the module will be
Ian Abbott22691ae2013-04-12 17:01:54 +0100816 called amplc_pci263.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400817
818config COMEDI_AMPLC_PCI224
819 tristate "Amplicon PCI224 and PCI234 support"
820 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400821 ---help---
822 Enable support for Amplicon PCI224 and PCI234 AO boards
823
824 To compile this driver as a module, choose M here: the module will be
825 called amplc_pci224.
826
827config COMEDI_AMPLC_PCI230
828 tristate "Amplicon PCI230 and PCI260 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400829 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400830 ---help---
831 Enable support for Amplicon PCI230 and PCI260 Multifunction I/O
832 boards
833
834 To compile this driver as a module, choose M here: the module will be
835 called amplc_pci230.
836
837config COMEDI_CONTEC_PCI_DIO
838 tristate "Contec PIO1616L digital I/O board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400839 ---help---
840 Enable support for the Contec PIO1616L digital I/O board
841
842 To compile this driver as a module, choose M here: the module will be
843 called contec_pci_dio.
844
Ian Abbott2e3c0242012-03-26 16:57:29 +0100845config COMEDI_DAS08_PCI
846 tristate "DAS-08 PCI support"
847 select COMEDI_DAS08
Ian Abbott2e3c0242012-03-26 16:57:29 +0100848 ---help---
849 Enable support for PCI DAS-08 cards.
850
851 To compile this driver as a module, choose M here: the module will be
H Hartley Sweetenf91f9be2013-01-31 15:25:49 -0700852 called das08_pci.
Ian Abbott2e3c0242012-03-26 16:57:29 +0100853
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400854config COMEDI_DT3000
855 tristate "Data Translation DT3000 series support"
H Hartley Sweetend2881512014-03-07 17:31:42 -0700856 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400857 ---help---
858 Enable support for Data Translation DT3000 series
859 DT3001, DT3001-PGL, DT3002, DT3003, DT3003-PGL, DT3004, DT3005 and
860 DT3004-200
861
862 To compile this driver as a module, choose M here: the module will be
863 called dt3000.
864
Prashant P. Shah880e9612011-06-13 12:59:43 +0530865config COMEDI_DYNA_PCI10XX
866 tristate "Dynalog PCI DAQ series support"
Prashant P. Shah880e9612011-06-13 12:59:43 +0530867 ---help---
868 Enable support for Dynalog PCI DAQ series
869 PCI-1050
870
871 To compile this driver as a module, choose M here: the module will be
872 called dyna_pci10xx.
873
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400874config COMEDI_GSC_HPDI
875 tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support"
876 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400877 ---help---
878 Enable support for General Standards Corporation high speed parallel
879 digital interface rs485 boards PCI-HPDI32 and PMC-HPDI32.
880 Only receive mode works, transmit not supported.
881
882 To compile this driver as a module, choose M here: the module will be
883 called gsc_hpdi.
884
Rostislav Lisovy04b56502014-01-09 23:46:46 +0100885config COMEDI_MF6X4
886 tristate "Humusoft MF634 and MF624 DAQ Card support"
887 ---help---
888 This driver supports both Humusoft MF634 and MF624 Data acquisition
889 cards. The legacy Humusoft MF614 card is not supported.
890
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400891config COMEDI_ICP_MULTI
892 tristate "Inova ICP_MULTI support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400893 ---help---
894 Enable support for Inova ICP_MULTI card
895
896 To compile this driver as a module, choose M here: the module will be
897 called icp_multi.
898
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400899config COMEDI_DAQBOARD2000
900 tristate "IOtech DAQboard/2000 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400901 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400902 ---help---
903 Enable support for the IOtech DAQboard/2000
904
905 To compile this driver as a module, choose M here: the module will be
906 called daqboard2000.
907
908config COMEDI_JR3_PCI
909 tristate "JR3/PCI force sensor board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400910 ---help---
911 Enable support for JR3/PCI force sensor boards
912
913 To compile this driver as a module, choose M here: the module will be
914 called jr3_pci.
915
916config COMEDI_KE_COUNTER
917 tristate "Kolter-Electronic PCI Counter 1 card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400918 ---help---
919 Enable support for Kolter-Electronic PCI Counter 1 cards
920
921 To compile this driver as a module, choose M here: the module will be
922 called ke_counter.
923
924config COMEDI_CB_PCIDAS64
925 tristate "MeasurementComputing PCI-DAS 64xx, 60xx, and 4020 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400926 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400927 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400928 ---help---
929 Enable support for ComputerBoards/MeasurementComputing PCI-DAS 64xx,
930 60xx, and 4020 series with the PLX 9080 PCI controller
931
932 To compile this driver as a module, choose M here: the module will be
933 called cb_pcidas64.
934
935config COMEDI_CB_PCIDAS
936 tristate "MeasurementComputing PCI-DAS support"
Alexander Kurz82419622010-05-19 23:13:19 +0400937 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400938 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400939 ---help---
940 Enable support for ComputerBoards/MeasurementComputing PCI-DAS with
941 AMCC S5933 PCIcontroller: PCI-DAS1602/16, PCI-DAS1602/16jr,
942 PCI-DAS1602/12, PCI-DAS1200, PCI-DAS1200jr, PCI-DAS1000, PCI-DAS1001
943 and PCI_DAS1002.
944
945 To compile this driver as a module, choose M here: the module will be
946 called cb_pcidas.
947
948config COMEDI_CB_PCIDDA
949 tristate "MeasurementComputing PCI-DDA series support"
Alexander Kurz82419622010-05-19 23:13:19 +0400950 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400951 ---help---
952 Enable support for ComputerBoards/MeasurementComputing PCI-DDA
953 series: PCI-DDA08/12, PCI-DDA04/12, PCI-DDA02/12, PCI-DDA08/16,
954 PCI-DDA04/16 and PCI-DDA02/16
955
956 To compile this driver as a module, choose M here: the module will be
957 called cb_pcidda.
958
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400959config COMEDI_CB_PCIMDAS
960 tristate "MeasurementComputing PCIM-DAS1602/16 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400961 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400962 ---help---
963 Enable support for ComputerBoards/MeasurementComputing PCI Migration
964 series PCIM-DAS1602/16
965
966 To compile this driver as a module, choose M here: the module will be
967 called cb_pcimdas.
968
969config COMEDI_CB_PCIMDDA
970 tristate "MeasurementComputing PCIM-DDA06-16 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400971 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400972 ---help---
973 Enable support for ComputerBoards/MeasurementComputing PCIM-DDA06-16
974
975 To compile this driver as a module, choose M here: the module will be
976 called cb_pcimdda.
977
978config COMEDI_ME4000
979 tristate "Meilhaus ME-4000 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400980 ---help---
981 Enable support for Meilhaus PCI data acquisition cards
982 ME-4650, ME-4670i, ME-4680, ME-4680i and ME-4680is
983
984 To compile this driver as a module, choose M here: the module will be
985 called me4000.
986
987config COMEDI_ME_DAQ
988 tristate "Meilhaus ME-2000i, ME-2600i, ME-3000vm1 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400989 ---help---
990 Enable support for Meilhaus PCI data acquisition cards
991 ME-2000i, ME-2600i and ME-3000vm1
992
993 To compile this driver as a module, choose M here: the module will be
994 called me_daq.
995
996config COMEDI_NI_6527
997 tristate "NI 6527 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400998 ---help---
999 Enable support for the National Instruments 6527 PCI card
1000
1001 To compile this driver as a module, choose M here: the module will be
1002 called ni_6527.
1003
1004config COMEDI_NI_65XX
1005 tristate "NI 65xx static dio PCI card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001006 ---help---
1007 Enable support for National Instruments 65xx static dio boards.
1008 Supported devices: National Instruments PCI-6509 (ni_65xx),
1009 PXI-6509, PCI-6510, PCI-6511, PXI-6511, PCI-6512, PXI-6512, PCI-6513,
1010 PXI-6513, PCI-6514, PXI-6514, PCI-6515, PXI-6515, PCI-6516, PCI-6517,
1011 PCI-6518, PCI-6519, PCI-6520, PCI-6521, PXI-6521, PCI-6528, PXI-6528
1012
1013 To compile this driver as a module, choose M here: the module will be
1014 called ni_65xx.
1015
1016config COMEDI_NI_660X
1017 tristate "NI 660x counter/timer PCI card support"
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001018 depends on HAS_DMA
Ian Abbott7ac21b82012-06-25 19:49:37 +01001019 select COMEDI_NI_TIOCMD
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001020 ---help---
1021 Enable support for National Instruments PCI-6601 (ni_660x), PCI-6602,
Ian Abbott8bdfefb2013-03-15 11:16:36 +00001022 PXI-6602, PXI-6608 and PXI-6624.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001023
1024 To compile this driver as a module, choose M here: the module will be
1025 called ni_660x.
1026
1027config COMEDI_NI_670X
1028 tristate "NI 670x PCI card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001029 ---help---
1030 Enable support for National Instruments PCI-6703 and PCI-6704
1031
1032 To compile this driver as a module, choose M here: the module will be
1033 called ni_670x.
1034
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001035config COMEDI_NI_LABPC_PCI
1036 tristate "NI Lab-PC PCI-1200 support"
1037 select COMEDI_NI_LABPC
Ian Abbott2f2ac8e2012-06-25 19:49:36 +01001038 ---help---
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001039 Enable support for National Instruments Lab-PC PCI-1200.
Ian Abbott2f2ac8e2012-06-25 19:49:36 +01001040
1041 To compile this driver as a module, choose M here: the module will be
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001042 called ni_labpc_pci.
Ian Abbott2f2ac8e2012-06-25 19:49:36 +01001043
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001044config COMEDI_NI_PCIDIO
H Hartley Sweetenb37c1ae2012-09-13 10:24:00 -07001045 tristate "NI PCI-DIO32HS, PCI-6533, PCI-6534 support"
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001046 depends on HAS_DMA
Ian Abbott7ac21b82012-06-25 19:49:37 +01001047 select COMEDI_MITE
Alexander Kurz82419622010-05-19 23:13:19 +04001048 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001049 ---help---
1050 Enable support for National Instruments PCI-DIO-32HS, PXI-6533,
H Hartley Sweetenb37c1ae2012-09-13 10:24:00 -07001051 PCI-6533 and PCI-6534
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001052
1053 To compile this driver as a module, choose M here: the module will be
1054 called ni_pcidio.
1055
1056config COMEDI_NI_PCIMIO
1057 tristate "NI PCI-MIO-E series and M series support"
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001058 depends on HAS_DMA
Ian Abbott7ac21b82012-06-25 19:49:37 +01001059 select COMEDI_NI_TIOCMD
Ian Abbott0742cec2011-02-08 15:26:33 +00001060 select COMEDI_8255
1061 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001062 ---help---
1063 Enable support for National Instruments PCI-MIO-E series and M series
1064 (all boards): PCI-MIO-16XE-10, PXI-6030E, PCI-MIO-16E-1,
1065 PCI-MIO-16E-4, PCI-6014, PCI-6040E, PXI-6040E, PCI-6030E, PCI-6031E,
1066 PCI-6032E, PCI-6033E, PCI-6071E, PCI-6023E, PCI-6024E, PCI-6025E,
1067 PXI-6025E, PCI-6034E, PCI-6035E, PCI-6052E, PCI-6110, PCI-6111,
1068 PCI-6220, PCI-6221, PCI-6224, PXI-6224, PCI-6225, PXI-6225, PCI-6229,
1069 PCI-6250, PCI-6251, PCIe-6251, PCI-6254, PCI-6259, PCIe-6259,
1070 PCI-6280, PCI-6281, PXI-6281, PCI-6284, PCI-6289, PCI-6711, PXI-6711,
1071 PCI-6713, PXI-6713, PXI-6071E, PCI-6070E, PXI-6070E, PXI-6052E,
1072 PCI-6036E, PCI-6731, PCI-6733, PXI-6733, PCI-6143, PXI-6143
1073
1074 To compile this driver as a module, choose M here: the module will be
1075 called ni_pcimio.
1076
1077config COMEDI_RTD520
1078 tristate "Real Time Devices PCI4520/DM7520 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001079 ---help---
1080 Enable support for Real Time Devices PCI4520/DM7520
1081
1082 To compile this driver as a module, choose M here: the module will be
1083 called rtd520.
1084
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001085config COMEDI_S626
1086 tristate "Sensoray 626 support"
1087 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001088 ---help---
1089 Enable support for Sensoray 626
1090
1091 To compile this driver as a module, choose M here: the module will be
1092 called s626.
1093
Ian Abbotta7719882012-06-25 19:49:38 +01001094config COMEDI_MITE
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001095 depends on HAS_DMA
H Hartley Sweetena1b5b0b2014-03-07 17:31:24 -07001096 select COMEDI_FC
Ian Abbotta7719882012-06-25 19:49:38 +01001097 tristate
1098
1099config COMEDI_NI_TIOCMD
1100 tristate
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001101 depends on HAS_DMA
Ian Abbotta7719882012-06-25 19:49:38 +01001102 select COMEDI_NI_TIO
1103 select COMEDI_MITE
1104
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001105endif # COMEDI_PCI_DRIVERS
1106
1107menuconfig COMEDI_PCMCIA_DRIVERS
H Hartley Sweeten64be0962012-06-19 16:20:28 -07001108 bool "Comedi PCMCIA drivers"
H Hartley Sweetendc348142012-06-15 09:18:55 -07001109 depends on PCMCIA
Greg Kroah-Hartman851a2c12009-02-19 10:25:52 -08001110 ---help---
H Hartley Sweeten309231d2013-01-30 15:22:44 -07001111 Enable support for comedi PCMCIA drivers.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001112
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001113if COMEDI_PCMCIA_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001114
1115config COMEDI_CB_DAS16_CS
1116 tristate "CB DAS16 series PCMCIA support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001117 ---help---
1118 Enable support for the ComputerBoards/MeasurementComputing PCMCIA
1119 cards DAS16/16, PCM-DAS16D/12 and PCM-DAS16s/16
1120
1121 To compile this driver as a module, choose M here: the module will be
1122 called cb_das16_cs.
1123
1124config COMEDI_DAS08_CS
1125 tristate "CB DAS08 PCMCIA support"
1126 select COMEDI_DAS08
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001127 ---help---
1128 Enable support for the ComputerBoards/MeasurementComputing DAS-08
1129 PCMCIA card
1130
1131 To compile this driver as a module, choose M here: the module will be
1132 called das08_cs.
1133
1134config COMEDI_NI_DAQ_700_CS
1135 tristate "NI DAQCard-700 PCMCIA support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001136 ---help---
1137 Enable support for the National Instruments PCMCIA DAQCard-700 DIO
1138
1139 To compile this driver as a module, choose M here: the module will be
1140 called ni_daq_700.
1141
1142config COMEDI_NI_DAQ_DIO24_CS
1143 tristate "NI DAQ-Card DIO-24 PCMCIA support"
Alexander Kurz82419622010-05-19 23:13:19 +04001144 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001145 ---help---
1146 Enable support for the National Instruments PCMCIA DAQ-Card DIO-24
1147
1148 To compile this driver as a module, choose M here: the module will be
1149 called ni_daq_dio24.
1150
1151config COMEDI_NI_LABPC_CS
1152 tristate "NI DAQCard-1200 PCMCIA support"
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001153 select COMEDI_NI_LABPC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001154 ---help---
1155 Enable support for the National Instruments PCMCIA DAQCard-1200
1156
1157 To compile this driver as a module, choose M here: the module will be
1158 called ni_labpc_cs.
1159
1160config COMEDI_NI_MIO_CS
1161 tristate "NI DAQCard E series PCMCIA support"
Ian Abbott7ac21b82012-06-25 19:49:37 +01001162 select COMEDI_NI_TIO
Ian Abbott0742cec2011-02-08 15:26:33 +00001163 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001164 select COMEDI_FC
1165 ---help---
1166 Enable support for the National Instruments PCMCIA DAQCard E series
1167 DAQCard-ai-16xe-50, DAQCard-ai-16e-4, DAQCard-6062E, DAQCard-6024E
1168 and DAQCard-6036E
1169
1170 To compile this driver as a module, choose M here: the module will be
1171 called ni_mio_cs.
1172
1173config COMEDI_QUATECH_DAQP_CS
1174 tristate "Quatech DAQP PCMCIA data capture card support"
H Hartley Sweetenfb6aa252014-03-07 17:31:45 -07001175 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001176 ---help---
1177 Enable support for the Quatech DAQP PCMCIA data capture cards
1178 DAQP-208 and DAQP-308
1179
1180 To compile this driver as a module, choose M here: the module will be
1181 called quatech_daqp_cs.
1182
1183endif # COMEDI_PCMCIA_DRIVERS
1184
1185menuconfig COMEDI_USB_DRIVERS
H Hartley Sweeten64be0962012-06-19 16:20:28 -07001186 bool "Comedi USB drivers"
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001187 depends on USB
Greg Kroah-Hartman84c9dc22008-11-14 14:10:15 -08001188 ---help---
H Hartley Sweetenabac8b52013-01-30 15:21:49 -07001189 Enable support for comedi USB drivers.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001190
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001191if COMEDI_USB_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001192
1193config COMEDI_DT9812
1194 tristate "DataTranslation DT9812 USB module support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001195 ---help---
1196 Enable support for the Data Translation DT9812 USB module
1197
1198 To compile this driver as a module, choose M here: the module will be
1199 called dt9812.
1200
Luca Elleroa03bb002014-08-07 09:10:25 +02001201config COMEDI_NI_USB6501
1202 tristate "NI USB-6501 support"
1203 ---help---
1204 Enable support for the National Instruments USB-6501 module.
1205
1206 The NI USB-6501 is a Full-Speed USB 2.0 (12 Mbit/s) device that
1207 provides 24 digital I/O lines channels and one 32-bit counter.
1208
1209 To compile this driver as a module, choose M here: the module will be
1210 called ni_usb6501.
1211
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001212config COMEDI_USBDUX
Bernd Porrdd89e202011-07-30 11:15:02 +01001213 tristate "ITL USB-DUX-D support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001214 ---help---
Bernd Porrdd89e202011-07-30 11:15:02 +01001215 Enable support for the Incite Technology Ltd USB-DUX-D Board
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001216
1217 To compile this driver as a module, choose M here: the module will be
1218 called usbdux.
1219
1220config COMEDI_USBDUXFAST
1221 tristate "ITL USB-DUXfast support"
1222 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001223 ---help---
Bernd Porrdd89e202011-07-30 11:15:02 +01001224 Enable support for the Incite Technology Ltd USB-DUXfast Board
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001225
1226 To compile this driver as a module, choose M here: the module will be
1227 called usbduxfast.
1228
Bernd Porrdd89e202011-07-30 11:15:02 +01001229config COMEDI_USBDUXSIGMA
1230 tristate "ITL USB-DUXsigma support"
1231 select COMEDI_FC
Bernd Porrdd89e202011-07-30 11:15:02 +01001232 ---help---
1233 Enable support for the Incite Technology Ltd USB-DUXsigma Board
1234
1235 To compile this driver as a module, choose M here: the module will be
1236 called usbduxsigma.
1237
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001238config COMEDI_VMK80XX
1239 tristate "Velleman VM110/VM140 USB Board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001240 ---help---
1241 Build the Velleman USB Board Low-Level Driver supporting the
1242 K8055/K8061 aka VM110/VM140 devices
1243
1244 To compile this driver as a module, choose M here: the module will be
1245 called vmk80xx.
1246
1247endif # COMEDI_USB_DRIVERS
1248
Alexander Kurz82419622010-05-19 23:13:19 +04001249config COMEDI_8255
1250 tristate "Generic 8255 support"
Alexander Kurz82419622010-05-19 23:13:19 +04001251 ---help---
1252 Enable generic 8255 support.
1253
1254 You should enable compilation this driver if you plan to use a board
1255 that has an 8255 chip. For multifunction boards, the main driver will
1256 configure the 8255 subdevice automatically.
1257
H Hartley Sweeten41518de2012-09-12 15:37:14 -07001258 Note that most PCI based 8255 boards use the 8255_pci driver as a
1259 wrapper around this driver.
Alexander Kurz82419622010-05-19 23:13:19 +04001260
1261 To compile this driver as a module, choose M here: the module will be
1262 called 8255.
1263
Ian Abbott9f3a7732014-08-27 20:37:18 +01001264config COMEDI_KCOMEDILIB
1265 tristate "Comedi kcomedilib"
1266 ---help---
1267 Build the kcomedilib.
1268
1269 This is a kernel module used to open and manipulate Comedi devices
1270 from within kernel code. It is currently only used by the
1271 comedi_bond driver, and its functionality has been stripped down to
1272 the needs of that driver, so is currently not very useful for
1273 anything else.
1274
1275 To compile kcomedilib as a module, choose M here: the module will be
1276 called kcomedilib.
1277
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001278config COMEDI_FC
H Hartley Sweeten5b28e552012-05-29 15:30:18 -07001279 tristate
Ian Abbott8c287d22012-03-26 16:57:26 +01001280
1281config COMEDI_AMPLC_DIO200
H Hartley Sweetene3f7e1a2012-05-17 18:08:37 -07001282 tristate
Ian Abbott717ab672012-03-26 16:57:27 +01001283
1284config COMEDI_AMPLC_PC236
H Hartley Sweetene3f7e1a2012-05-17 18:08:37 -07001285 tristate
Ian Abbott717ab672012-03-26 16:57:27 +01001286 select COMEDI_8255
Ian Abbott3e6be972012-03-26 16:57:28 +01001287
Ian Abbott2e3c0242012-03-26 16:57:29 +01001288config COMEDI_DAS08
H Hartley Sweetene3f7e1a2012-05-17 18:08:37 -07001289 tristate
Ian Abbott2e3c0242012-03-26 16:57:29 +01001290 select COMEDI_8255
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001291
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001292config COMEDI_NI_LABPC
1293 tristate
1294 select COMEDI_8255
1295 select COMEDI_FC
1296
Ian Abbott9a638662013-06-28 17:09:19 +01001297config COMEDI_NI_LABPC_ISADMA
1298 tristate
1299
Ian Abbotta7719882012-06-25 19:49:38 +01001300config COMEDI_NI_TIO
1301 tristate
1302
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001303endif # COMEDI