blob: 4c80ac935ee2026b2f48cc0527b8a6dabc568278 [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
45config COMEDI_KCOMEDILIB
46 tristate "Comedi kcomedilib"
47 ---help---
48 Build the kcomedilib
49
50config COMEDI_BOND
51 tristate "Device bonding support"
52 depends on COMEDI_KCOMEDILIB
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040053 ---help---
54 Enable support for a driver to 'bond' (merge) multiple subdevices
55 from multiple devices together as one.
56
57 To compile this driver as a module, choose M here: the module will be
58 called comedi_bond.
59
60config COMEDI_TEST
61 tristate "Fake waveform generator support"
62 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040063 ---help---
64 Enable support for the fake waveform generator.
65 This driver is mainly for testing purposes, but can also be used to
66 generate sample waveforms on systems that don't have data acquisition
67 hardware.
68
69 To compile this driver as a module, choose M here: the module will be
70 called comedi_test.
71
72config COMEDI_PARPORT
73 tristate "Parallel port support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040074 ---help---
75 Enable support for the standard parallel port.
76 A cheap and easy way to get a few more digital I/O lines. Steal
77 additional parallel ports from old computers or your neighbors'
78 computers.
79
80 To compile this driver as a module, choose M here: the module will be
81 called comedi_parport.
82
83config COMEDI_SERIAL2002
84 tristate "Driver for serial connected hardware"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040085 ---help---
86 Enable support for serial connected hardware
87
88 To compile this driver as a module, choose M here: the module will be
89 called serial2002.
90
91config COMEDI_SKEL
92 tristate "Comedi skeleton driver"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040093 ---help---
94 Build the Skeleton driver, an example for driver writers
95
96 To compile this driver as a module, choose M here: the module will be
97 called skel.
98
99endif # COMEDI_MISC_DRIVERS
100
101menuconfig COMEDI_ISA_DRIVERS
H Hartley Sweeten64be0962012-06-19 16:20:28 -0700102 bool "Comedi ISA and PC/104 drivers"
H Hartley Sweeten4829a992012-06-12 17:37:10 -0700103 depends on ISA
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400104 ---help---
105 Enable comedi ISA and PC/104 drivers to be built
106
107 Note that the answer to this question won't directly affect the
108 kernel: saying N will just cause the configurator to skip all
109 the questions about ISA and PC/104 comedi drivers.
110
H Hartley Sweeten4829a992012-06-12 17:37:10 -0700111if COMEDI_ISA_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400112
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400113config COMEDI_ACL7225B
114 tristate "ADlink NuDAQ ACL-7225b and compatibles support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400115 ---help---
116 Enable support for ADlink NuDAQ ACL-7225b and compatibles,
117 ADlink ACL-7225b (acl7225b), ICP P16R16DIO (p16r16dio)
118
119 To compile this driver as a module, choose M here: the module will be
120 called acl7225b.
121
122config COMEDI_PCL711
123 tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400124 ---help---
125 Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112
126
127 To compile this driver as a module, choose M here: the module will be
128 called pcl711.
129
130config COMEDI_PCL724
131 tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO"
Alexander Kurz82419622010-05-19 23:13:19 +0400132 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400133 ---help---
134 Enable support for Advantech PCL-724, PCL-722, PCL-731 and
135 ADlink ACL-7122, ACL-7124, PET-48DIO ISA cards
136
137 To compile this driver as a module, choose M here: the module will be
138 called pcl724.
139
140config COMEDI_PCL725
141 tristate "Advantech PCL-725 and compatible ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400142 ---help---
143 Enable support for Advantech PCL-725 and compatible ISA cards.
144
145 To compile this driver as a module, choose M here: the module will be
146 called pcl725.
147
148config COMEDI_PCL726
149 tristate "Advantech PCL-726 and compatible ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400150 ---help---
151 Enable support for Advantech PCL-726 and compatible ISA cards.
152
153 To compile this driver as a module, choose M here: the module will be
154 called pcl726.
155
156config COMEDI_PCL730
157 tristate "Advantech PCL-730 and ADlink ACL-7130 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400158 ---help---
159 Enable support for Advantech PCL-730, ICP ISO-730 and ADlink
160 ACL-7130 ISA cards
161
162 To compile this driver as a module, choose M here: the module will be
163 called pcl730.
164
165config COMEDI_PCL812
166 tristate "Advantech PCL-812/813 and ADlink ACL-8112/8113/8113/8216"
Greg Kroah-Hartmana73738e2011-06-27 14:43:34 -0700167 depends on VIRT_TO_BUS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400168 ---help---
169 Enable support for Advantech PCL-812/PG, PCL-813/B, ADLink
170 ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA,
171 A-822PGH/PGL, A-823PGH/PGL, A-826PG and ICP DAS ISO-813 ISA cards
172
173 To compile this driver as a module, choose M here: the module will be
174 called pcl812.
175
176config COMEDI_PCL816
177 tristate "Advantech PCL-814 and PCL-816 ISA card support"
Greg Kroah-Hartmana73738e2011-06-27 14:43:34 -0700178 depends on VIRT_TO_BUS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400179 ---help---
180 Enable support for Advantech PCL-814 and PCL-816 ISA cards
181
182 To compile this driver as a module, choose M here: the module will be
183 called pcl816.
184
185config COMEDI_PCL818
186 tristate "Advantech PCL-718 and PCL-818 ISA card support"
Greg Kroah-Hartmana73738e2011-06-27 14:43:34 -0700187 depends on VIRT_TO_BUS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400188 ---help---
189 Enable support for Advantech PCL-818 ISA cards
190 PCL-818L, PCL-818H, PCL-818HD, PCL-818HG, PCL-818 and PCL-718
191
192 To compile this driver as a module, choose M here: the module will be
193 called pcl818.
194
195config COMEDI_PCM3724
196 tristate "Advantech PCM-3724 PC/104 card support"
Alexander Kurz82419622010-05-19 23:13:19 +0400197 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400198 ---help---
199 Enable support for Advantech PCM-3724 PC/104 cards.
200
201 To compile this driver as a module, choose M here: the module will be
202 called pcm3724.
203
204config COMEDI_PCM3730
205 tristate "Advantech PCM-3730 and clone PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400206 ---help---
207 Enable support for Advantech PCM-3730 and clone PC/104 boards
208
209 To compile this driver as a module, choose M here: the module will be
210 called pcm3730.
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"
233 select COMEDI_AMPLC_PC263
Ian Abbott3e6be972012-03-26 16:57:28 +0100234 ---help---
235 Enable support for Amplicon PC263 ISA relay board.
236
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
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400256config COMEDI_DAS16M1
257 tristate "MeasurementComputing CIO-DAS16/M1DAS-16 ISA card support"
Alexander Kurz82419622010-05-19 23:13:19 +0400258 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400259 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400260 ---help---
261 Enable support for Measurement Computing CIO-DAS16/M1 ISA cards.
262
263 To compile this driver as a module, choose M here: the module will be
264 called das16m1.
265
Ian Abbott2e3c0242012-03-26 16:57:29 +0100266config COMEDI_DAS08_ISA
267 tristate "DAS-08 compatible ISA and PC/104 card support"
268 select COMEDI_DAS08
Ian Abbott2e3c0242012-03-26 16:57:29 +0100269 ---help---
270 Enable support for Keithley Metrabyte/ComputerBoards DAS08
271 and compatible ISA and PC/104 cards:
272 Keithley Metrabyte/ComputerBoards DAS08, DAS08-PGM, DAS08-PGH,
273 DAS08-PGL, DAS08-AOH, DAS08-AOL, DAS08-AOM, DAS08/JR-AO,
274 DAS08/JR-16-AO, PC104-DAS08, DAS08/JR/16.
275
276 To compile this driver as a module, choose M here: the module will be
277 called das08.
278
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400279config COMEDI_DAS16
280 tristate "DAS-16 compatible ISA and PC/104 card support"
Alexander Kurz82419622010-05-19 23:13:19 +0400281 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400282 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400283 ---help---
284 Enable support for Keithley Metrabyte/ComputerBoards DAS16
285 and compatible ISA and PC/104 cards:
286 Keithley Metrabyte DAS-16, DAS-16G, DAS-16F, DAS-1201, DAS-1202,
287 DAS-1401, DAS-1402, DAS-1601, DAS-1602 and
288 ComputerBoards/MeasurementComputing PC104-DAS16/JR/,
289 PC104-DAS16JR/16, CIO-DAS16JR/16, CIO-DAS16/JR, CIO-DAS1401/12,
290 CIO-DAS1402/12, CIO-DAS1402/16, CIO-DAS1601/12, CIO-DAS1602/12,
291 CIO-DAS1602/16, CIO-DAS16/330
292
293 To compile this driver as a module, choose M here: the module will be
294 called das16.
295
296config COMEDI_DAS800
297 tristate "DAS800 and compatible ISA card support"
298 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400299 ---help---
300 Enable support for Keithley Metrabyte DAS800 and compatible ISA cards
301 Keithley Metrabyte DAS-800, DAS-801, DAS-802
302 Measurement Computing CIO-DAS800, CIO-DAS801, CIO-DAS802 and
303 CIO-DAS802/16
304
305 To compile this driver as a module, choose M here: the module will be
306 called das800.
307
308config COMEDI_DAS1800
309 tristate "DAS1800 and compatible ISA card support"
Greg Kroah-Hartmana73738e2011-06-27 14:43:34 -0700310 depends on VIRT_TO_BUS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400311 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400312 ---help---
313 Enable support for DAS1800 and compatible ISA cards
314 Keithley Metrabyte DAS-1701ST, DAS-1701ST-DA, DAS-1701/AO,
315 DAS-1702ST, DAS-1702ST-DA, DAS-1702HR, DAS-1702HR-DA, DAS-1702/AO,
316 DAS-1801ST, DAS-1801ST-DA, DAS-1801HC, DAS-1801AO, DAS-1802ST,
317 DAS-1802ST-DA, DAS-1802HR, DAS-1802HR-DA, DAS-1802HC and
318 DAS-1802AO
319
320 To compile this driver as a module, choose M here: the module will be
321 called das1800.
322
323config COMEDI_DAS6402
324 tristate "DAS6402 and compatible ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400325 ---help---
326 Enable support for DAS6402 and compatible ISA cards
327 Computerboards, Keithley Metrabyte DAS6402 and compatibles
328
329 To compile this driver as a module, choose M here: the module will be
330 called das6402.
331
332config COMEDI_DT2801
333 tristate "Data Translation DT2801 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400334 ---help---
335 Enable support for Data Translation DT2801 ISA cards
336
337 To compile this driver as a module, choose M here: the module will be
338 called dt2801.
339
340config COMEDI_DT2811
341 tristate "Data Translation DT2811 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400342 ---help---
343 Enable support for Data Translation DT2811 ISA cards
344
345 To compile this driver as a module, choose M here: the module will be
346 called dt2811.
347
348config COMEDI_DT2814
349 tristate "Data Translation DT2814 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400350 ---help---
351 Enable support for Data Translation DT2814 ISA cards
352
353 To compile this driver as a module, choose M here: the module will be
354 called dt2814.
355
356config COMEDI_DT2815
357 tristate "Data Translation DT2815 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400358 ---help---
359 Enable support for Data Translation DT2815 ISA cards
360
361 To compile this driver as a module, choose M here: the module will be
362 called dt2815.
363
364config COMEDI_DT2817
365 tristate "Data Translation DT2817 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400366 ---help---
367 Enable support for Data Translation DT2817 ISA cards
368
369 To compile this driver as a module, choose M here: the module will be
370 called dt2817.
371
372config COMEDI_DT282X
373 tristate "Data Translation DT2821 series and DT-EZ ISA card support"
374 select COMEDI_FC
Greg Kroah-Hartmana73738e2011-06-27 14:43:34 -0700375 depends on VIRT_TO_BUS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400376 ---help---
377 Enable support for Data Translation DT2821 series including DT-EZ
378 DT2821, DT2821-F-16SE, DT2821-F-8DI, DT2821-G-16SE, DT2821-G-8DI,
379 DT2823 (dt2823), DT2824-PGH, DT2824-PGL, DT2825, DT2827, DT2828,
380 DT21-EZ, DT23-EZ, DT24-EZ and DT24-EZ-PGL
381
382 To compile this driver as a module, choose M here: the module will be
383 called dt282x.
384
385config COMEDI_DMM32AT
386 tristate "Diamond Systems MM-32-AT PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400387 ---help---
388 Enable support for Diamond Systems MM-32-AT PC/104 boards
389
390 To compile this driver as a module, choose M here: the module will be
391 called dmm32at.
392
393config COMEDI_FL512
394 tristate "FL512 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400395 ---help---
396 Enable support for FL512 ISA card
397
398 To compile this driver as a module, choose M here: the module will be
399 called fl512.
400
401config COMEDI_AIO_AIO12_8
402 tristate "I/O Products PC/104 AIO12-8 Analog I/O Board support"
Alexander Kurz82419622010-05-19 23:13:19 +0400403 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400404 ---help---
405 Enable support for I/O Products PC/104 AIO12-8 Analog I/O Board
406
407 To compile this driver as a module, choose M here: the module will be
408 called aio_aio12_8.
409
410config COMEDI_AIO_IIRO_16
411 tristate "I/O Products PC/104 IIRO16 Board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400412 ---help---
413 Enable support for I/O Products PC/104 IIRO16 Relay And Isolated
414 Input Board
415
416 To compile this driver as a module, choose M here: the module will be
417 called aio_iiro_16.
418
419config COMEDI_C6XDIGIO
420 tristate "Mechatronic Systems Inc. C6x_DIGIO DSP daughter card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400421 ---help---
422 Enable support for Mechatronic Systems Inc. C6x_DIGIO DSP daughter
423 card
424
425 To compile this driver as a module, choose M here: the module will be
426 called c6xdigio.
427
428config COMEDI_MPC624
429 tristate "Micro/sys MPC-624 PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400430 ---help---
431 Enable support for Micro/sys MPC-624 PC/104 board
432
433 To compile this driver as a module, choose M here: the module will be
434 called mpc624.
435
436config COMEDI_ADQ12B
437 tristate "MicroAxial ADQ12-B data acquisition and control card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400438 ---help---
439 Enable MicroAxial ADQ12-B daq and control card support.
440
441 To compile this driver as a module, choose M here: the module will be
442 called adq12b.
443
444config COMEDI_NI_AT_A2150
445 tristate "NI AT-A2150 ISA card support"
Ian Abbott34ffb332013-01-03 12:15:26 +0000446 select COMEDI_FC
Greg Kroah-Hartmana73738e2011-06-27 14:43:34 -0700447 depends on VIRT_TO_BUS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400448 ---help---
449 Enable support for National Instruments AT-A2150 cards
450
451 To compile this driver as a module, choose M here: the module will be
452 called ni_at_a2150.
453
454config COMEDI_NI_AT_AO
455 tristate "NI AT-AO-6/10 EISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400456 ---help---
457 Enable support for National Instruments AT-AO-6/10 cards
458
459 To compile this driver as a module, choose M here: the module will be
460 called ni_at_ao.
461
462config COMEDI_NI_ATMIO
463 tristate "NI AT-MIO E series ISA-PNP card support"
Ian Abbott7ac21b82012-06-25 19:49:37 +0100464 depends on ISAPNP
Ian Abbott0742cec2011-02-08 15:26:33 +0000465 select COMEDI_8255
Ian Abbott7ac21b82012-06-25 19:49:37 +0100466 select COMEDI_NI_TIO
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400467 ---help---
468 Enable support for National Instruments AT-MIO E series cards
469 National Instruments AT-MIO-16E-1 (ni_atmio),
470 AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3,
471 AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10
472
473 To compile this driver as a module, choose M here: the module will be
474 called ni_atmio.
475
476config COMEDI_NI_ATMIO16D
477 tristate "NI AT-MIO16/AT-MIO16D series ISA-PNP card support"
Ian Abbott7ac21b82012-06-25 19:49:37 +0100478 depends on ISAPNP
Alexander Kurz82419622010-05-19 23:13:19 +0400479 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400480 ---help---
481 Enable support for National Instruments AT-MIO16/AT-MIO16D cards.
482
483 To compile this driver as a module, choose M here: the module will be
484 called ni_atmio16d.
485
486config COMEDI_PCMAD
487 tristate "Winsystems PCM-A/D12 and PCM-A/D16 PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400488 ---help---
489 Enable support for Winsystems PCM-A/D12 and PCM-A/D16 PC/104 boards.
490
491 To compile this driver as a module, choose M here: the module will be
492 called pcmad.
493
494config COMEDI_PCMDA12
495 tristate "Winsystems PCM-D/A-12 8-channel AO PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400496 ---help---
497 Enable support for Winsystems PCM-D/A-12 8-channel AO PC/104 boards.
498 Note that the board is not ISA-PNP capable and thus needs the I/O
499 port comedi_config parameter.
500
501 To compile this driver as a module, choose M here: the module will be
502 called pcmda12.
503
504config COMEDI_PCMMIO
505 tristate "Winsystems PCM-MIO PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400506 ---help---
507 Enable support for Winsystems PCM-MIO multifunction PC/104 boards.
508
509 To compile this driver as a module, choose M here: the module will be
510 called pcmmio.
511
512config COMEDI_PCMUIO
513 tristate "Winsystems PCM-UIO48A and PCM-UIO96A PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400514 ---help---
515 Enable support for PCM-UIO48A and PCM-UIO96A PC/104 boards.
516
517 To compile this driver as a module, choose M here: the module will be
518 called pcmuio.
519
520config COMEDI_MULTIQ3
521 tristate "Quanser Consulting MultiQ-3 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400522 ---help---
523 Enable support for Quanser Consulting MultiQ-3 ISA cards
524
525 To compile this driver as a module, choose M here: the module will be
526 called multiq3.
527
528config COMEDI_POC
529 tristate "Generic driver for very simple devices"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400530 ---help---
531 Enable generic support for very simple / POC (Piece of Crap) boards,
532 Keithley Metrabyte DAC-02 (dac02), Advantech PCL-733 (pcl733) and
533 PCL-734 (pcl734)
534
535 To compile this driver as a module, choose M here: the module will be
536 called poc.
537
538endif # COMEDI_ISA_DRIVERS
539
540menuconfig COMEDI_PCI_DRIVERS
H Hartley Sweeten64be0962012-06-19 16:20:28 -0700541 bool "Comedi PCI drivers"
H Hartley Sweeten4829a992012-06-12 17:37:10 -0700542 depends on PCI
Greg Kroah-Hartman84c9dc22008-11-14 14:10:15 -0800543 ---help---
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400544 Enable comedi PCI drivers to be built
Greg Kroah-Hartman84c9dc22008-11-14 14:10:15 -0800545
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400546 Note that the answer to this question won't directly affect the
547 kernel: saying N will just cause the configurator to skip all
548 the questions about PCI comedi drivers.
549
H Hartley Sweeten4829a992012-06-12 17:37:10 -0700550if COMEDI_PCI_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400551
H Hartley Sweeten41518de2012-09-12 15:37:14 -0700552config COMEDI_8255_PCI
553 tristate "Generic PCI based 8255 digital i/o board support"
554 select COMEDI_8255
555 ---help---
556 Enable support for PCI based 8255 digital i/o boards. This driver
557 provides a PCI wrapper around the generic 8255 driver.
558
559 Supported boards:
560 ADlink - PCI-7224, PCI-7248, and PCI-7296
H Hartley Sweeten606b0472012-09-12 15:39:48 -0700561 Measurement Computing - PCI-DIO24, PCI-DIO24H, PCI-DIO48H and
562 PCI-DIO96H
H Hartley Sweetenb37c1ae2012-09-13 10:24:00 -0700563 National Instruments - PCI-DIO-96, PCI-DIO-96B, PXI-6508, PCI-6503,
564 PCI-6503B, PCI-6503X, and PXI-6503
H Hartley Sweeten41518de2012-09-12 15:37:14 -0700565
566 To compile this driver as a module, choose M here: the module will
567 be called 8255_pci.
568
H Hartley Sweeten2abcf872013-01-17 17:41:01 -0700569config COMEDI_ADDI_WATCHDOG
570 tristate
571 ---help---
572 Provides support for the watchdog subdevice found on many ADDI-DATA
573 boards. This module will be automatically selected when needed. The
574 module will be called addi_watchdog.
575
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400576config COMEDI_ADDI_APCI_035
577 tristate "ADDI-DATA APCI_035 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400578 ---help---
579 Enable support for ADDI-DATA APCI_035 cards
580
581 To compile this driver as a module, choose M here: the module will be
582 called addi_apci_035.
583
584config COMEDI_ADDI_APCI_1032
585 tristate "ADDI-DATA APCI_1032 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400586 ---help---
587 Enable support for ADDI-DATA APCI_1032 cards
588
589 To compile this driver as a module, choose M here: the module will be
590 called addi_apci_1032.
591
592config COMEDI_ADDI_APCI_1500
593 tristate "ADDI-DATA APCI_1500 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400594 ---help---
595 Enable support for ADDI-DATA APCI_1500 cards
596
597 To compile this driver as a module, choose M here: the module will be
598 called addi_apci_1500.
599
600config COMEDI_ADDI_APCI_1516
H Hartley Sweeten98071b62012-11-13 13:48:34 -0700601 tristate "ADDI-DATA APCI-1016/1516/2016 support"
H Hartley Sweeten1445ea12013-01-23 16:51:01 -0700602 select COMEDI_ADDI_WATCHDOG
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400603 ---help---
H Hartley Sweeten98071b62012-11-13 13:48:34 -0700604 Enable support for ADDI-DATA APCI-1016, APCI-1516 and APCI-2016 boards.
605 These are 16 channel, optically isolated, digital I/O boards. The 1516
606 and 2016 boards also have a watchdog for resetting the outputs to "0".
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400607
608 To compile this driver as a module, choose M here: the module will be
609 called addi_apci_1516.
610
611config COMEDI_ADDI_APCI_1564
612 tristate "ADDI-DATA APCI_1564 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400613 ---help---
614 Enable support for ADDI-DATA APCI_1564 cards
615
616 To compile this driver as a module, choose M here: the module will be
617 called addi_apci_1564.
618
619config COMEDI_ADDI_APCI_16XX
620 tristate "ADDI-DATA APCI_16xx support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400621 ---help---
622 Enable support for ADDI-DATA APCI_16xx cards
623
624 To compile this driver as a module, choose M here: the module will be
625 called addi_apci_16xx.
626
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400627config COMEDI_ADDI_APCI_2032
628 tristate "ADDI-DATA APCI_2032 support"
H Hartley Sweeten5b62fe22013-01-17 17:41:25 -0700629 select COMEDI_ADDI_WATCHDOG
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400630 ---help---
631 Enable support for ADDI-DATA APCI_2032 cards
632
633 To compile this driver as a module, choose M here: the module will be
634 called addi_apci_2032.
635
636config COMEDI_ADDI_APCI_2200
637 tristate "ADDI-DATA APCI_2200 support"
H Hartley Sweeten26b39892013-01-21 15:19:52 -0700638 select COMEDI_ADDI_WATCHDOG
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400639 ---help---
640 Enable support for ADDI-DATA APCI_2200 cards
641
642 To compile this driver as a module, choose M here: the module will be
643 called addi_apci_2200.
644
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400645config COMEDI_ADDI_APCI_3120
H Hartley Sweeten973781a2012-11-01 17:24:06 -0700646 tristate "ADDI-DATA APCI_3120/3001 support"
Greg Kroah-Hartmana73738e2011-06-27 14:43:34 -0700647 depends on VIRT_TO_BUS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400648 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400649 ---help---
H Hartley Sweeten973781a2012-11-01 17:24:06 -0700650 Enable support for ADDI-DATA APCI_3120/3001 cards
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400651
652 To compile this driver as a module, choose M here: the module will be
653 called addi_apci_3120.
654
655config COMEDI_ADDI_APCI_3501
656 tristate "ADDI-DATA APCI_3501 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400657 ---help---
658 Enable support for ADDI-DATA APCI_3501 cards
659
660 To compile this driver as a module, choose M here: the module will be
661 called addi_apci_3501.
662
663config COMEDI_ADDI_APCI_3XXX
664 tristate "ADDI-DATA APCI_3xxx support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400665 ---help---
666 Enable support for ADDI-DATA APCI_3xxx cards
667
668 To compile this driver as a module, choose M here: the module will be
669 called addi_apci_3xxx.
670
671config COMEDI_ADL_PCI6208
672 tristate "ADLink PCI-6208A support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400673 ---help---
674 Enable support for ADLink PCI-6208A cards
675
676 To compile this driver as a module, choose M here: the module will be
677 called adl_pci6208.
678
H Hartley Sweeten8f567c32012-08-03 10:28:18 -0700679config COMEDI_ADL_PCI7X3X
680 tristate "ADLink PCI-723X/743X isolated digital i/o board support"
681 ---help---
682 Enable support for ADlink PCI-723X/743X isolated digital i/o boards.
683 Supported boards include the 32-channel PCI-7230 (16 in/16 out),
684 PCI-7233 (32 in), and PCI-7234 (32 out) as well as the 64-channel
685 PCI-7432 (32 in/32 out), PCI-7433 (64 in), and PCI-7434 (64 out).
686
687 To compile this driver as a module, choose M here: the module will be
688 called adl_pci7x3x.
689
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400690config COMEDI_ADL_PCI8164
691 tristate "ADLink PCI-8164 4 Axes Motion Control board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400692 ---help---
693 Enable support for ADlink PCI-8164 4 Axes Motion Control board
694
695 To compile this driver as a module, choose M here: the module will be
696 called adl_pci8164.
697
698config COMEDI_ADL_PCI9111
699 tristate "ADLink PCI-9111HR support"
700 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400701 ---help---
702 Enable support for ADlink PCI9111 cards
703
704 To compile this driver as a module, choose M here: the module will be
705 called adl_pci9111.
706
707config COMEDI_ADL_PCI9118
708 tristate "ADLink PCI-9118DG, PCI-9118HG, PCI-9118HR support"
709 select COMEDI_FC
Greg Kroah-Hartmana73738e2011-06-27 14:43:34 -0700710 depends on VIRT_TO_BUS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400711 ---help---
712 Enable support for ADlink PCI-9118DG, PCI-9118HG, PCI-9118HR cards
713
714 To compile this driver as a module, choose M here: the module will be
715 called adl_pci9118.
716
717config COMEDI_ADV_PCI1710
718 tristate "Advantech PCI-171x, PCI-1720 and PCI-1731 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400719 ---help---
720 Enable support for Advantech PCI-1710, PCI-1710HG, PCI-1711,
721 PCI-1713, PCI-1720 and PCI-1731
722
723 To compile this driver as a module, choose M here: the module will be
724 called adv_pci1710.
725
726config COMEDI_ADV_PCI1723
727 tristate "Advantech PCI-1723 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400728 ---help---
729 Enable support for Advantech PCI-1723 cards
730
731 To compile this driver as a module, choose M here: the module will be
732 called adv_pci1723.
733
734config COMEDI_ADV_PCI_DIO
735 tristate "Advantech PCI DIO card support"
Alexander Kurz82419622010-05-19 23:13:19 +0400736 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400737 ---help---
738 Enable support for Advantech PCI DIO cards
Ian Abbott9e77e6b2012-01-09 15:45:45 +0000739 PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U,
740 PCI-1750, PCI-1751, PCI-1752, PCI-1753/E, PCI-1754, PCI-1756,
741 PCI-1760 and PCI-1762
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400742
743 To compile this driver as a module, choose M here: the module will be
744 called adv_pci_dio.
745
Ian Abbott8c287d22012-03-26 16:57:26 +0100746config COMEDI_AMPLC_DIO200_PCI
Ian Abbott23249ea2012-10-24 16:48:14 +0100747 tristate "Amplicon PCI215/PCI272/PCIe215/PCIe236/PCIe296 DIO support"
Ian Abbott8c287d22012-03-26 16:57:26 +0100748 select COMEDI_AMPLC_DIO200
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400749 ---help---
Ian Abbott23249ea2012-10-24 16:48:14 +0100750 Enable support for Amplicon PCI215, PCI272, PCIe215, PCIe236
751 and PCIe296 DIO boards.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400752
753 To compile this driver as a module, choose M here: the module will be
754 called amplc_dio200.
755
Ian Abbott717ab672012-03-26 16:57:27 +0100756config COMEDI_AMPLC_PC236_PCI
757 tristate "Amplicon PCI236 DIO board support"
758 select COMEDI_AMPLC_PC236
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400759 ---help---
Ian Abbott717ab672012-03-26 16:57:27 +0100760 Enable support for Amplicon PCI236 DIO board.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400761
762 To compile this driver as a module, choose M here: the module will be
763 called amplc_pc236.
764
Ian Abbott3e6be972012-03-26 16:57:28 +0100765config COMEDI_AMPLC_PC263_PCI
766 tristate "Amplicon PCI263 relay board support"
767 select COMEDI_AMPLC_PC263
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400768 ---help---
Ian Abbott3e6be972012-03-26 16:57:28 +0100769 Enable support for Amplicon PCI263 relay board.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400770
771 To compile this driver as a module, choose M here: the module will be
772 called amplc_pc263.
773
774config COMEDI_AMPLC_PCI224
775 tristate "Amplicon PCI224 and PCI234 support"
776 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400777 ---help---
778 Enable support for Amplicon PCI224 and PCI234 AO boards
779
780 To compile this driver as a module, choose M here: the module will be
781 called amplc_pci224.
782
783config COMEDI_AMPLC_PCI230
784 tristate "Amplicon PCI230 and PCI260 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400785 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400786 ---help---
787 Enable support for Amplicon PCI230 and PCI260 Multifunction I/O
788 boards
789
790 To compile this driver as a module, choose M here: the module will be
791 called amplc_pci230.
792
793config COMEDI_CONTEC_PCI_DIO
794 tristate "Contec PIO1616L digital I/O board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400795 ---help---
796 Enable support for the Contec PIO1616L digital I/O board
797
798 To compile this driver as a module, choose M here: the module will be
799 called contec_pci_dio.
800
Ian Abbott2e3c0242012-03-26 16:57:29 +0100801config COMEDI_DAS08_PCI
802 tristate "DAS-08 PCI support"
803 select COMEDI_DAS08
Ian Abbott2e3c0242012-03-26 16:57:29 +0100804 ---help---
805 Enable support for PCI DAS-08 cards.
806
807 To compile this driver as a module, choose M here: the module will be
808 called das08.
809
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400810config COMEDI_DT3000
811 tristate "Data Translation DT3000 series support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400812 ---help---
813 Enable support for Data Translation DT3000 series
814 DT3001, DT3001-PGL, DT3002, DT3003, DT3003-PGL, DT3004, DT3005 and
815 DT3004-200
816
817 To compile this driver as a module, choose M here: the module will be
818 called dt3000.
819
Prashant P. Shah880e9612011-06-13 12:59:43 +0530820config COMEDI_DYNA_PCI10XX
821 tristate "Dynalog PCI DAQ series support"
Prashant P. Shah880e9612011-06-13 12:59:43 +0530822 ---help---
823 Enable support for Dynalog PCI DAQ series
824 PCI-1050
825
826 To compile this driver as a module, choose M here: the module will be
827 called dyna_pci10xx.
828
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400829config COMEDI_UNIOXX5
830 tristate "Fastwel UNIOxx-5 analog and digital io board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400831 ---help---
832 Enable support for Fastwel UNIOxx-5 (analog and digital i/o) boards
833
834 To compile this driver as a module, choose M here: the module will be
835 called unioxx5.
836
837config COMEDI_GSC_HPDI
838 tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support"
839 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400840 ---help---
841 Enable support for General Standards Corporation high speed parallel
842 digital interface rs485 boards PCI-HPDI32 and PMC-HPDI32.
843 Only receive mode works, transmit not supported.
844
845 To compile this driver as a module, choose M here: the module will be
846 called gsc_hpdi.
847
848config COMEDI_ICP_MULTI
849 tristate "Inova ICP_MULTI support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400850 ---help---
851 Enable support for Inova ICP_MULTI card
852
853 To compile this driver as a module, choose M here: the module will be
854 called icp_multi.
855
856config COMEDI_II_PCI20KC
857 tristate "Intelligent Instruments PCI-20001C carrier support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400858 ---help---
859 Enable support for Intelligent Instruments PCI-20001C carrier
860 PCI-20001, PCI-20006 and PCI-20341
861
862 To compile this driver as a module, choose M here: the module will be
863 called ii_pci20kc.
864
865config COMEDI_DAQBOARD2000
866 tristate "IOtech DAQboard/2000 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400867 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400868 ---help---
869 Enable support for the IOtech DAQboard/2000
870
871 To compile this driver as a module, choose M here: the module will be
872 called daqboard2000.
873
874config COMEDI_JR3_PCI
875 tristate "JR3/PCI force sensor board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400876 ---help---
877 Enable support for JR3/PCI force sensor boards
878
879 To compile this driver as a module, choose M here: the module will be
880 called jr3_pci.
881
882config COMEDI_KE_COUNTER
883 tristate "Kolter-Electronic PCI Counter 1 card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400884 ---help---
885 Enable support for Kolter-Electronic PCI Counter 1 cards
886
887 To compile this driver as a module, choose M here: the module will be
888 called ke_counter.
889
890config COMEDI_CB_PCIDAS64
891 tristate "MeasurementComputing PCI-DAS 64xx, 60xx, and 4020 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400892 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400893 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400894 ---help---
895 Enable support for ComputerBoards/MeasurementComputing PCI-DAS 64xx,
896 60xx, and 4020 series with the PLX 9080 PCI controller
897
898 To compile this driver as a module, choose M here: the module will be
899 called cb_pcidas64.
900
901config COMEDI_CB_PCIDAS
902 tristate "MeasurementComputing PCI-DAS support"
Alexander Kurz82419622010-05-19 23:13:19 +0400903 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400904 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400905 ---help---
906 Enable support for ComputerBoards/MeasurementComputing PCI-DAS with
907 AMCC S5933 PCIcontroller: PCI-DAS1602/16, PCI-DAS1602/16jr,
908 PCI-DAS1602/12, PCI-DAS1200, PCI-DAS1200jr, PCI-DAS1000, PCI-DAS1001
909 and PCI_DAS1002.
910
911 To compile this driver as a module, choose M here: the module will be
912 called cb_pcidas.
913
914config COMEDI_CB_PCIDDA
915 tristate "MeasurementComputing PCI-DDA series support"
Alexander Kurz82419622010-05-19 23:13:19 +0400916 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400917 ---help---
918 Enable support for ComputerBoards/MeasurementComputing PCI-DDA
919 series: PCI-DDA08/12, PCI-DDA04/12, PCI-DDA02/12, PCI-DDA08/16,
920 PCI-DDA04/16 and PCI-DDA02/16
921
922 To compile this driver as a module, choose M here: the module will be
923 called cb_pcidda.
924
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400925config COMEDI_CB_PCIMDAS
926 tristate "MeasurementComputing PCIM-DAS1602/16 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400927 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400928 ---help---
929 Enable support for ComputerBoards/MeasurementComputing PCI Migration
930 series PCIM-DAS1602/16
931
932 To compile this driver as a module, choose M here: the module will be
933 called cb_pcimdas.
934
935config COMEDI_CB_PCIMDDA
936 tristate "MeasurementComputing PCIM-DDA06-16 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400937 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400938 ---help---
939 Enable support for ComputerBoards/MeasurementComputing PCIM-DDA06-16
940
941 To compile this driver as a module, choose M here: the module will be
942 called cb_pcimdda.
943
944config COMEDI_ME4000
945 tristate "Meilhaus ME-4000 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400946 ---help---
947 Enable support for Meilhaus PCI data acquisition cards
948 ME-4650, ME-4670i, ME-4680, ME-4680i and ME-4680is
949
950 To compile this driver as a module, choose M here: the module will be
951 called me4000.
952
953config COMEDI_ME_DAQ
954 tristate "Meilhaus ME-2000i, ME-2600i, ME-3000vm1 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400955 ---help---
956 Enable support for Meilhaus PCI data acquisition cards
957 ME-2000i, ME-2600i and ME-3000vm1
958
959 To compile this driver as a module, choose M here: the module will be
960 called me_daq.
961
962config COMEDI_NI_6527
963 tristate "NI 6527 support"
Ian Abbott7ac21b82012-06-25 19:49:37 +0100964 select COMEDI_MITE
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400965 ---help---
966 Enable support for the National Instruments 6527 PCI card
967
968 To compile this driver as a module, choose M here: the module will be
969 called ni_6527.
970
971config COMEDI_NI_65XX
972 tristate "NI 65xx static dio PCI card support"
Ian Abbott7ac21b82012-06-25 19:49:37 +0100973 select COMEDI_MITE
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400974 ---help---
975 Enable support for National Instruments 65xx static dio boards.
976 Supported devices: National Instruments PCI-6509 (ni_65xx),
977 PXI-6509, PCI-6510, PCI-6511, PXI-6511, PCI-6512, PXI-6512, PCI-6513,
978 PXI-6513, PCI-6514, PXI-6514, PCI-6515, PXI-6515, PCI-6516, PCI-6517,
979 PCI-6518, PCI-6519, PCI-6520, PCI-6521, PXI-6521, PCI-6528, PXI-6528
980
981 To compile this driver as a module, choose M here: the module will be
982 called ni_65xx.
983
984config COMEDI_NI_660X
985 tristate "NI 660x counter/timer PCI card support"
Ian Abbott7ac21b82012-06-25 19:49:37 +0100986 select COMEDI_NI_TIOCMD
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400987 ---help---
988 Enable support for National Instruments PCI-6601 (ni_660x), PCI-6602,
989 PXI-6602 and PXI-6608.
990
991 To compile this driver as a module, choose M here: the module will be
992 called ni_660x.
993
994config COMEDI_NI_670X
995 tristate "NI 670x PCI card support"
Ian Abbott7ac21b82012-06-25 19:49:37 +0100996 select COMEDI_MITE
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400997 ---help---
998 Enable support for National Instruments PCI-6703 and PCI-6704
999
1000 To compile this driver as a module, choose M here: the module will be
1001 called ni_670x.
1002
Ian Abbott2f2ac8e2012-06-25 19:49:36 +01001003config COMEDI_NI_LABPC
1004 tristate "NI Lab-PC and compatibles ISA and PCI support"
Ian Abbott7ac21b82012-06-25 19:49:37 +01001005 select COMEDI_MITE
Ian Abbott2f2ac8e2012-06-25 19:49:36 +01001006 select COMEDI_8255
1007 select COMEDI_FC
1008 depends on VIRT_TO_BUS
1009 ---help---
1010 Enable support for National Instruments Lab-PC and compatibles
1011 Lab-PC-1200, Lab-PC-1200AI, Lab-PC+ and PCI-1200.
1012 Kernel-level ISA plug-and-play support for the lab-pc-1200 boards has
1013 not yet been added to the driver.
1014
1015 To compile this driver as a module, choose M here: the module will be
1016 called ni_labpc.
1017
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001018config COMEDI_NI_PCIDIO
H Hartley Sweetenb37c1ae2012-09-13 10:24:00 -07001019 tristate "NI PCI-DIO32HS, PCI-6533, PCI-6534 support"
Ian Abbott7ac21b82012-06-25 19:49:37 +01001020 select COMEDI_MITE
Alexander Kurz82419622010-05-19 23:13:19 +04001021 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001022 ---help---
1023 Enable support for National Instruments PCI-DIO-32HS, PXI-6533,
H Hartley Sweetenb37c1ae2012-09-13 10:24:00 -07001024 PCI-6533 and PCI-6534
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001025
1026 To compile this driver as a module, choose M here: the module will be
1027 called ni_pcidio.
1028
1029config COMEDI_NI_PCIMIO
1030 tristate "NI PCI-MIO-E series and M series support"
Ian Abbott7ac21b82012-06-25 19:49:37 +01001031 select COMEDI_NI_TIOCMD
Ian Abbott0742cec2011-02-08 15:26:33 +00001032 select COMEDI_8255
1033 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001034 ---help---
1035 Enable support for National Instruments PCI-MIO-E series and M series
1036 (all boards): PCI-MIO-16XE-10, PXI-6030E, PCI-MIO-16E-1,
1037 PCI-MIO-16E-4, PCI-6014, PCI-6040E, PXI-6040E, PCI-6030E, PCI-6031E,
1038 PCI-6032E, PCI-6033E, PCI-6071E, PCI-6023E, PCI-6024E, PCI-6025E,
1039 PXI-6025E, PCI-6034E, PCI-6035E, PCI-6052E, PCI-6110, PCI-6111,
1040 PCI-6220, PCI-6221, PCI-6224, PXI-6224, PCI-6225, PXI-6225, PCI-6229,
1041 PCI-6250, PCI-6251, PCIe-6251, PCI-6254, PCI-6259, PCIe-6259,
1042 PCI-6280, PCI-6281, PXI-6281, PCI-6284, PCI-6289, PCI-6711, PXI-6711,
1043 PCI-6713, PXI-6713, PXI-6071E, PCI-6070E, PXI-6070E, PXI-6052E,
1044 PCI-6036E, PCI-6731, PCI-6733, PXI-6733, PCI-6143, PXI-6143
1045
1046 To compile this driver as a module, choose M here: the module will be
1047 called ni_pcimio.
1048
1049config COMEDI_RTD520
1050 tristate "Real Time Devices PCI4520/DM7520 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001051 ---help---
1052 Enable support for Real Time Devices PCI4520/DM7520
1053
1054 To compile this driver as a module, choose M here: the module will be
1055 called rtd520.
1056
1057config COMEDI_S526
1058 tristate "Sensoray s526 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001059 ---help---
1060 Enable support for Sensoray s526
1061
1062 To compile this driver as a module, choose M here: the module will be
1063 called s526.
1064
1065config COMEDI_S626
1066 tristate "Sensoray 626 support"
1067 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001068 ---help---
1069 Enable support for Sensoray 626
1070
1071 To compile this driver as a module, choose M here: the module will be
1072 called s626.
1073
1074config COMEDI_SSV_DNP
1075 tristate "SSV Embedded Systems DIL/Net-PC support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001076 ---help---
1077 Enable support for SSV Embedded Systems DIL/Net-PC
1078
1079 To compile this driver as a module, choose M here: the module will be
1080 called ssv_dnp.
1081
Ian Abbotta7719882012-06-25 19:49:38 +01001082config COMEDI_MITE
1083 tristate
1084
1085config COMEDI_NI_TIOCMD
1086 tristate
1087 select COMEDI_NI_TIO
1088 select COMEDI_MITE
1089
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001090endif # COMEDI_PCI_DRIVERS
1091
1092menuconfig COMEDI_PCMCIA_DRIVERS
H Hartley Sweeten64be0962012-06-19 16:20:28 -07001093 bool "Comedi PCMCIA drivers"
H Hartley Sweetendc348142012-06-15 09:18:55 -07001094 depends on PCMCIA
Greg Kroah-Hartman851a2c12009-02-19 10:25:52 -08001095 ---help---
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001096 Enable comedi PCMCIA and PCCARD drivers to be built
Greg Kroah-Hartman851a2c12009-02-19 10:25:52 -08001097
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001098 Note that the answer to this question won't directly affect the
1099 kernel: saying N will just cause the configurator to skip all
1100 the questions about PCMCIA comedi drivers.
1101
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001102if COMEDI_PCMCIA_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001103
1104config COMEDI_CB_DAS16_CS
1105 tristate "CB DAS16 series PCMCIA support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001106 ---help---
1107 Enable support for the ComputerBoards/MeasurementComputing PCMCIA
1108 cards DAS16/16, PCM-DAS16D/12 and PCM-DAS16s/16
1109
1110 To compile this driver as a module, choose M here: the module will be
1111 called cb_das16_cs.
1112
1113config COMEDI_DAS08_CS
1114 tristate "CB DAS08 PCMCIA support"
1115 select COMEDI_DAS08
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001116 ---help---
1117 Enable support for the ComputerBoards/MeasurementComputing DAS-08
1118 PCMCIA card
1119
1120 To compile this driver as a module, choose M here: the module will be
1121 called das08_cs.
1122
1123config COMEDI_NI_DAQ_700_CS
1124 tristate "NI DAQCard-700 PCMCIA support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001125 ---help---
1126 Enable support for the National Instruments PCMCIA DAQCard-700 DIO
1127
1128 To compile this driver as a module, choose M here: the module will be
1129 called ni_daq_700.
1130
1131config COMEDI_NI_DAQ_DIO24_CS
1132 tristate "NI DAQ-Card DIO-24 PCMCIA support"
Alexander Kurz82419622010-05-19 23:13:19 +04001133 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001134 ---help---
1135 Enable support for the National Instruments PCMCIA DAQ-Card DIO-24
1136
1137 To compile this driver as a module, choose M here: the module will be
1138 called ni_daq_dio24.
1139
1140config COMEDI_NI_LABPC_CS
1141 tristate "NI DAQCard-1200 PCMCIA support"
1142 depends on COMEDI_NI_LABPC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001143 ---help---
1144 Enable support for the National Instruments PCMCIA DAQCard-1200
1145
1146 To compile this driver as a module, choose M here: the module will be
1147 called ni_labpc_cs.
1148
1149config COMEDI_NI_MIO_CS
1150 tristate "NI DAQCard E series PCMCIA support"
Ian Abbott7ac21b82012-06-25 19:49:37 +01001151 select COMEDI_NI_TIO
Ian Abbott0742cec2011-02-08 15:26:33 +00001152 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001153 select COMEDI_FC
1154 ---help---
1155 Enable support for the National Instruments PCMCIA DAQCard E series
1156 DAQCard-ai-16xe-50, DAQCard-ai-16e-4, DAQCard-6062E, DAQCard-6024E
1157 and DAQCard-6036E
1158
1159 To compile this driver as a module, choose M here: the module will be
1160 called ni_mio_cs.
1161
1162config COMEDI_QUATECH_DAQP_CS
1163 tristate "Quatech DAQP PCMCIA data capture card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001164 ---help---
1165 Enable support for the Quatech DAQP PCMCIA data capture cards
1166 DAQP-208 and DAQP-308
1167
1168 To compile this driver as a module, choose M here: the module will be
1169 called quatech_daqp_cs.
1170
1171endif # COMEDI_PCMCIA_DRIVERS
1172
1173menuconfig COMEDI_USB_DRIVERS
H Hartley Sweeten64be0962012-06-19 16:20:28 -07001174 bool "Comedi USB drivers"
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001175 depends on USB
Greg Kroah-Hartman84c9dc22008-11-14 14:10:15 -08001176 ---help---
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001177 Enable comedi USB drivers to be built
1178
1179 Note that the answer to this question won't directly affect the
1180 kernel: saying N will just cause the configurator to skip all
1181 the questions about USB comedi drivers.
1182
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001183if COMEDI_USB_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001184
1185config COMEDI_DT9812
1186 tristate "DataTranslation DT9812 USB module support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001187 ---help---
1188 Enable support for the Data Translation DT9812 USB module
1189
1190 To compile this driver as a module, choose M here: the module will be
1191 called dt9812.
1192
1193config COMEDI_USBDUX
Bernd Porrdd89e202011-07-30 11:15:02 +01001194 tristate "ITL USB-DUX-D support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001195 ---help---
Bernd Porrdd89e202011-07-30 11:15:02 +01001196 Enable support for the Incite Technology Ltd USB-DUX-D Board
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001197
1198 To compile this driver as a module, choose M here: the module will be
1199 called usbdux.
1200
1201config COMEDI_USBDUXFAST
1202 tristate "ITL USB-DUXfast support"
1203 select COMEDI_FC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001204 ---help---
Bernd Porrdd89e202011-07-30 11:15:02 +01001205 Enable support for the Incite Technology Ltd USB-DUXfast Board
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001206
1207 To compile this driver as a module, choose M here: the module will be
1208 called usbduxfast.
1209
Bernd Porrdd89e202011-07-30 11:15:02 +01001210config COMEDI_USBDUXSIGMA
1211 tristate "ITL USB-DUXsigma support"
1212 select COMEDI_FC
Bernd Porrdd89e202011-07-30 11:15:02 +01001213 ---help---
1214 Enable support for the Incite Technology Ltd USB-DUXsigma Board
1215
1216 To compile this driver as a module, choose M here: the module will be
1217 called usbduxsigma.
1218
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001219config COMEDI_VMK80XX
1220 tristate "Velleman VM110/VM140 USB Board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001221 ---help---
1222 Build the Velleman USB Board Low-Level Driver supporting the
1223 K8055/K8061 aka VM110/VM140 devices
1224
1225 To compile this driver as a module, choose M here: the module will be
1226 called vmk80xx.
1227
1228endif # COMEDI_USB_DRIVERS
1229
Alexander Kurz82419622010-05-19 23:13:19 +04001230config COMEDI_8255
1231 tristate "Generic 8255 support"
Alexander Kurz82419622010-05-19 23:13:19 +04001232 ---help---
1233 Enable generic 8255 support.
1234
1235 You should enable compilation this driver if you plan to use a board
1236 that has an 8255 chip. For multifunction boards, the main driver will
1237 configure the 8255 subdevice automatically.
1238
H Hartley Sweeten41518de2012-09-12 15:37:14 -07001239 Note that most PCI based 8255 boards use the 8255_pci driver as a
1240 wrapper around this driver.
Alexander Kurz82419622010-05-19 23:13:19 +04001241
1242 To compile this driver as a module, choose M here: the module will be
1243 called 8255.
1244
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001245config COMEDI_FC
H Hartley Sweeten5b28e552012-05-29 15:30:18 -07001246 tristate
Ian Abbott8c287d22012-03-26 16:57:26 +01001247
1248config COMEDI_AMPLC_DIO200
H Hartley Sweetene3f7e1a2012-05-17 18:08:37 -07001249 tristate
Ian Abbott717ab672012-03-26 16:57:27 +01001250
1251config COMEDI_AMPLC_PC236
H Hartley Sweetene3f7e1a2012-05-17 18:08:37 -07001252 tristate
Ian Abbott717ab672012-03-26 16:57:27 +01001253 select COMEDI_8255
Ian Abbott3e6be972012-03-26 16:57:28 +01001254
1255config COMEDI_AMPLC_PC263
H Hartley Sweetene3f7e1a2012-05-17 18:08:37 -07001256 tristate
Ian Abbott2e3c0242012-03-26 16:57:29 +01001257
1258config COMEDI_DAS08
H Hartley Sweetene3f7e1a2012-05-17 18:08:37 -07001259 tristate
Ian Abbott2e3c0242012-03-26 16:57:29 +01001260 select COMEDI_8255
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001261
Ian Abbotta7719882012-06-25 19:49:38 +01001262config COMEDI_NI_TIO
1263 tristate
1264
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001265endif # COMEDI