2 tristate "Data acquisition support (comedi)"
5 Enable support a wide range of data acquisition devices
11 bool "Comedi debugging"
13 This is an option for use by developers; most people should
14 say N here. This enables comedi core and driver debugging.
16 config COMEDI_DEFAULT_BUF_SIZE_KB
17 int "Comedi default initial asynchronous buffer size in KiB"
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.
25 config COMEDI_DEFAULT_BUF_MAXSIZE_KB
26 int "Comedi default maximum asynchronous buffer size in KiB"
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.
34 menuconfig COMEDI_MISC_DRIVERS
35 bool "Comedi misc drivers"
37 Enable comedi misc drivers to be built
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.
43 if COMEDI_MISC_DRIVERS
45 config COMEDI_KCOMEDILIB
46 tristate "Comedi kcomedilib"
51 tristate "Device bonding support"
52 depends on COMEDI_KCOMEDILIB
54 Enable support for a driver to 'bond' (merge) multiple subdevices
55 from multiple devices together as one.
57 To compile this driver as a module, choose M here: the module will be
61 tristate "Fake waveform generator support"
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
69 To compile this driver as a module, choose M here: the module will be
73 tristate "Parallel port support"
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'
80 To compile this driver as a module, choose M here: the module will be
81 called comedi_parport.
83 config COMEDI_SERIAL2002
84 tristate "Driver for serial connected hardware"
86 Enable support for serial connected hardware
88 To compile this driver as a module, choose M here: the module will be
92 tristate "Comedi skeleton driver"
94 Build the Skeleton driver, an example for driver writers
96 To compile this driver as a module, choose M here: the module will be
100 tristate "SSV Embedded Systems DIL/Net-PC support"
101 depends on X86_32 || COMPILE_TEST
103 Enable support for SSV Embedded Systems DIL/Net-PC
105 To compile this driver as a module, choose M here: the module will be
108 endif # COMEDI_MISC_DRIVERS
110 menuconfig COMEDI_ISA_DRIVERS
111 bool "Comedi ISA and PC/104 drivers"
113 Enable comedi ISA and PC/104 drivers to be built
115 Note that the answer to this question won't directly affect the
116 kernel: saying N will just cause the configurator to skip all
117 the questions about ISA and PC/104 comedi drivers.
119 if COMEDI_ISA_DRIVERS
122 tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support"
124 Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112
126 To compile this driver as a module, choose M here: the module will be
130 tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO"
133 Enable support for ISA and PC/104 based 8255 digital i/o boards. This
134 driver provides a legacy comedi driver wrapper for the generic 8255
137 Supported boards include:
138 Advantech PCL-724 24 channels
139 Advantech PCL-722 144 (or 96) channels
140 Advantech PCL-731 48 channels
141 ADlink ACL-7122 144 (or 96) channels
142 ADlink ACL-7124 24 channels
143 ADlink PET-48DIO 48 channels
144 WinSystems PCM-IO48 48 channels (PC/104)
146 To compile this driver as a module, choose M here: the module will be
150 tristate "Advantech PCL-726 and compatible ISA card support"
152 Enable support for Advantech PCL-726 and compatible ISA cards.
154 To compile this driver as a module, choose M here: the module will be
158 tristate "Simple Digital I/O board support (8-bit ports)"
160 Enable support for various simple ISA or PC/104 Digital I/O boards.
161 These boards all use 8-bit I/O ports.
163 Advantech PCL-730 isolated - 16 in/16 out ttl - 16 in/16 out
164 ICP ISO-730 isolated - 16 in/16 out ttl - 16 in/16 out
165 ADlink ACL-7130 isolated - 16 in/16 out ttl - 16 in/16 out
166 Advantech PCM-3730 isolated - 8 in/8 out ttl - 16 in/16 out
167 Advantech PCL-725 isolated - 8 in/8 out
168 ICP P8R8-DIO isolated - 8 in/8 out
169 ADlink ACL-7225b isolated - 16 in/16 out
170 ICP P16R16-DIO isolated - 16 in/16 out
171 Advantech PCL-733 isolated - 32 in
172 Advantech PCL-734 isolated - 32 out
174 To compile this driver as a module, choose M here: the module will be
178 tristate "Advantech PCL-812/813 and ADlink ACL-8112/8113/8113/8216"
179 depends on VIRT_TO_BUS && ISA_DMA_API
181 Enable support for Advantech PCL-812/PG, PCL-813/B, ADLink
182 ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA,
183 A-822PGH/PGL, A-823PGH/PGL, A-826PG and ICP DAS ISO-813 ISA cards
185 To compile this driver as a module, choose M here: the module will be
189 tristate "Advantech PCL-814 and PCL-816 ISA card support"
190 depends on VIRT_TO_BUS && ISA_DMA_API
192 Enable support for Advantech PCL-814 and PCL-816 ISA cards
194 To compile this driver as a module, choose M here: the module will be
198 tristate "Advantech PCL-718 and PCL-818 ISA card support"
199 depends on VIRT_TO_BUS && ISA_DMA_API
201 Enable support for Advantech PCL-818 ISA cards
202 PCL-818L, PCL-818H, PCL-818HD, PCL-818HG, PCL-818 and PCL-718
204 To compile this driver as a module, choose M here: the module will be
207 config COMEDI_PCM3724
208 tristate "Advantech PCM-3724 PC/104 card support"
211 Enable support for Advantech PCM-3724 PC/104 cards.
213 To compile this driver as a module, choose M here: the module will be
216 config COMEDI_AMPLC_DIO200_ISA
217 tristate "Amplicon PC212E/PC214E/PC215E/PC218E/PC272E"
218 select COMEDI_AMPLC_DIO200
220 Enable support for Amplicon PC212E, PC214E, PC215E, PC218E and
221 PC272E ISA DIO boards
223 To compile this driver as a module, choose M here: the module will be
226 config COMEDI_AMPLC_PC236_ISA
227 tristate "Amplicon PC36AT DIO board support"
228 select COMEDI_AMPLC_PC236
230 Enable support for Amplicon PC36AT ISA DIO board.
232 To compile this driver as a module, choose M here: the module will be
235 config COMEDI_AMPLC_PC263_ISA
236 tristate "Amplicon PC263 relay board support"
238 Enable support for Amplicon PC263 ISA relay board. This board has
239 16 reed relay output channels.
241 To compile this driver as a module, choose M here: the module will be
245 tristate "Analog Devices RTI-800/815 ISA card support"
247 Enable support for Analog Devices RTI-800/815 ISA cards
249 To compile this driver as a module, choose M here: the module will be
253 tristate "Analog Devices RTI-802 ISA card support"
255 Enable support for Analog Devices RTI-802 ISA cards
257 To compile this driver as a module, choose M here: the module will be
260 config COMEDI_DAS16M1
261 tristate "MeasurementComputing CIO-DAS16/M1DAS-16 ISA card support"
265 Enable support for Measurement Computing CIO-DAS16/M1 ISA cards.
267 To compile this driver as a module, choose M here: the module will be
270 config COMEDI_DAS08_ISA
271 tristate "DAS-08 compatible ISA and PC/104 card support"
274 Enable support for Keithley Metrabyte/ComputerBoards DAS08
275 and compatible ISA and PC/104 cards:
276 Keithley Metrabyte/ComputerBoards DAS08, DAS08-PGM, DAS08-PGH,
277 DAS08-PGL, DAS08-AOH, DAS08-AOL, DAS08-AOM, DAS08/JR-AO,
278 DAS08/JR-16-AO, PC104-DAS08, DAS08/JR/16.
280 To compile this driver as a module, choose M here: the module will be
284 tristate "DAS-16 compatible ISA and PC/104 card support"
285 depends on ISA_DMA_API
289 Enable support for Keithley Metrabyte/ComputerBoards DAS16
290 and compatible ISA and PC/104 cards:
291 Keithley Metrabyte DAS-16, DAS-16G, DAS-16F, DAS-1201, DAS-1202,
292 DAS-1401, DAS-1402, DAS-1601, DAS-1602 and
293 ComputerBoards/MeasurementComputing PC104-DAS16/JR/,
294 PC104-DAS16JR/16, CIO-DAS16JR/16, CIO-DAS16/JR, CIO-DAS1401/12,
295 CIO-DAS1402/12, CIO-DAS1402/16, CIO-DAS1601/12, CIO-DAS1602/12,
296 CIO-DAS1602/16, CIO-DAS16/330
298 To compile this driver as a module, choose M here: the module will be
302 tristate "DAS800 and compatible ISA card support"
305 Enable support for Keithley Metrabyte DAS800 and compatible ISA cards
306 Keithley Metrabyte DAS-800, DAS-801, DAS-802
307 Measurement Computing CIO-DAS800, CIO-DAS801, CIO-DAS802 and
310 To compile this driver as a module, choose M here: the module will be
313 config COMEDI_DAS1800
314 tristate "DAS1800 and compatible ISA card support"
315 depends on VIRT_TO_BUS && ISA_DMA_API
318 Enable support for DAS1800 and compatible ISA cards
319 Keithley Metrabyte DAS-1701ST, DAS-1701ST-DA, DAS-1701/AO,
320 DAS-1702ST, DAS-1702ST-DA, DAS-1702HR, DAS-1702HR-DA, DAS-1702/AO,
321 DAS-1801ST, DAS-1801ST-DA, DAS-1801HC, DAS-1801AO, DAS-1802ST,
322 DAS-1802ST-DA, DAS-1802HR, DAS-1802HR-DA, DAS-1802HC and
325 To compile this driver as a module, choose M here: the module will be
328 config COMEDI_DAS6402
329 tristate "DAS6402 and compatible ISA card support"
331 Enable support for DAS6402 and compatible ISA cards
332 Computerboards, Keithley Metrabyte DAS6402 and compatibles
334 To compile this driver as a module, choose M here: the module will be
338 tristate "Data Translation DT2801 ISA card support"
340 Enable support for Data Translation DT2801 ISA cards
342 To compile this driver as a module, choose M here: the module will be
346 tristate "Data Translation DT2811 ISA card support"
348 Enable support for Data Translation DT2811 ISA cards
350 To compile this driver as a module, choose M here: the module will be
354 tristate "Data Translation DT2814 ISA card support"
356 Enable support for Data Translation DT2814 ISA cards
358 To compile this driver as a module, choose M here: the module will be
362 tristate "Data Translation DT2815 ISA card support"
364 Enable support for Data Translation DT2815 ISA cards
366 To compile this driver as a module, choose M here: the module will be
370 tristate "Data Translation DT2817 ISA card support"
372 Enable support for Data Translation DT2817 ISA cards
374 To compile this driver as a module, choose M here: the module will be
378 tristate "Data Translation DT2821 series and DT-EZ ISA card support"
380 depends on VIRT_TO_BUS && ISA_DMA_API
382 Enable support for Data Translation DT2821 series including DT-EZ
383 DT2821, DT2821-F-16SE, DT2821-F-8DI, DT2821-G-16SE, DT2821-G-8DI,
384 DT2823 (dt2823), DT2824-PGH, DT2824-PGL, DT2825, DT2827, DT2828,
385 DT21-EZ, DT23-EZ, DT24-EZ and DT24-EZ-PGL
387 To compile this driver as a module, choose M here: the module will be
390 config COMEDI_DMM32AT
391 tristate "Diamond Systems MM-32-AT PC/104 board support"
393 Enable support for Diamond Systems MM-32-AT PC/104 boards
395 To compile this driver as a module, choose M here: the module will be
398 config COMEDI_UNIOXX5
399 tristate "Fastwel UNIOxx-5 analog and digital io board support"
401 Enable support for Fastwel UNIOxx-5 (analog and digital i/o) boards
403 To compile this driver as a module, choose M here: the module will be
407 tristate "FL512 ISA card support"
409 Enable support for FL512 ISA card
411 To compile this driver as a module, choose M here: the module will be
414 config COMEDI_AIO_AIO12_8
415 tristate "I/O Products PC/104 AIO12-8 Analog I/O Board support"
418 Enable support for I/O Products PC/104 AIO12-8 Analog I/O Board
420 To compile this driver as a module, choose M here: the module will be
423 config COMEDI_AIO_IIRO_16
424 tristate "I/O Products PC/104 IIRO16 Board support"
426 Enable support for I/O Products PC/104 IIRO16 Relay And Isolated
429 To compile this driver as a module, choose M here: the module will be
432 config COMEDI_II_PCI20KC
433 tristate "Intelligent Instruments PCI-20001C carrier support"
435 Enable support for Intelligent Instruments PCI-20001C carrier
436 PCI-20001, PCI-20006 and PCI-20341
438 To compile this driver as a module, choose M here: the module will be
441 config COMEDI_C6XDIGIO
442 tristate "Mechatronic Systems Inc. C6x_DIGIO DSP daughter card support"
444 Enable support for Mechatronic Systems Inc. C6x_DIGIO DSP daughter
447 To compile this driver as a module, choose M here: the module will be
451 tristate "Micro/sys MPC-624 PC/104 board support"
453 Enable support for Micro/sys MPC-624 PC/104 board
455 To compile this driver as a module, choose M here: the module will be
459 tristate "MicroAxial ADQ12-B data acquisition and control card support"
461 Enable MicroAxial ADQ12-B daq and control card support.
463 To compile this driver as a module, choose M here: the module will be
466 config COMEDI_NI_AT_A2150
467 tristate "NI AT-A2150 ISA card support"
469 depends on VIRT_TO_BUS && ISA_DMA_API
471 Enable support for National Instruments AT-A2150 cards
473 To compile this driver as a module, choose M here: the module will be
476 config COMEDI_NI_AT_AO
477 tristate "NI AT-AO-6/10 EISA card support"
479 Enable support for National Instruments AT-AO-6/10 cards
481 To compile this driver as a module, choose M here: the module will be
484 config COMEDI_NI_ATMIO
485 tristate "NI AT-MIO E series ISA-PNP card support"
490 Enable support for National Instruments AT-MIO E series cards
491 National Instruments AT-MIO-16E-1 (ni_atmio),
492 AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3,
493 AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10
495 To compile this driver as a module, choose M here: the module will be
498 config COMEDI_NI_ATMIO16D
499 tristate "NI AT-MIO-16/AT-MIO-16D series ISA card support"
502 Enable support for National Instruments AT-MIO-16/AT-MIO-16D cards.
504 To compile this driver as a module, choose M here: the module will be
507 config COMEDI_NI_LABPC_ISA
508 tristate "NI Lab-PC and compatibles ISA support"
509 select COMEDI_NI_LABPC
510 select COMEDI_NI_LABPC_ISADMA if ISA_DMA_API && VIRT_TO_BUS
512 Enable support for National Instruments Lab-PC and compatibles
513 Lab-PC-1200, Lab-PC-1200AI, Lab-PC+.
514 Kernel-level ISA plug-and-play support for the lab-pc-1200 boards has
515 not yet been added to the driver.
517 To compile this driver as a module, choose M here: the module will be
521 tristate "Winsystems PCM-A/D12 and PCM-A/D16 PC/104 board support"
523 Enable support for Winsystems PCM-A/D12 and PCM-A/D16 PC/104 boards.
525 To compile this driver as a module, choose M here: the module will be
528 config COMEDI_PCMDA12
529 tristate "Winsystems PCM-D/A-12 8-channel AO PC/104 board support"
531 Enable support for Winsystems PCM-D/A-12 8-channel AO PC/104 boards.
532 Note that the board is not ISA-PNP capable and thus needs the I/O
533 port comedi_config parameter.
535 To compile this driver as a module, choose M here: the module will be
539 tristate "Winsystems PCM-MIO PC/104 board support"
541 Enable support for Winsystems PCM-MIO multifunction PC/104 boards.
543 To compile this driver as a module, choose M here: the module will be
547 tristate "Winsystems PCM-UIO48A and PCM-UIO96A PC/104 board support"
549 Enable support for PCM-UIO48A and PCM-UIO96A PC/104 boards.
551 To compile this driver as a module, choose M here: the module will be
554 config COMEDI_MULTIQ3
555 tristate "Quanser Consulting MultiQ-3 ISA card support"
557 Enable support for Quanser Consulting MultiQ-3 ISA cards
559 To compile this driver as a module, choose M here: the module will be
563 tristate "Generic driver for very simple devices"
565 Enable generic support for very simple / POC (Piece of Crap) boards,
566 Keithley Metrabyte DAC-02 (dac02).
568 To compile this driver as a module, choose M here: the module will be
572 tristate "Sensoray s526 support"
574 Enable support for Sensoray s526
576 To compile this driver as a module, choose M here: the module will be
579 endif # COMEDI_ISA_DRIVERS
581 menuconfig COMEDI_PCI_DRIVERS
582 bool "Comedi PCI drivers"
585 Enable support for comedi PCI drivers.
587 if COMEDI_PCI_DRIVERS
589 config COMEDI_8255_PCI
590 tristate "Generic PCI based 8255 digital i/o board support"
593 Enable support for PCI based 8255 digital i/o boards. This driver
594 provides a PCI wrapper around the generic 8255 driver.
597 ADlink - PCI-7224, PCI-7248, and PCI-7296
598 Measurement Computing - PCI-DIO24, PCI-DIO24H, PCI-DIO48H and
600 National Instruments - PCI-DIO-96, PCI-DIO-96B, PXI-6508, PCI-6503,
601 PCI-6503B, PCI-6503X, and PXI-6503
603 To compile this driver as a module, choose M here: the module will
606 config COMEDI_ADDI_WATCHDOG
609 Provides support for the watchdog subdevice found on many ADDI-DATA
610 boards. This module will be automatically selected when needed. The
611 module will be called addi_watchdog.
613 config COMEDI_ADDI_APCI_035
614 tristate "ADDI-DATA APCI_035 support"
616 Enable support for ADDI-DATA APCI_035 cards
618 To compile this driver as a module, choose M here: the module will be
619 called addi_apci_035.
621 config COMEDI_ADDI_APCI_1032
622 tristate "ADDI-DATA APCI_1032 support"
624 Enable support for ADDI-DATA APCI_1032 cards
626 To compile this driver as a module, choose M here: the module will be
627 called addi_apci_1032.
629 config COMEDI_ADDI_APCI_1500
630 tristate "ADDI-DATA APCI_1500 support"
632 Enable support for ADDI-DATA APCI_1500 cards
634 To compile this driver as a module, choose M here: the module will be
635 called addi_apci_1500.
637 config COMEDI_ADDI_APCI_1516
638 tristate "ADDI-DATA APCI-1016/1516/2016 support"
639 select COMEDI_ADDI_WATCHDOG
641 Enable support for ADDI-DATA APCI-1016, APCI-1516 and APCI-2016 boards.
642 These are 16 channel, optically isolated, digital I/O boards. The 1516
643 and 2016 boards also have a watchdog for resetting the outputs to "0".
645 To compile this driver as a module, choose M here: the module will be
646 called addi_apci_1516.
648 config COMEDI_ADDI_APCI_1564
649 tristate "ADDI-DATA APCI_1564 support"
651 Enable support for ADDI-DATA APCI_1564 cards
653 To compile this driver as a module, choose M here: the module will be
654 called addi_apci_1564.
656 config COMEDI_ADDI_APCI_16XX
657 tristate "ADDI-DATA APCI_16xx support"
659 Enable support for ADDI-DATA APCI_16xx cards
661 To compile this driver as a module, choose M here: the module will be
662 called addi_apci_16xx.
664 config COMEDI_ADDI_APCI_2032
665 tristate "ADDI-DATA APCI_2032 support"
666 select COMEDI_ADDI_WATCHDOG
668 Enable support for ADDI-DATA APCI_2032 cards
670 To compile this driver as a module, choose M here: the module will be
671 called addi_apci_2032.
673 config COMEDI_ADDI_APCI_2200
674 tristate "ADDI-DATA APCI_2200 support"
675 select COMEDI_ADDI_WATCHDOG
677 Enable support for ADDI-DATA APCI_2200 cards
679 To compile this driver as a module, choose M here: the module will be
680 called addi_apci_2200.
682 config COMEDI_ADDI_APCI_3120
683 tristate "ADDI-DATA APCI_3120/3001 support"
684 depends on VIRT_TO_BUS
687 Enable support for ADDI-DATA APCI_3120/3001 cards
689 To compile this driver as a module, choose M here: the module will be
690 called addi_apci_3120.
692 config COMEDI_ADDI_APCI_3501
693 tristate "ADDI-DATA APCI_3501 support"
695 Enable support for ADDI-DATA APCI_3501 cards
697 To compile this driver as a module, choose M here: the module will be
698 called addi_apci_3501.
700 config COMEDI_ADDI_APCI_3XXX
701 tristate "ADDI-DATA APCI_3xxx support"
703 Enable support for ADDI-DATA APCI_3xxx cards
705 To compile this driver as a module, choose M here: the module will be
706 called addi_apci_3xxx.
708 config COMEDI_ADL_PCI6208
709 tristate "ADLink PCI-6208A support"
711 Enable support for ADLink PCI-6208A cards
713 To compile this driver as a module, choose M here: the module will be
716 config COMEDI_ADL_PCI7X3X
717 tristate "ADLink PCI-723X/743X isolated digital i/o board support"
719 Enable support for ADlink PCI-723X/743X isolated digital i/o boards.
720 Supported boards include the 32-channel PCI-7230 (16 in/16 out),
721 PCI-7233 (32 in), and PCI-7234 (32 out) as well as the 64-channel
722 PCI-7432 (32 in/32 out), PCI-7433 (64 in), and PCI-7434 (64 out).
724 To compile this driver as a module, choose M here: the module will be
727 config COMEDI_ADL_PCI8164
728 tristate "ADLink PCI-8164 4 Axes Motion Control board support"
730 Enable support for ADlink PCI-8164 4 Axes Motion Control board
732 To compile this driver as a module, choose M here: the module will be
735 config COMEDI_ADL_PCI9111
736 tristate "ADLink PCI-9111HR support"
739 Enable support for ADlink PCI9111 cards
741 To compile this driver as a module, choose M here: the module will be
744 config COMEDI_ADL_PCI9118
745 tristate "ADLink PCI-9118DG, PCI-9118HG, PCI-9118HR support"
747 depends on VIRT_TO_BUS
749 Enable support for ADlink PCI-9118DG, PCI-9118HG, PCI-9118HR cards
751 To compile this driver as a module, choose M here: the module will be
754 config COMEDI_ADV_PCI1710
755 tristate "Advantech PCI-171x, PCI-1720 and PCI-1731 support"
757 Enable support for Advantech PCI-1710, PCI-1710HG, PCI-1711,
758 PCI-1713, PCI-1720 and PCI-1731
760 To compile this driver as a module, choose M here: the module will be
763 config COMEDI_ADV_PCI1723
764 tristate "Advantech PCI-1723 support"
766 Enable support for Advantech PCI-1723 cards
768 To compile this driver as a module, choose M here: the module will be
771 config COMEDI_ADV_PCI1724
772 tristate "Advantech PCI-1724U support"
774 Enable support for Advantech PCI-1724U cards. These are 32-channel
775 analog output cards with voltage and current loop output ranges and
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"
785 Enable support for Advantech PCI DIO cards
786 PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U,
787 PCI-1750, PCI-1751, PCI-1752, PCI-1753/E, PCI-1754, PCI-1756,
788 PCI-1760 and PCI-1762
790 To compile this driver as a module, choose M here: the module will be
793 config COMEDI_AMPLC_DIO200_PCI
794 tristate "Amplicon PCI215/PCI272/PCIe215/PCIe236/PCIe296 DIO support"
795 select COMEDI_AMPLC_DIO200
797 Enable support for Amplicon PCI215, PCI272, PCIe215, PCIe236
798 and PCIe296 DIO boards.
800 To compile this driver as a module, choose M here: the module will be
801 called amplc_dio200_pci.
803 config COMEDI_AMPLC_PC236_PCI
804 tristate "Amplicon PCI236 DIO board support"
805 select COMEDI_AMPLC_PC236
807 Enable support for Amplicon PCI236 DIO board.
809 To compile this driver as a module, choose M here: the module will be
812 config COMEDI_AMPLC_PC263_PCI
813 tristate "Amplicon PCI263 relay board support"
815 Enable support for Amplicon PCI263 relay board. This is a PCI board
816 with 16 reed relay output channels.
818 To compile this driver as a module, choose M here: the module will be
821 config COMEDI_AMPLC_PCI224
822 tristate "Amplicon PCI224 and PCI234 support"
825 Enable support for Amplicon PCI224 and PCI234 AO boards
827 To compile this driver as a module, choose M here: the module will be
830 config COMEDI_AMPLC_PCI230
831 tristate "Amplicon PCI230 and PCI260 support"
834 Enable support for Amplicon PCI230 and PCI260 Multifunction I/O
837 To compile this driver as a module, choose M here: the module will be
840 config COMEDI_CONTEC_PCI_DIO
841 tristate "Contec PIO1616L digital I/O board support"
843 Enable support for the Contec PIO1616L digital I/O board
845 To compile this driver as a module, choose M here: the module will be
846 called contec_pci_dio.
848 config COMEDI_DAS08_PCI
849 tristate "DAS-08 PCI support"
852 Enable support for PCI DAS-08 cards.
854 To compile this driver as a module, choose M here: the module will be
858 tristate "Data Translation DT3000 series support"
860 Enable support for Data Translation DT3000 series
861 DT3001, DT3001-PGL, DT3002, DT3003, DT3003-PGL, DT3004, DT3005 and
864 To compile this driver as a module, choose M here: the module will be
867 config COMEDI_DYNA_PCI10XX
868 tristate "Dynalog PCI DAQ series support"
870 Enable support for Dynalog PCI DAQ series
873 To compile this driver as a module, choose M here: the module will be
876 config COMEDI_GSC_HPDI
877 tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support"
880 Enable support for General Standards Corporation high speed parallel
881 digital interface rs485 boards PCI-HPDI32 and PMC-HPDI32.
882 Only receive mode works, transmit not supported.
884 To compile this driver as a module, choose M here: the module will be
888 tristate "Humusoft MF634 and MF624 DAQ Card support"
890 This driver supports both Humusoft MF634 and MF624 Data acquisition
891 cards. The legacy Humusoft MF614 card is not supported.
893 config COMEDI_ICP_MULTI
894 tristate "Inova ICP_MULTI support"
896 Enable support for Inova ICP_MULTI card
898 To compile this driver as a module, choose M here: the module will be
901 config COMEDI_DAQBOARD2000
902 tristate "IOtech DAQboard/2000 support"
905 Enable support for the IOtech DAQboard/2000
907 To compile this driver as a module, choose M here: the module will be
910 config COMEDI_JR3_PCI
911 tristate "JR3/PCI force sensor board support"
913 Enable support for JR3/PCI force sensor boards
915 To compile this driver as a module, choose M here: the module will be
918 config COMEDI_KE_COUNTER
919 tristate "Kolter-Electronic PCI Counter 1 card support"
921 Enable support for Kolter-Electronic PCI Counter 1 cards
923 To compile this driver as a module, choose M here: the module will be
926 config COMEDI_CB_PCIDAS64
927 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 support"
965 Enable support for ComputerBoards/MeasurementComputing PCI Migration
966 series PCIM-DAS1602/16
968 To compile this driver as a module, choose M here: the module will be
971 config COMEDI_CB_PCIMDDA
972 tristate "MeasurementComputing PCIM-DDA06-16 support"
975 Enable support for ComputerBoards/MeasurementComputing PCIM-DDA06-16
977 To compile this driver as a module, choose M here: the module will be
981 tristate "Meilhaus ME-4000 support"
983 Enable support for Meilhaus PCI data acquisition cards
984 ME-4650, ME-4670i, ME-4680, ME-4680i and ME-4680is
986 To compile this driver as a module, choose M here: the module will be
990 tristate "Meilhaus ME-2000i, ME-2600i, ME-3000vm1 support"
992 Enable support for Meilhaus PCI data acquisition cards
993 ME-2000i, ME-2600i and ME-3000vm1
995 To compile this driver as a module, choose M here: the module will be
998 config COMEDI_NI_6527
999 tristate "NI 6527 support"
1001 Enable support for the National Instruments 6527 PCI card
1003 To compile this driver as a module, choose M here: the module will be
1006 config COMEDI_NI_65XX
1007 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 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"
1036 Enable support for National Instruments PCI-6703 and PCI-6704
1038 To compile this driver as a module, choose M here: the module will be
1041 config COMEDI_NI_LABPC_PCI
1042 tristate "NI Lab-PC PCI-1200 support"
1044 select COMEDI_NI_LABPC
1047 Enable support for National Instruments Lab-PC PCI-1200.
1049 To compile this driver as a module, choose M here: the module will be
1050 called ni_labpc_pci.
1052 config COMEDI_NI_PCIDIO
1053 tristate "NI PCI-DIO32HS, PCI-6533, PCI-6534 support"
1058 Enable support for National Instruments PCI-DIO-32HS, PXI-6533,
1059 PCI-6533 and PCI-6534
1061 To compile this driver as a module, choose M here: the module will be
1064 config COMEDI_NI_PCIMIO
1065 tristate "NI PCI-MIO-E series and M series support"
1067 select COMEDI_NI_TIOCMD
1071 Enable support for National Instruments PCI-MIO-E series and M series
1072 (all boards): PCI-MIO-16XE-10, PXI-6030E, PCI-MIO-16E-1,
1073 PCI-MIO-16E-4, PCI-6014, PCI-6040E, PXI-6040E, PCI-6030E, PCI-6031E,
1074 PCI-6032E, PCI-6033E, PCI-6071E, PCI-6023E, PCI-6024E, PCI-6025E,
1075 PXI-6025E, PCI-6034E, PCI-6035E, PCI-6052E, PCI-6110, PCI-6111,
1076 PCI-6220, PCI-6221, PCI-6224, PXI-6224, PCI-6225, PXI-6225, PCI-6229,
1077 PCI-6250, PCI-6251, PCIe-6251, PCI-6254, PCI-6259, PCIe-6259,
1078 PCI-6280, PCI-6281, PXI-6281, PCI-6284, PCI-6289, PCI-6711, PXI-6711,
1079 PCI-6713, PXI-6713, PXI-6071E, PCI-6070E, PXI-6070E, PXI-6052E,
1080 PCI-6036E, PCI-6731, PCI-6733, PXI-6733, PCI-6143, PXI-6143
1082 To compile this driver as a module, choose M here: the module will be
1085 config COMEDI_RTD520
1086 tristate "Real Time Devices PCI4520/DM7520 support"
1088 Enable support for Real Time Devices PCI4520/DM7520
1090 To compile this driver as a module, choose M here: the module will be
1094 tristate "Sensoray 626 support"
1097 Enable support for Sensoray 626
1099 To compile this driver as a module, choose M here: the module will be
1106 config COMEDI_NI_TIOCMD
1109 select COMEDI_NI_TIO
1112 endif # COMEDI_PCI_DRIVERS
1114 menuconfig COMEDI_PCMCIA_DRIVERS
1115 bool "Comedi PCMCIA drivers"
1118 Enable support for comedi PCMCIA drivers.
1120 if COMEDI_PCMCIA_DRIVERS
1122 config COMEDI_CB_DAS16_CS
1123 tristate "CB DAS16 series PCMCIA support"
1125 Enable support for the ComputerBoards/MeasurementComputing PCMCIA
1126 cards DAS16/16, PCM-DAS16D/12 and PCM-DAS16s/16
1128 To compile this driver as a module, choose M here: the module will be
1131 config COMEDI_DAS08_CS
1132 tristate "CB DAS08 PCMCIA support"
1135 Enable support for the ComputerBoards/MeasurementComputing DAS-08
1138 To compile this driver as a module, choose M here: the module will be
1141 config COMEDI_NI_DAQ_700_CS
1142 tristate "NI DAQCard-700 PCMCIA support"
1144 Enable support for the National Instruments PCMCIA DAQCard-700 DIO
1146 To compile this driver as a module, choose M here: the module will be
1149 config COMEDI_NI_DAQ_DIO24_CS
1150 tristate "NI DAQ-Card DIO-24 PCMCIA support"
1153 Enable support for the National Instruments PCMCIA DAQ-Card DIO-24
1155 To compile this driver as a module, choose M here: the module will be
1156 called ni_daq_dio24.
1158 config COMEDI_NI_LABPC_CS
1159 tristate "NI DAQCard-1200 PCMCIA support"
1160 select COMEDI_NI_LABPC
1162 Enable support for the National Instruments PCMCIA DAQCard-1200
1164 To compile this driver as a module, choose M here: the module will be
1167 config COMEDI_NI_MIO_CS
1168 tristate "NI DAQCard E series PCMCIA support"
1169 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 bool "Comedi USB drivers"
1195 Enable support for comedi USB drivers.
1197 if COMEDI_USB_DRIVERS
1199 config COMEDI_DT9812
1200 tristate "DataTranslation DT9812 USB module support"
1202 Enable support for the Data Translation DT9812 USB module
1204 To compile this driver as a module, choose M here: the module will be
1207 config COMEDI_USBDUX
1208 tristate "ITL USB-DUX-D support"
1210 Enable support for the Incite Technology Ltd USB-DUX-D Board
1212 To compile this driver as a module, choose M here: the module will be
1215 config COMEDI_USBDUXFAST
1216 tristate "ITL USB-DUXfast support"
1219 Enable support for the Incite Technology Ltd USB-DUXfast Board
1221 To compile this driver as a module, choose M here: the module will be
1224 config COMEDI_USBDUXSIGMA
1225 tristate "ITL USB-DUXsigma support"
1228 Enable support for the Incite Technology Ltd USB-DUXsigma Board
1230 To compile this driver as a module, choose M here: the module will be
1233 config COMEDI_VMK80XX
1234 tristate "Velleman VM110/VM140 USB Board support"
1236 Build the Velleman USB Board Low-Level Driver supporting the
1237 K8055/K8061 aka VM110/VM140 devices
1239 To compile this driver as a module, choose M here: the module will be
1242 endif # COMEDI_USB_DRIVERS
1245 tristate "Generic 8255 support"
1247 Enable generic 8255 support.
1249 You should enable compilation this driver if you plan to use a board
1250 that has an 8255 chip. For multifunction boards, the main driver will
1251 configure the 8255 subdevice automatically.
1253 Note that most PCI based 8255 boards use the 8255_pci driver as a
1254 wrapper around this driver.
1256 To compile this driver as a module, choose M here: the module will be
1262 config COMEDI_AMPLC_DIO200
1265 config COMEDI_AMPLC_PC236
1273 config COMEDI_NI_LABPC
1278 config COMEDI_NI_LABPC_ISADMA
1281 config COMEDI_NI_TIO