2 tristate "Data acquisition support (comedi)"
4 Enable support for a wide range of data acquisition devices
10 bool "Comedi debugging"
12 This is an option for use by developers; most people should
13 say N here. This enables comedi core and driver debugging.
15 config COMEDI_DEFAULT_BUF_SIZE_KB
16 int "Comedi default initial asynchronous buffer size in KiB"
19 This is the default asynchronous buffer size which is used for
20 commands running in the background in kernel space. This
21 defaults to 2048 KiB of memory so that a 16 channel card
22 running at 10 kHz has of 2-4 seconds of buffer.
24 config COMEDI_DEFAULT_BUF_MAXSIZE_KB
25 int "Comedi default maximum asynchronous buffer size in KiB"
28 This is the default maximum asynchronous buffer size which can
29 be requested by a userspace program without root privileges.
30 This is set to 20480 KiB so that a fast I/O card with 16
31 channels running at 100 kHz has 2-4 seconds of buffer.
33 menuconfig COMEDI_MISC_DRIVERS
34 bool "Comedi misc drivers"
36 Enable comedi misc drivers to be built
38 Note that the answer to this question won't directly affect the
39 kernel: saying N will just cause the configurator to skip all
40 the questions about misc non-hardware comedi drivers.
42 if COMEDI_MISC_DRIVERS
45 tristate "Comedi device bonding support"
46 select COMEDI_KCOMEDILIB
48 Enable support for a driver to 'bond' (merge) multiple subdevices
49 from multiple devices together as one.
51 Currently, it only handles digital I/O subdevices.
53 To compile this driver as a module, choose M here: the module will be
57 tristate "Fake waveform generator support"
59 Enable support for the fake waveform generator.
60 This driver is mainly for testing purposes, but can also be used to
61 generate sample waveforms on systems that don't have data acquisition
64 To compile this driver as a module, choose M here: the module will be
68 tristate "Parallel port support"
70 Enable support for the standard parallel port.
71 A cheap and easy way to get a few more digital I/O lines. Steal
72 additional parallel ports from old computers or your neighbors'
75 To compile this driver as a module, choose M here: the module will be
76 called comedi_parport.
78 config COMEDI_SERIAL2002
79 tristate "Driver for serial connected hardware"
81 Enable support for serial connected hardware
83 To compile this driver as a module, choose M here: the module will be
87 tristate "SSV Embedded Systems DIL/Net-PC support"
88 depends on X86_32 || COMPILE_TEST
90 Enable support for SSV Embedded Systems DIL/Net-PC
92 To compile this driver as a module, choose M here: the module will be
95 endif # COMEDI_MISC_DRIVERS
97 menuconfig COMEDI_ISA_DRIVERS
98 bool "Comedi ISA and PC/104 drivers"
100 Enable comedi ISA and PC/104 drivers to be built
102 Note that the answer to this question won't directly affect the
103 kernel: saying N will just cause the configurator to skip all
104 the questions about ISA and PC/104 comedi drivers.
106 if COMEDI_ISA_DRIVERS
109 tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support"
112 Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112
114 To compile this driver as a module, choose M here: the module will be
118 tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO"
121 Enable support for ISA and PC/104 based 8255 digital i/o boards. This
122 driver provides a legacy comedi driver wrapper for the generic 8255
125 Supported boards include:
126 Advantech PCL-724 24 channels
127 Advantech PCL-722 144 (or 96) channels
128 Advantech PCL-731 48 channels
129 ADlink ACL-7122 144 (or 96) channels
130 ADlink ACL-7124 24 channels
131 ADlink PET-48DIO 48 channels
132 WinSystems PCM-IO48 48 channels (PC/104)
133 Diamond Systems ONYX-MM-DIO 48 channels (PC/104)
135 To compile this driver as a module, choose M here: the module will be
139 tristate "Advantech PCL-726 and compatible ISA card support"
141 Enable support for Advantech PCL-726 and compatible ISA cards.
143 To compile this driver as a module, choose M here: the module will be
147 tristate "Simple Digital I/O board support (8-bit ports)"
149 Enable support for various simple ISA or PC/104 Digital I/O boards.
150 These boards all use 8-bit I/O ports.
152 Advantech PCL-730 iso - 16 in/16 out ttl - 16 in/16 out
153 ICP ISO-730 iso - 16 in/16 out ttl - 16 in/16 out
154 ADlink ACL-7130 iso - 16 in/16 out ttl - 16 in/16 out
155 Advantech PCM-3730 iso - 8 in/8 out ttl - 16 in/16 out
156 Advantech PCL-725 iso - 8 in/8 out
157 ICP P8R8-DIO iso - 8 in/8 out
158 ADlink ACL-7225b iso - 16 in/16 out
159 ICP P16R16-DIO iso - 16 in/16 out
160 Advantech PCL-733 iso - 32 in
161 Advantech PCL-734 iso - 32 out
162 Diamond Systems OPMM-1616-XT iso - 16 in/16 out
163 Diamond Systems PEARL-MM-P iso - 16 out
164 Diamond Systems IR104-PBF iso - 20 in/20 out
166 To compile this driver as a module, choose M here: the module will be
170 tristate "Advantech PCL-812/813 and ADlink ACL-8112/8113/8113/8216"
171 select COMEDI_ISADMA if ISA_DMA_API
174 Enable support for Advantech PCL-812/PG, PCL-813/B, ADLink
175 ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA,
176 A-822PGH/PGL, A-823PGH/PGL, A-826PG and ICP DAS ISO-813 ISA cards
178 To compile this driver as a module, choose M here: the module will be
182 tristate "Advantech PCL-814 and PCL-816 ISA card support"
183 select COMEDI_ISADMA if ISA_DMA_API
186 Enable support for Advantech PCL-814 and PCL-816 ISA cards
188 To compile this driver as a module, choose M here: the module will be
192 tristate "Advantech PCL-718 and PCL-818 ISA card support"
193 select COMEDI_ISADMA if ISA_DMA_API
196 Enable support for Advantech PCL-818 ISA cards
197 PCL-818L, PCL-818H, PCL-818HD, PCL-818HG, PCL-818 and PCL-718
199 To compile this driver as a module, choose M here: the module will be
202 config COMEDI_PCM3724
203 tristate "Advantech PCM-3724 PC/104 card support"
206 Enable support for Advantech PCM-3724 PC/104 cards.
208 To compile this driver as a module, choose M here: the module will be
211 config COMEDI_AMPLC_DIO200_ISA
212 tristate "Amplicon PC212E/PC214E/PC215E/PC218E/PC272E"
213 select COMEDI_AMPLC_DIO200
215 Enable support for Amplicon PC212E, PC214E, PC215E, PC218E and
216 PC272E ISA DIO boards
218 To compile this driver as a module, choose M here: the module will be
221 config COMEDI_AMPLC_PC236_ISA
222 tristate "Amplicon PC36AT DIO board support"
223 select COMEDI_AMPLC_PC236
225 Enable support for Amplicon PC36AT ISA DIO board.
227 To compile this driver as a module, choose M here: the module will be
230 config COMEDI_AMPLC_PC263_ISA
231 tristate "Amplicon PC263 relay board support"
233 Enable support for Amplicon PC263 ISA relay board. This board has
234 16 reed relay output channels.
236 To compile this driver as a module, choose M here: the module will be
240 tristate "Analog Devices RTI-800/815 ISA card support"
242 Enable support for Analog Devices RTI-800/815 ISA cards
244 To compile this driver as a module, choose M here: the module will be
248 tristate "Analog Devices RTI-802 ISA card support"
250 Enable support for Analog Devices RTI-802 ISA cards
252 To compile this driver as a module, choose M here: the module will be
256 tristate "Keithley Metrabyte DAC02 compatible ISA card support"
258 Enable support for Keithley Metrabyte DAC02 compatible ISA cards.
260 To compile this driver as a module, choose M here: the module will be
263 config COMEDI_DAS16M1
264 tristate "MeasurementComputing CIO-DAS16/M1DAS-16 ISA card support"
268 Enable support for Measurement Computing CIO-DAS16/M1 ISA cards.
270 To compile this driver as a module, choose M here: the module will be
273 config COMEDI_DAS08_ISA
274 tristate "DAS-08 compatible ISA and PC/104 card support"
277 Enable support for Keithley Metrabyte/ComputerBoards DAS08
278 and compatible ISA and PC/104 cards:
279 Keithley Metrabyte/ComputerBoards DAS08, DAS08-PGM, DAS08-PGH,
280 DAS08-PGL, DAS08-AOH, DAS08-AOL, DAS08-AOM, DAS08/JR-AO,
281 DAS08/JR-16-AO, PC104-DAS08, DAS08/JR/16.
283 To compile this driver as a module, choose M here: the module will be
287 tristate "DAS-16 compatible ISA and PC/104 card support"
288 select COMEDI_ISADMA if ISA_DMA_API
292 Enable support for Keithley Metrabyte/ComputerBoards DAS16
293 and compatible ISA and PC/104 cards:
294 Keithley Metrabyte DAS-16, DAS-16G, DAS-16F, DAS-1201, DAS-1202,
295 DAS-1401, DAS-1402, DAS-1601, DAS-1602 and
296 ComputerBoards/MeasurementComputing PC104-DAS16/JR/,
297 PC104-DAS16JR/16, CIO-DAS16JR/16, CIO-DAS16/JR, CIO-DAS1401/12,
298 CIO-DAS1402/12, CIO-DAS1402/16, CIO-DAS1601/12, CIO-DAS1602/12,
299 CIO-DAS1602/16, CIO-DAS16/330
301 To compile this driver as a module, choose M here: the module will be
305 tristate "DAS800 and compatible ISA card support"
308 Enable support for Keithley Metrabyte DAS800 and compatible ISA cards
309 Keithley Metrabyte DAS-800, DAS-801, DAS-802
310 Measurement Computing CIO-DAS800, CIO-DAS801, CIO-DAS802 and
313 To compile this driver as a module, choose M here: the module will be
316 config COMEDI_DAS1800
317 tristate "DAS1800 and compatible ISA card support"
318 select COMEDI_ISADMA if ISA_DMA_API
321 Enable support for DAS1800 and compatible ISA cards
322 Keithley Metrabyte DAS-1701ST, DAS-1701ST-DA, DAS-1701/AO,
323 DAS-1702ST, DAS-1702ST-DA, DAS-1702HR, DAS-1702HR-DA, DAS-1702/AO,
324 DAS-1801ST, DAS-1801ST-DA, DAS-1801HC, DAS-1801AO, DAS-1802ST,
325 DAS-1802ST-DA, DAS-1802HR, DAS-1802HR-DA, DAS-1802HC and
328 To compile this driver as a module, choose M here: the module will be
331 config COMEDI_DAS6402
332 tristate "DAS6402 and compatible ISA card support"
335 Enable support for DAS6402 and compatible ISA cards
336 Computerboards, Keithley Metrabyte DAS6402 and compatibles
338 To compile this driver as a module, choose M here: the module will be
342 tristate "Data Translation DT2801 ISA card support"
344 Enable support for Data Translation DT2801 ISA cards
346 To compile this driver as a module, choose M here: the module will be
350 tristate "Data Translation DT2811 ISA card support"
352 Enable support for Data Translation DT2811 ISA cards
354 To compile this driver as a module, choose M here: the module will be
358 tristate "Data Translation DT2814 ISA card support"
360 Enable support for Data Translation DT2814 ISA cards
362 To compile this driver as a module, choose M here: the module will be
366 tristate "Data Translation DT2815 ISA card support"
368 Enable support for Data Translation DT2815 ISA cards
370 To compile this driver as a module, choose M here: the module will be
374 tristate "Data Translation DT2817 ISA card support"
376 Enable support for Data Translation DT2817 ISA cards
378 To compile this driver as a module, choose M here: the module will be
382 tristate "Data Translation DT2821 series and DT-EZ ISA card support"
383 select COMEDI_ISADMA if ISA_DMA_API
385 Enable support for Data Translation DT2821 series including DT-EZ
386 DT2821, DT2821-F-16SE, DT2821-F-8DI, DT2821-G-16SE, DT2821-G-8DI,
387 DT2823 (dt2823), DT2824-PGH, DT2824-PGL, DT2825, DT2827, DT2828,
388 DT21-EZ, DT23-EZ, DT24-EZ and DT24-EZ-PGL
390 To compile this driver as a module, choose M here: the module will be
393 config COMEDI_DMM32AT
394 tristate "Diamond Systems MM-32-AT PC/104 board support"
397 Enable support for Diamond Systems MM-32-AT PC/104 boards
399 To compile this driver as a module, choose M here: the module will be
403 tristate "FL512 ISA card support"
405 Enable support for FL512 ISA card
407 To compile this driver as a module, choose M here: the module will be
410 config COMEDI_AIO_AIO12_8
411 tristate "I/O Products PC/104 AIO12-8 Analog I/O Board support"
415 Enable support for I/O Products PC/104 AIO12-8 Analog I/O Board
417 To compile this driver as a module, choose M here: the module will be
420 config COMEDI_AIO_IIRO_16
421 tristate "I/O Products PC/104 IIRO16 Board support"
423 Enable support for I/O Products PC/104 IIRO16 Relay And Isolated
426 To compile this driver as a module, choose M here: the module will be
429 config COMEDI_II_PCI20KC
430 tristate "Intelligent Instruments PCI-20001C carrier support"
433 Enable support for Intelligent Instruments PCI-20001C carrier
434 PCI-20001, PCI-20006 and PCI-20341
436 To compile this driver as a module, choose M here: the module will be
439 config COMEDI_C6XDIGIO
440 tristate "Mechatronic Systems Inc. C6x_DIGIO DSP daughter card support"
442 Enable support for Mechatronic Systems Inc. C6x_DIGIO DSP daughter
445 To compile this driver as a module, choose M here: the module will be
449 tristate "Micro/sys MPC-624 PC/104 board support"
451 Enable support for Micro/sys MPC-624 PC/104 board
453 To compile this driver as a module, choose M here: the module will be
457 tristate "MicroAxial ADQ12-B data acquisition and control card support"
459 Enable MicroAxial ADQ12-B daq and control card support.
461 To compile this driver as a module, choose M here: the module will be
464 config COMEDI_NI_AT_A2150
465 tristate "NI AT-A2150 ISA card support"
466 select COMEDI_ISADMA if ISA_DMA_API
469 Enable support for National Instruments AT-A2150 cards
471 To compile this driver as a module, choose M here: the module will be
474 config COMEDI_NI_AT_AO
475 tristate "NI AT-AO-6/10 EISA card support"
478 Enable support for National Instruments AT-AO-6/10 cards
480 To compile this driver as a module, choose M here: the module will be
483 config COMEDI_NI_ATMIO
484 tristate "NI AT-MIO E series ISA-PNP card support"
488 Enable support for National Instruments AT-MIO E series cards
489 National Instruments AT-MIO-16E-1 (ni_atmio),
490 AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3,
491 AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10
493 To compile this driver as a module, choose M here: the module will be
496 config COMEDI_NI_ATMIO16D
497 tristate "NI AT-MIO-16/AT-MIO-16D series ISA card support"
500 Enable support for National Instruments AT-MIO-16/AT-MIO-16D cards.
502 To compile this driver as a module, choose M here: the module will be
505 config COMEDI_NI_LABPC_ISA
506 tristate "NI Lab-PC and compatibles ISA support"
507 select COMEDI_NI_LABPC
509 Enable support for National Instruments Lab-PC and compatibles
510 Lab-PC-1200, Lab-PC-1200AI, Lab-PC+.
511 Kernel-level ISA plug-and-play support for the lab-pc-1200 boards has
512 not yet been added to the driver.
514 To compile this driver as a module, choose M here: the module will be
518 tristate "Winsystems PCM-A/D12 and PCM-A/D16 PC/104 board support"
520 Enable support for Winsystems PCM-A/D12 and PCM-A/D16 PC/104 boards.
522 To compile this driver as a module, choose M here: the module will be
525 config COMEDI_PCMDA12
526 tristate "Winsystems PCM-D/A-12 8-channel AO PC/104 board support"
528 Enable support for Winsystems PCM-D/A-12 8-channel AO PC/104 boards.
529 Note that the board is not ISA-PNP capable and thus needs the I/O
530 port comedi_config parameter.
532 To compile this driver as a module, choose M here: the module will be
536 tristate "Winsystems PCM-MIO PC/104 board support"
538 Enable support for Winsystems PCM-MIO multifunction PC/104 boards.
540 To compile this driver as a module, choose M here: the module will be
544 tristate "Winsystems PCM-UIO48A and PCM-UIO96A PC/104 board support"
546 Enable support for PCM-UIO48A and PCM-UIO96A PC/104 boards.
548 To compile this driver as a module, choose M here: the module will be
551 config COMEDI_MULTIQ3
552 tristate "Quanser Consulting MultiQ-3 ISA card support"
554 Enable support for Quanser Consulting MultiQ-3 ISA cards
556 To compile this driver as a module, choose M here: the module will be
560 tristate "Sensoray s526 support"
562 Enable support for Sensoray s526
564 To compile this driver as a module, choose M here: the module will be
567 endif # COMEDI_ISA_DRIVERS
569 menuconfig COMEDI_PCI_DRIVERS
570 tristate "Comedi PCI drivers"
573 Enable support for comedi PCI drivers.
575 To compile this support as a module, choose M here: the module will
576 be called comedi_pci.
578 if COMEDI_PCI_DRIVERS
580 config COMEDI_8255_PCI
581 tristate "Generic PCI based 8255 digital i/o board support"
584 Enable support for PCI based 8255 digital i/o boards. This driver
585 provides a PCI wrapper around the generic 8255 driver.
588 ADlink - PCI-7224, PCI-7248, and PCI-7296
589 Measurement Computing - PCI-DIO24, PCI-DIO24H, PCI-DIO48H and
591 National Instruments - PCI-DIO-96, PCI-DIO-96B, PXI-6508, PCI-6503,
592 PCI-6503B, PCI-6503X, and PXI-6503
594 To compile this driver as a module, choose M here: the module will
597 config COMEDI_ADDI_WATCHDOG
600 Provides support for the watchdog subdevice found on many ADDI-DATA
601 boards. This module will be automatically selected when needed. The
602 module will be called addi_watchdog.
604 config COMEDI_ADDI_APCI_1032
605 tristate "ADDI-DATA APCI_1032 support"
607 Enable support for ADDI-DATA APCI_1032 cards
609 To compile this driver as a module, choose M here: the module will be
610 called addi_apci_1032.
612 config COMEDI_ADDI_APCI_1500
613 tristate "ADDI-DATA APCI_1500 support"
615 Enable support for ADDI-DATA APCI_1500 cards
617 To compile this driver as a module, choose M here: the module will be
618 called addi_apci_1500.
620 config COMEDI_ADDI_APCI_1516
621 tristate "ADDI-DATA APCI-1016/1516/2016 support"
622 select COMEDI_ADDI_WATCHDOG
624 Enable support for ADDI-DATA APCI-1016, APCI-1516 and APCI-2016 boards.
625 These are 16 channel, optically isolated, digital I/O boards. The 1516
626 and 2016 boards also have a watchdog for resetting the outputs to "0".
628 To compile this driver as a module, choose M here: the module will be
629 called addi_apci_1516.
631 config COMEDI_ADDI_APCI_1564
632 tristate "ADDI-DATA APCI_1564 support"
633 select COMEDI_ADDI_WATCHDOG
635 Enable support for ADDI-DATA APCI_1564 cards
637 To compile this driver as a module, choose M here: the module will be
638 called addi_apci_1564.
640 config COMEDI_ADDI_APCI_16XX
641 tristate "ADDI-DATA APCI_16xx support"
643 Enable support for ADDI-DATA APCI_16xx cards
645 To compile this driver as a module, choose M here: the module will be
646 called addi_apci_16xx.
648 config COMEDI_ADDI_APCI_2032
649 tristate "ADDI-DATA APCI_2032 support"
650 select COMEDI_ADDI_WATCHDOG
652 Enable support for ADDI-DATA APCI_2032 cards
654 To compile this driver as a module, choose M here: the module will be
655 called addi_apci_2032.
657 config COMEDI_ADDI_APCI_2200
658 tristate "ADDI-DATA APCI_2200 support"
659 select COMEDI_ADDI_WATCHDOG
661 Enable support for ADDI-DATA APCI_2200 cards
663 To compile this driver as a module, choose M here: the module will be
664 called addi_apci_2200.
666 config COMEDI_ADDI_APCI_3120
667 tristate "ADDI-DATA APCI_3120/3001 support"
670 Enable support for ADDI-DATA APCI_3120/3001 cards
672 To compile this driver as a module, choose M here: the module will be
673 called addi_apci_3120.
675 config COMEDI_ADDI_APCI_3501
676 tristate "ADDI-DATA APCI_3501 support"
678 Enable support for ADDI-DATA APCI_3501 cards
680 To compile this driver as a module, choose M here: the module will be
681 called addi_apci_3501.
683 config COMEDI_ADDI_APCI_3XXX
684 tristate "ADDI-DATA APCI_3xxx support"
686 Enable support for ADDI-DATA APCI_3xxx cards
688 To compile this driver as a module, choose M here: the module will be
689 called addi_apci_3xxx.
691 config COMEDI_ADL_PCI6208
692 tristate "ADLink PCI-6208A support"
694 Enable support for ADLink PCI-6208A cards
696 To compile this driver as a module, choose M here: the module will be
699 config COMEDI_ADL_PCI7X3X
700 tristate "ADLink PCI-723X/743X isolated digital i/o board support"
702 Enable support for ADlink PCI-723X/743X isolated digital i/o boards.
703 Supported boards include the 32-channel PCI-7230 (16 in/16 out),
704 PCI-7233 (32 in), and PCI-7234 (32 out) as well as the 64-channel
705 PCI-7432 (32 in/32 out), PCI-7433 (64 in), and PCI-7434 (64 out).
707 To compile this driver as a module, choose M here: the module will be
710 config COMEDI_ADL_PCI8164
711 tristate "ADLink PCI-8164 4 Axes Motion Control board support"
713 Enable support for ADlink PCI-8164 4 Axes Motion Control board
715 To compile this driver as a module, choose M here: the module will be
718 config COMEDI_ADL_PCI9111
719 tristate "ADLink PCI-9111HR support"
722 Enable support for ADlink PCI9111 cards
724 To compile this driver as a module, choose M here: the module will be
727 config COMEDI_ADL_PCI9118
728 tristate "ADLink PCI-9118DG, PCI-9118HG, PCI-9118HR support"
732 Enable support for ADlink PCI-9118DG, PCI-9118HG, PCI-9118HR cards
734 To compile this driver as a module, choose M here: the module will be
737 config COMEDI_ADV_PCI1710
738 tristate "Advantech PCI-171x and PCI-1731 support"
741 Enable support for Advantech PCI-1710, PCI-1710HG, PCI-1711,
742 PCI-1713 and PCI-1731
744 To compile this driver as a module, choose M here: the module will be
747 config COMEDI_ADV_PCI1720
748 tristate "Advantech PCI-1720 support"
750 Enable support for Advantech PCI-1720 Analog Output board.
752 To compile this driver as a module, choose M here: the module will be
755 config COMEDI_ADV_PCI1723
756 tristate "Advantech PCI-1723 support"
758 Enable support for Advantech PCI-1723 cards
760 To compile this driver as a module, choose M here: the module will be
763 config COMEDI_ADV_PCI1724
764 tristate "Advantech PCI-1724U support"
766 Enable support for Advantech PCI-1724U cards. These are 32-channel
767 analog output cards with voltage and current loop output ranges and
770 To compile this driver as a module, choose M here: the module will be
773 config COMEDI_ADV_PCI1760
774 tristate "Advantech PCI-1760 support"
776 Enable support for Advantech PCI-1760 board.
778 To compile this driver as a module, choose M here: the module will be
781 config COMEDI_ADV_PCI_DIO
782 tristate "Advantech PCI DIO card support"
786 Enable support for Advantech PCI DIO cards
787 PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U,
788 PCI-1750, PCI-1751, PCI-1752, PCI-1753/E, PCI-1754, PCI-1756,
789 PCI-1761 and PCI-1762
791 To compile this driver as a module, choose M here: the module will be
794 config COMEDI_AMPLC_DIO200_PCI
795 tristate "Amplicon PCI215/PCI272/PCIe215/PCIe236/PCIe296 DIO support"
796 select COMEDI_AMPLC_DIO200
798 Enable support for Amplicon PCI215, PCI272, PCIe215, PCIe236
799 and PCIe296 DIO boards.
801 To compile this driver as a module, choose M here: the module will be
802 called amplc_dio200_pci.
804 config COMEDI_AMPLC_PC236_PCI
805 tristate "Amplicon PCI236 DIO board support"
806 select COMEDI_AMPLC_PC236
808 Enable support for Amplicon PCI236 DIO board.
810 To compile this driver as a module, choose M here: the module will be
813 config COMEDI_AMPLC_PC263_PCI
814 tristate "Amplicon PCI263 relay board support"
816 Enable support for Amplicon PCI263 relay board. This is a PCI board
817 with 16 reed relay output channels.
819 To compile this driver as a module, choose M here: the module will be
822 config COMEDI_AMPLC_PCI224
823 tristate "Amplicon PCI224 and PCI234 support"
826 Enable support for Amplicon PCI224 and PCI234 AO boards
828 To compile this driver as a module, choose M here: the module will be
831 config COMEDI_AMPLC_PCI230
832 tristate "Amplicon PCI230 and PCI260 support"
836 Enable support for Amplicon PCI230 and PCI260 Multifunction I/O
839 To compile this driver as a module, choose M here: the module will be
842 config COMEDI_CONTEC_PCI_DIO
843 tristate "Contec PIO1616L digital I/O board support"
845 Enable support for the Contec PIO1616L digital I/O board
847 To compile this driver as a module, choose M here: the module will be
848 called contec_pci_dio.
850 config COMEDI_DAS08_PCI
851 tristate "DAS-08 PCI support"
854 Enable support for PCI DAS-08 cards.
856 To compile this driver as a module, choose M here: the module will be
860 tristate "Data Translation DT3000 series support"
862 Enable support for Data Translation DT3000 series
863 DT3001, DT3001-PGL, DT3002, DT3003, DT3003-PGL, DT3004, DT3005 and
866 To compile this driver as a module, choose M here: the module will be
869 config COMEDI_DYNA_PCI10XX
870 tristate "Dynalog PCI DAQ series support"
872 Enable support for Dynalog PCI DAQ series
875 To compile this driver as a module, choose M here: the module will be
878 config COMEDI_GSC_HPDI
879 tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support"
881 Enable support for General Standards Corporation high speed parallel
882 digital interface rs485 boards PCI-HPDI32 and PMC-HPDI32.
883 Only receive mode works, transmit not supported.
885 To compile this driver as a module, choose M here: the module will be
889 tristate "Humusoft MF634 and MF624 DAQ Card support"
891 This driver supports both Humusoft MF634 and MF624 Data acquisition
892 cards. The legacy Humusoft MF614 card is not supported.
894 config COMEDI_ICP_MULTI
895 tristate "Inova ICP_MULTI support"
897 Enable support for Inova ICP_MULTI card
899 To compile this driver as a module, choose M here: the module will be
902 config COMEDI_DAQBOARD2000
903 tristate "IOtech DAQboard/2000 support"
906 Enable support for the IOtech DAQboard/2000
908 To compile this driver as a module, choose M here: the module will be
911 config COMEDI_JR3_PCI
912 tristate "JR3/PCI force sensor board support"
914 Enable support for JR3/PCI force sensor boards
916 To compile this driver as a module, choose M here: the module will be
919 config COMEDI_KE_COUNTER
920 tristate "Kolter-Electronic PCI Counter 1 card support"
922 Enable support for Kolter-Electronic PCI Counter 1 cards
924 To compile this driver as a module, choose M here: the module will be
927 config COMEDI_CB_PCIDAS64
928 tristate "MeasurementComputing PCI-DAS 64xx, 60xx, and 4020 support"
931 Enable support for ComputerBoards/MeasurementComputing PCI-DAS 64xx,
932 60xx, and 4020 series with the PLX 9080 PCI controller
934 To compile this driver as a module, choose M here: the module will be
937 config COMEDI_CB_PCIDAS
938 tristate "MeasurementComputing PCI-DAS support"
942 Enable support for ComputerBoards/MeasurementComputing PCI-DAS with
943 AMCC S5933 PCIcontroller: PCI-DAS1602/16, PCI-DAS1602/16jr,
944 PCI-DAS1602/12, PCI-DAS1200, PCI-DAS1200jr, PCI-DAS1000, PCI-DAS1001
947 To compile this driver as a module, choose M here: the module will be
950 config COMEDI_CB_PCIDDA
951 tristate "MeasurementComputing PCI-DDA series support"
954 Enable support for ComputerBoards/MeasurementComputing PCI-DDA
955 series: PCI-DDA08/12, PCI-DDA04/12, PCI-DDA02/12, PCI-DDA08/16,
956 PCI-DDA04/16 and PCI-DDA02/16
958 To compile this driver as a module, choose M here: the module will be
961 config COMEDI_CB_PCIMDAS
962 tristate "MeasurementComputing PCIM-DAS1602/16, PCIe-DAS1602/16 support"
966 Enable support for ComputerBoards/MeasurementComputing PCI Migration
967 series PCIM-DAS1602/16 and PCIe-DAS1602/16.
969 To compile this driver as a module, choose M here: the module will be
972 config COMEDI_CB_PCIMDDA
973 tristate "MeasurementComputing PCIM-DDA06-16 support"
976 Enable support for ComputerBoards/MeasurementComputing PCIM-DDA06-16
978 To compile this driver as a module, choose M here: the module will be
982 tristate "Meilhaus ME-4000 support"
985 Enable support for Meilhaus PCI data acquisition cards
986 ME-4650, ME-4670i, ME-4680, ME-4680i and ME-4680is
988 To compile this driver as a module, choose M here: the module will be
992 tristate "Meilhaus ME-2000i, ME-2600i, ME-3000vm1 support"
994 Enable support for Meilhaus PCI data acquisition cards
995 ME-2000i, ME-2600i and ME-3000vm1
997 To compile this driver as a module, choose M here: the module will be
1000 config COMEDI_NI_6527
1001 tristate "NI 6527 support"
1003 Enable support for the National Instruments 6527 PCI card
1005 To compile this driver as a module, choose M here: the module will be
1008 config COMEDI_NI_65XX
1009 tristate "NI 65xx static dio PCI card support"
1011 Enable support for National Instruments 65xx static dio boards.
1012 Supported devices: National Instruments PCI-6509 (ni_65xx),
1013 PXI-6509, PCI-6510, PCI-6511, PXI-6511, PCI-6512, PXI-6512, PCI-6513,
1014 PXI-6513, PCI-6514, PXI-6514, PCI-6515, PXI-6515, PCI-6516, PCI-6517,
1015 PCI-6518, PCI-6519, PCI-6520, PCI-6521, PXI-6521, PCI-6528, PXI-6528
1017 To compile this driver as a module, choose M here: the module will be
1020 config COMEDI_NI_660X
1021 tristate "NI 660x counter/timer PCI card support"
1023 select COMEDI_NI_TIOCMD
1025 Enable support for National Instruments PCI-6601 (ni_660x), PCI-6602,
1026 PXI-6602, PXI-6608, PCI-6624, and PXI-6624.
1028 To compile this driver as a module, choose M here: the module will be
1031 config COMEDI_NI_670X
1032 tristate "NI 670x PCI card support"
1034 Enable support for National Instruments PCI-6703 and PCI-6704
1036 To compile this driver as a module, choose M here: the module will be
1039 config COMEDI_NI_LABPC_PCI
1040 tristate "NI Lab-PC PCI-1200 support"
1041 select COMEDI_NI_LABPC
1043 Enable support for National Instruments Lab-PC PCI-1200.
1045 To compile this driver as a module, choose M here: the module will be
1046 called ni_labpc_pci.
1048 config COMEDI_NI_PCIDIO
1049 tristate "NI PCI-DIO32HS, PCI-6533, PCI-6534 support"
1054 Enable support for National Instruments PCI-DIO-32HS, PXI-6533,
1055 PCI-6533 and PCI-6534
1057 To compile this driver as a module, choose M here: the module will be
1060 config COMEDI_NI_PCIMIO
1061 tristate "NI PCI-MIO-E series and M series support"
1063 select COMEDI_NI_TIOCMD
1066 Enable support for National Instruments PCI-MIO-E series and M series
1067 (all boards): PCI-MIO-16XE-10, PXI-6030E, PCI-MIO-16E-1,
1068 PCI-MIO-16E-4, PCI-6014, PCI-6040E, PXI-6040E, PCI-6030E, PCI-6031E,
1069 PCI-6032E, PCI-6033E, PCI-6071E, PCI-6023E, PCI-6024E, PCI-6025E,
1070 PXI-6025E, PCI-6034E, PCI-6035E, PCI-6052E, PCI-6110, PCI-6111,
1071 PCI-6220, PXI-6220, PCI-6221, PXI-6221, PCI-6224, PXI-6224, PCI-6225,
1072 PXI-6225, PCI-6229, PXI-6229, PCI-6250, PXI-6250, PCI-6251, PXI-6251,
1073 PCIe-6251, PXIe-6251, PCI-6254, PXI-6254, PCI-6259, PXI-6259,
1074 PCIe-6259, PXIe-6259, PCI-6280, PXI-6280, PCI-6281, PXI-6281,
1075 PCI-6284, PXI-6284, PCI-6289, PXI-6289, PCI-6711, PXI-6711,
1076 PCI-6713, PXI-6713, PXI-6071E, PCI-6070E, PXI-6070E, PXI-6052E,
1077 PCI-6036E, PCI-6731, PCI-6733, PXI-6733, PCI-6143, PXI-6143
1079 To compile this driver as a module, choose M here: the module will be
1082 config COMEDI_RTD520
1083 tristate "Real Time Devices PCI4520/DM7520 support"
1086 Enable support for Real Time Devices PCI4520/DM7520
1088 To compile this driver as a module, choose M here: the module will be
1092 tristate "Sensoray 626 support"
1094 Enable support for Sensoray 626
1096 To compile this driver as a module, choose M here: the module will be
1103 config COMEDI_NI_TIOCMD
1106 select COMEDI_NI_TIO
1109 endif # COMEDI_PCI_DRIVERS
1111 menuconfig COMEDI_PCMCIA_DRIVERS
1112 tristate "Comedi PCMCIA drivers"
1115 Enable support for comedi PCMCIA drivers.
1117 To compile this support as a module, choose M here: the module will
1118 be called comedi_pcmcia.
1120 if COMEDI_PCMCIA_DRIVERS
1122 config COMEDI_CB_DAS16_CS
1123 tristate "CB DAS16 series PCMCIA support"
1126 Enable support for the ComputerBoards/MeasurementComputing PCMCIA
1127 cards DAS16/16, PCM-DAS16D/12 and PCM-DAS16s/16
1129 To compile this driver as a module, choose M here: the module will be
1132 config COMEDI_DAS08_CS
1133 tristate "CB DAS08 PCMCIA support"
1136 Enable support for the ComputerBoards/MeasurementComputing DAS-08
1139 To compile this driver as a module, choose M here: the module will be
1142 config COMEDI_NI_DAQ_700_CS
1143 tristate "NI DAQCard-700 PCMCIA support"
1145 Enable support for the National Instruments PCMCIA DAQCard-700 DIO
1147 To compile this driver as a module, choose M here: the module will be
1150 config COMEDI_NI_DAQ_DIO24_CS
1151 tristate "NI DAQ-Card DIO-24 PCMCIA support"
1154 Enable support for the National Instruments PCMCIA DAQ-Card DIO-24
1156 To compile this driver as a module, choose M here: the module will be
1157 called ni_daq_dio24.
1159 config COMEDI_NI_LABPC_CS
1160 tristate "NI DAQCard-1200 PCMCIA support"
1161 select COMEDI_NI_LABPC
1163 Enable support for the National Instruments PCMCIA DAQCard-1200
1165 To compile this driver as a module, choose M here: the module will be
1168 config COMEDI_NI_MIO_CS
1169 tristate "NI DAQCard E series PCMCIA support"
1170 select COMEDI_NI_TIO
1173 Enable support for the National Instruments PCMCIA DAQCard E series
1174 DAQCard-ai-16xe-50, DAQCard-ai-16e-4, DAQCard-6062E, DAQCard-6024E
1177 To compile this driver as a module, choose M here: the module will be
1180 config COMEDI_QUATECH_DAQP_CS
1181 tristate "Quatech DAQP PCMCIA data capture card support"
1183 Enable support for the Quatech DAQP PCMCIA data capture cards
1184 DAQP-208 and DAQP-308
1186 To compile this driver as a module, choose M here: the module will be
1187 called quatech_daqp_cs.
1189 endif # COMEDI_PCMCIA_DRIVERS
1191 menuconfig COMEDI_USB_DRIVERS
1192 tristate "Comedi USB drivers"
1195 Enable support for comedi USB drivers.
1197 To compile this support as a module, choose M here: the module will
1198 be called comedi_usb.
1200 if COMEDI_USB_DRIVERS
1202 config COMEDI_DT9812
1203 tristate "DataTranslation DT9812 USB module support"
1205 Enable support for the Data Translation DT9812 USB module
1207 To compile this driver as a module, choose M here: the module will be
1210 config COMEDI_NI_USB6501
1211 tristate "NI USB-6501 support"
1213 Enable support for the National Instruments USB-6501 module.
1215 The NI USB-6501 is a Full-Speed USB 2.0 (12 Mbit/s) device that
1216 provides 24 digital I/O lines channels and one 32-bit counter.
1218 To compile this driver as a module, choose M here: the module will be
1221 config COMEDI_USBDUX
1222 tristate "ITL USB-DUX-D support"
1224 Enable support for the Incite Technology Ltd USB-DUX-D Board
1226 To compile this driver as a module, choose M here: the module will be
1229 config COMEDI_USBDUXFAST
1230 tristate "ITL USB-DUXfast support"
1232 Enable support for the Incite Technology Ltd USB-DUXfast Board
1234 To compile this driver as a module, choose M here: the module will be
1237 config COMEDI_USBDUXSIGMA
1238 tristate "ITL USB-DUXsigma support"
1240 Enable support for the Incite Technology Ltd USB-DUXsigma Board
1242 To compile this driver as a module, choose M here: the module will be
1245 config COMEDI_VMK80XX
1246 tristate "Velleman VM110/VM140 USB Board support"
1248 Build the Velleman USB Board Low-Level Driver supporting the
1249 K8055/K8061 aka VM110/VM140 devices
1251 To compile this driver as a module, choose M here: the module will be
1254 endif # COMEDI_USB_DRIVERS
1262 config COMEDI_8255_SA
1263 tristate "Standalone 8255 support"
1266 Enable support for 8255 digital I/O as a standalone driver.
1268 You should enable compilation this driver if you plan to use a board
1269 that has an 8255 chip at a known I/O base address and there are no
1270 other Comedi drivers for the board.
1272 Note that Comedi drivers for most multi-function boards incorporating
1273 an 8255 chip use the 'comedi_8255' module. Most PCI-based 8255
1274 boards use the 8255_pci driver as a wrapper around the 'comedi_8255'
1277 To compile this driver as a module, choose M here: the module will be
1280 config COMEDI_KCOMEDILIB
1281 tristate "Comedi kcomedilib"
1283 Build the kcomedilib.
1285 This is a kernel module used to open and manipulate Comedi devices
1286 from within kernel code. It is currently only used by the
1287 comedi_bond driver, and its functionality has been stripped down to
1288 the needs of that driver, so is currently not very useful for
1291 To compile kcomedilib as a module, choose M here: the module will be
1294 config COMEDI_AMPLC_DIO200
1298 config COMEDI_AMPLC_PC236
1307 config COMEDI_ISADMA
1310 config COMEDI_NI_LABPC
1315 config COMEDI_NI_LABPC_ISADMA
1317 default COMEDI_NI_LABPC
1318 depends on COMEDI_NI_LABPC_ISA != n
1319 depends on ISA_DMA_API
1320 select COMEDI_ISADMA
1322 config COMEDI_NI_TIO