staging: comedi: ni_labpc_isadma: use comedi_isdma module
[firefly-linux-kernel-4.4.55.git] / drivers / staging / comedi / Kconfig
1 config COMEDI
2         tristate "Data acquisition support (comedi)"
3         depends on m
4         ---help---
5           Enable support a wide range of data acquisition devices
6           for Linux.
7
8 if COMEDI
9
10 config COMEDI_DEBUG
11         bool "Comedi debugging"
12         ---help---
13           This is an option for use by developers; most people should
14           say N here. This enables comedi core and driver debugging.
15
16 config COMEDI_DEFAULT_BUF_SIZE_KB
17         int "Comedi default initial asynchronous buffer size in KiB"
18         default "2048"
19         ---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
25 config COMEDI_DEFAULT_BUF_MAXSIZE_KB
26         int "Comedi default maximum asynchronous buffer size in KiB"
27         default "20480"
28         ---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
34 menuconfig COMEDI_MISC_DRIVERS
35         bool "Comedi misc drivers"
36         ---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
43 if COMEDI_MISC_DRIVERS
44
45 config COMEDI_BOND
46         tristate "Comedi device bonding support"
47         select COMEDI_KCOMEDILIB
48         ---help---
49           Enable support for a driver to 'bond' (merge) multiple subdevices
50           from multiple devices together as one.
51
52           Currently, it only handles digital I/O subdevices.
53
54           To compile this driver as a module, choose M here: the module will be
55           called comedi_bond.
56
57 config COMEDI_TEST
58         tristate "Fake waveform generator support"
59         ---help---
60           Enable support for the fake waveform generator.
61           This driver is mainly for testing purposes, but can also be used to
62           generate sample waveforms on systems that don't have data acquisition
63           hardware.
64
65           To compile this driver as a module, choose M here: the module will be
66           called comedi_test.
67
68 config COMEDI_PARPORT
69         tristate "Parallel port support"
70         ---help---
71           Enable support for the standard parallel port.
72           A cheap and easy way to get a few more digital I/O lines. Steal
73           additional parallel ports from old computers or your neighbors'
74           computers.
75
76           To compile this driver as a module, choose M here: the module will be
77           called comedi_parport.
78
79 config COMEDI_SERIAL2002
80         tristate "Driver for serial connected hardware"
81         ---help---
82           Enable support for serial connected hardware
83
84           To compile this driver as a module, choose M here: the module will be
85           called serial2002.
86
87 config COMEDI_SSV_DNP
88         tristate "SSV Embedded Systems DIL/Net-PC support"
89         depends on X86_32 || COMPILE_TEST
90         ---help---
91           Enable support for SSV Embedded Systems DIL/Net-PC
92
93           To compile this driver as a module, choose M here: the module will be
94           called ssv_dnp.
95
96 endif # COMEDI_MISC_DRIVERS
97
98 menuconfig COMEDI_ISA_DRIVERS
99         bool "Comedi ISA and PC/104 drivers"
100         ---help---
101           Enable comedi ISA and PC/104 drivers to be built
102
103           Note that the answer to this question won't directly affect the
104           kernel: saying N will just cause the configurator to skip all
105           the questions about ISA and PC/104 comedi drivers.
106
107 if COMEDI_ISA_DRIVERS
108
109 config COMEDI_PCL711
110         tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support"
111         ---help---
112           Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112
113
114           To compile this driver as a module, choose M here: the module will be
115           called pcl711.
116
117 config COMEDI_PCL724
118         tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO"
119         select COMEDI_8255
120         ---help---
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
123           support driver.
124
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)
134
135           To compile this driver as a module, choose M here: the module will be
136           called pcl724.
137
138 config COMEDI_PCL726
139         tristate "Advantech PCL-726 and compatible ISA card support"
140         ---help---
141           Enable support for Advantech PCL-726 and compatible ISA cards.
142
143           To compile this driver as a module, choose M here: the module will be
144           called pcl726.
145
146 config COMEDI_PCL730
147         tristate "Simple Digital I/O board support (8-bit ports)"
148         ---help---
149           Enable support for various simple ISA or PC/104 Digital I/O boards.
150           These boards all use 8-bit I/O ports.
151
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
165
166           To compile this driver as a module, choose M here: the module will be
167           called pcl730.
168
169 config COMEDI_PCL812
170         tristate "Advantech PCL-812/813 and ADlink ACL-8112/8113/8113/8216"
171         select COMEDI_ISADMA if ISA_DMA_API
172         ---help---
173           Enable support for Advantech PCL-812/PG, PCL-813/B, ADLink
174           ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA,
175           A-822PGH/PGL, A-823PGH/PGL, A-826PG and ICP DAS ISO-813 ISA cards
176
177           To compile this driver as a module, choose M here: the module will be
178           called pcl812.
179
180 config COMEDI_PCL816
181         tristate "Advantech PCL-814 and PCL-816 ISA card support"
182         select COMEDI_ISADMA if ISA_DMA_API
183         ---help---
184           Enable support for Advantech PCL-814 and PCL-816 ISA cards
185
186           To compile this driver as a module, choose M here: the module will be
187           called pcl816.
188
189 config COMEDI_PCL818
190         tristate "Advantech PCL-718 and PCL-818 ISA card support"
191         select COMEDI_ISADMA if ISA_DMA_API
192         ---help---
193           Enable support for Advantech PCL-818 ISA cards
194           PCL-818L, PCL-818H, PCL-818HD, PCL-818HG, PCL-818 and PCL-718
195
196           To compile this driver as a module, choose M here: the module will be
197           called pcl818.
198
199 config COMEDI_PCM3724
200         tristate "Advantech PCM-3724 PC/104 card support"
201         select COMEDI_8255
202         ---help---
203           Enable support for Advantech PCM-3724 PC/104 cards.
204
205           To compile this driver as a module, choose M here: the module will be
206           called pcm3724.
207
208 config COMEDI_AMPLC_DIO200_ISA
209         tristate "Amplicon PC212E/PC214E/PC215E/PC218E/PC272E"
210         select COMEDI_AMPLC_DIO200
211         ---help---
212           Enable support for Amplicon PC212E, PC214E, PC215E, PC218E and
213           PC272E ISA DIO boards
214
215           To compile this driver as a module, choose M here: the module will be
216           called amplc_dio200.
217
218 config COMEDI_AMPLC_PC236_ISA
219         tristate "Amplicon PC36AT DIO board support"
220         select COMEDI_AMPLC_PC236
221         ---help---
222           Enable support for Amplicon PC36AT ISA DIO board.
223
224           To compile this driver as a module, choose M here: the module will be
225           called amplc_pc236.
226
227 config COMEDI_AMPLC_PC263_ISA
228         tristate "Amplicon PC263 relay board support"
229         ---help---
230           Enable support for Amplicon PC263 ISA relay board.  This board has
231           16 reed relay output channels.
232
233           To compile this driver as a module, choose M here: the module will be
234           called amplc_pc263.
235
236 config COMEDI_RTI800
237         tristate "Analog Devices RTI-800/815 ISA card support"
238         ---help---
239           Enable support for Analog Devices RTI-800/815 ISA cards
240
241           To compile this driver as a module, choose M here: the module will be
242           called rti800.
243
244 config COMEDI_RTI802
245         tristate "Analog Devices RTI-802 ISA card support"
246         ---help---
247           Enable support for Analog Devices RTI-802 ISA cards
248
249           To compile this driver as a module, choose M here: the module will be
250           called rti802.
251
252 config COMEDI_DAC02
253         tristate "Keithley Metrabyte DAC02 compatible ISA card support"
254         ---help---
255           Enable support for Keithley Metrabyte DAC02 compatible ISA cards.
256
257           To compile this driver as a module, choose M here: the module will be
258           called dac02.
259
260 config COMEDI_DAS16M1
261         tristate "MeasurementComputing CIO-DAS16/M1DAS-16 ISA card support"
262         select COMEDI_8255
263         ---help---
264           Enable support for Measurement Computing CIO-DAS16/M1 ISA cards.
265
266           To compile this driver as a module, choose M here: the module will be
267           called das16m1.
268
269 config COMEDI_DAS08_ISA
270         tristate "DAS-08 compatible ISA and PC/104 card support"
271         select COMEDI_DAS08
272         ---help---
273           Enable support for Keithley Metrabyte/ComputerBoards DAS08
274           and compatible ISA and PC/104 cards:
275           Keithley Metrabyte/ComputerBoards DAS08, DAS08-PGM, DAS08-PGH,
276           DAS08-PGL, DAS08-AOH, DAS08-AOL, DAS08-AOM, DAS08/JR-AO,
277           DAS08/JR-16-AO, PC104-DAS08, DAS08/JR/16.
278
279           To compile this driver as a module, choose M here: the module will be
280           called das08_isa.
281
282 config COMEDI_DAS16
283         tristate "DAS-16 compatible ISA and PC/104 card support"
284         select COMEDI_ISADMA if ISA_DMA_API
285         select COMEDI_8255
286         ---help---
287           Enable support for Keithley Metrabyte/ComputerBoards DAS16
288           and compatible ISA and PC/104 cards:
289           Keithley Metrabyte DAS-16, DAS-16G, DAS-16F, DAS-1201, DAS-1202,
290           DAS-1401, DAS-1402, DAS-1601, DAS-1602 and
291           ComputerBoards/MeasurementComputing PC104-DAS16/JR/,
292           PC104-DAS16JR/16, CIO-DAS16JR/16, CIO-DAS16/JR, CIO-DAS1401/12,
293           CIO-DAS1402/12, CIO-DAS1402/16, CIO-DAS1601/12, CIO-DAS1602/12,
294           CIO-DAS1602/16, CIO-DAS16/330
295
296           To compile this driver as a module, choose M here: the module will be
297           called das16.
298
299 config COMEDI_DAS800
300         tristate "DAS800 and compatible ISA card support"
301         ---help---
302           Enable support for Keithley Metrabyte DAS800 and compatible ISA cards
303           Keithley Metrabyte DAS-800, DAS-801, DAS-802
304           Measurement Computing CIO-DAS800, CIO-DAS801, CIO-DAS802 and
305           CIO-DAS802/16
306
307           To compile this driver as a module, choose M here: the module will be
308           called das800.
309
310 config COMEDI_DAS1800
311         tristate "DAS1800 and compatible ISA card support"
312         select COMEDI_ISADMA if ISA_DMA_API
313         ---help---
314           Enable support for DAS1800 and compatible ISA cards
315           Keithley Metrabyte DAS-1701ST, DAS-1701ST-DA, DAS-1701/AO,
316           DAS-1702ST, DAS-1702ST-DA, DAS-1702HR, DAS-1702HR-DA, DAS-1702/AO,
317           DAS-1801ST, DAS-1801ST-DA, DAS-1801HC, DAS-1801AO, DAS-1802ST,
318           DAS-1802ST-DA, DAS-1802HR, DAS-1802HR-DA, DAS-1802HC and
319           DAS-1802AO
320
321           To compile this driver as a module, choose M here: the module will be
322           called das1800.
323
324 config COMEDI_DAS6402
325         tristate "DAS6402 and compatible ISA card support"
326         ---help---
327           Enable support for DAS6402 and compatible ISA cards
328           Computerboards, Keithley Metrabyte DAS6402 and compatibles
329
330           To compile this driver as a module, choose M here: the module will be
331           called das6402.
332
333 config COMEDI_DT2801
334         tristate "Data Translation DT2801 ISA card support"
335         ---help---
336           Enable support for Data Translation DT2801 ISA cards
337
338           To compile this driver as a module, choose M here: the module will be
339           called dt2801.
340
341 config COMEDI_DT2811
342         tristate "Data Translation DT2811 ISA card support"
343         ---help---
344           Enable support for Data Translation DT2811 ISA cards
345
346           To compile this driver as a module, choose M here: the module will be
347           called dt2811.
348
349 config COMEDI_DT2814
350         tristate "Data Translation DT2814 ISA card support"
351         ---help---
352           Enable support for Data Translation DT2814 ISA cards
353
354           To compile this driver as a module, choose M here: the module will be
355           called dt2814.
356
357 config COMEDI_DT2815
358         tristate "Data Translation DT2815 ISA card support"
359         ---help---
360           Enable support for Data Translation DT2815 ISA cards
361
362           To compile this driver as a module, choose M here: the module will be
363           called dt2815.
364
365 config COMEDI_DT2817
366         tristate "Data Translation DT2817 ISA card support"
367         ---help---
368           Enable support for Data Translation DT2817 ISA cards
369
370           To compile this driver as a module, choose M here: the module will be
371           called dt2817.
372
373 config COMEDI_DT282X
374         tristate "Data Translation DT2821 series and DT-EZ ISA card support"
375         select COMEDI_ISADMA if ISA_DMA_API
376         ---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
385 config COMEDI_DMM32AT
386         tristate "Diamond Systems MM-32-AT PC/104 board support"
387         select COMEDI_8255
388         ---help---
389           Enable support for Diamond Systems MM-32-AT PC/104 boards
390
391           To compile this driver as a module, choose M here: the module will be
392           called dmm32at.
393
394 config COMEDI_UNIOXX5
395         tristate "Fastwel UNIOxx-5 analog and digital io board support"
396         ---help---
397           Enable support for Fastwel UNIOxx-5 (analog and digital i/o) boards
398
399           To compile this driver as a module, choose M here: the module will be
400           called unioxx5.
401
402 config COMEDI_FL512
403         tristate "FL512 ISA card support"
404         ---help---
405           Enable support for FL512 ISA card
406
407           To compile this driver as a module, choose M here: the module will be
408           called fl512.
409
410 config COMEDI_AIO_AIO12_8
411         tristate "I/O Products PC/104 AIO12-8 Analog I/O Board support"
412         select COMEDI_8255
413         ---help---
414           Enable support for I/O Products PC/104 AIO12-8 Analog I/O Board
415
416           To compile this driver as a module, choose M here: the module will be
417           called aio_aio12_8.
418
419 config COMEDI_AIO_IIRO_16
420         tristate "I/O Products PC/104 IIRO16 Board support"
421         ---help---
422           Enable support for I/O Products PC/104 IIRO16 Relay And Isolated
423           Input Board
424
425           To compile this driver as a module, choose M here: the module will be
426           called aio_iiro_16.
427
428 config COMEDI_II_PCI20KC
429         tristate "Intelligent Instruments PCI-20001C carrier support"
430         depends on HAS_IOMEM
431         ---help---
432           Enable support for Intelligent Instruments PCI-20001C carrier
433           PCI-20001, PCI-20006 and PCI-20341
434
435           To compile this driver as a module, choose M here: the module will be
436           called ii_pci20kc.
437
438 config COMEDI_C6XDIGIO
439         tristate "Mechatronic Systems Inc. C6x_DIGIO DSP daughter card support"
440         ---help---
441           Enable support for Mechatronic Systems Inc. C6x_DIGIO DSP daughter
442           card
443
444           To compile this driver as a module, choose M here: the module will be
445           called c6xdigio.
446
447 config COMEDI_MPC624
448         tristate "Micro/sys MPC-624 PC/104 board support"
449         ---help---
450           Enable support for Micro/sys MPC-624 PC/104 board
451
452           To compile this driver as a module, choose M here: the module will be
453           called mpc624.
454
455 config COMEDI_ADQ12B
456         tristate "MicroAxial ADQ12-B data acquisition and control card support"
457         ---help---
458           Enable MicroAxial ADQ12-B daq and control card support.
459
460           To compile this driver as a module, choose M here: the module will be
461           called adq12b.
462
463 config COMEDI_NI_AT_A2150
464         tristate "NI AT-A2150 ISA card support"
465         select COMEDI_ISADMA if ISA_DMA_API
466         ---help---
467           Enable support for National Instruments AT-A2150 cards
468
469           To compile this driver as a module, choose M here: the module will be
470           called ni_at_a2150.
471
472 config COMEDI_NI_AT_AO
473         tristate "NI AT-AO-6/10 EISA card support"
474         ---help---
475           Enable support for National Instruments AT-AO-6/10 cards
476
477           To compile this driver as a module, choose M here: the module will be
478           called ni_at_ao.
479
480 config COMEDI_NI_ATMIO
481         tristate "NI AT-MIO E series ISA-PNP card support"
482         select COMEDI_8255
483         select COMEDI_NI_TIO
484         ---help---
485           Enable support for National Instruments AT-MIO E series cards
486           National Instruments AT-MIO-16E-1 (ni_atmio),
487           AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3,
488           AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10
489
490           To compile this driver as a module, choose M here: the module will be
491           called ni_atmio.
492
493 config COMEDI_NI_ATMIO16D
494         tristate "NI AT-MIO-16/AT-MIO-16D series ISA card support"
495         select COMEDI_8255
496         ---help---
497           Enable support for National Instruments AT-MIO-16/AT-MIO-16D cards.
498
499           To compile this driver as a module, choose M here: the module will be
500           called ni_atmio16d.
501
502 config COMEDI_NI_LABPC_ISA
503         tristate "NI Lab-PC and compatibles ISA support"
504         select COMEDI_NI_LABPC
505         select COMEDI_NI_LABPC_ISADMA if ISA_DMA_API
506         ---help---
507           Enable support for National Instruments Lab-PC and compatibles
508           Lab-PC-1200, Lab-PC-1200AI, Lab-PC+.
509           Kernel-level ISA plug-and-play support for the lab-pc-1200 boards has
510           not yet been added to the driver.
511
512           To compile this driver as a module, choose M here: the module will be
513           called ni_labpc.
514
515 config COMEDI_PCMAD
516         tristate "Winsystems PCM-A/D12 and PCM-A/D16 PC/104 board support"
517         ---help---
518           Enable support for Winsystems PCM-A/D12 and PCM-A/D16 PC/104 boards.
519
520           To compile this driver as a module, choose M here: the module will be
521           called pcmad.
522
523 config COMEDI_PCMDA12
524         tristate "Winsystems PCM-D/A-12 8-channel AO PC/104 board support"
525         ---help---
526           Enable support for Winsystems PCM-D/A-12 8-channel AO PC/104 boards.
527           Note that the board is not ISA-PNP capable and thus needs the I/O
528           port comedi_config parameter.
529
530           To compile this driver as a module, choose M here: the module will be
531           called pcmda12.
532
533 config COMEDI_PCMMIO
534         tristate "Winsystems PCM-MIO PC/104 board support"
535         ---help---
536           Enable support for Winsystems PCM-MIO multifunction PC/104 boards.
537
538           To compile this driver as a module, choose M here: the module will be
539           called pcmmio.
540
541 config COMEDI_PCMUIO
542         tristate "Winsystems PCM-UIO48A and PCM-UIO96A PC/104 board support"
543         ---help---
544           Enable support for PCM-UIO48A and PCM-UIO96A PC/104 boards.
545
546           To compile this driver as a module, choose M here: the module will be
547           called pcmuio.
548
549 config COMEDI_MULTIQ3
550         tristate "Quanser Consulting MultiQ-3 ISA card support"
551         ---help---
552           Enable support for Quanser Consulting MultiQ-3 ISA cards
553
554           To compile this driver as a module, choose M here: the module will be
555           called multiq3.
556
557 config COMEDI_S526
558         tristate "Sensoray s526 support"
559         ---help---
560           Enable support for Sensoray s526
561
562           To compile this driver as a module, choose M here: the module will be
563           called s526.
564
565 endif # COMEDI_ISA_DRIVERS
566
567 menuconfig COMEDI_PCI_DRIVERS
568         tristate "Comedi PCI drivers"
569         depends on PCI
570         ---help---
571           Enable support for comedi PCI drivers.
572
573           To compile this support as a module, choose M here: the module will
574           be called comedi_pci.
575
576 if COMEDI_PCI_DRIVERS
577
578 config COMEDI_8255_PCI
579         tristate "Generic PCI based 8255 digital i/o board support"
580         select COMEDI_8255
581         ---help---
582           Enable support for PCI based 8255 digital i/o boards. This driver
583           provides a PCI wrapper around the generic 8255 driver.
584
585           Supported boards:
586             ADlink - PCI-7224, PCI-7248, and PCI-7296
587             Measurement Computing - PCI-DIO24, PCI-DIO24H, PCI-DIO48H and
588                                     PCI-DIO96H
589             National Instruments - PCI-DIO-96, PCI-DIO-96B, PXI-6508, PCI-6503,
590                                    PCI-6503B, PCI-6503X, and PXI-6503
591
592           To compile this driver as a module, choose M here: the module will
593           be called 8255_pci.
594
595 config COMEDI_ADDI_WATCHDOG
596         tristate
597         ---help---
598           Provides support for the watchdog subdevice found on many ADDI-DATA
599           boards. This module will be automatically selected when needed. The
600           module will be called addi_watchdog.
601
602 config COMEDI_ADDI_APCI_1032
603         tristate "ADDI-DATA APCI_1032 support"
604         ---help---
605           Enable support for ADDI-DATA APCI_1032 cards
606
607           To compile this driver as a module, choose M here: the module will be
608           called addi_apci_1032.
609
610 config COMEDI_ADDI_APCI_1500
611         tristate "ADDI-DATA APCI_1500 support"
612         ---help---
613           Enable support for ADDI-DATA APCI_1500 cards
614
615           To compile this driver as a module, choose M here: the module will be
616           called addi_apci_1500.
617
618 config COMEDI_ADDI_APCI_1516
619         tristate "ADDI-DATA APCI-1016/1516/2016 support"
620         select COMEDI_ADDI_WATCHDOG
621         ---help---
622           Enable support for ADDI-DATA APCI-1016, APCI-1516 and APCI-2016 boards.
623           These are 16 channel, optically isolated, digital I/O boards. The 1516
624           and 2016 boards also have a watchdog for resetting the outputs to "0".
625
626           To compile this driver as a module, choose M here: the module will be
627           called addi_apci_1516.
628
629 config COMEDI_ADDI_APCI_1564
630         tristate "ADDI-DATA APCI_1564 support"
631         select COMEDI_ADDI_WATCHDOG
632         ---help---
633           Enable support for ADDI-DATA APCI_1564 cards
634
635           To compile this driver as a module, choose M here: the module will be
636           called addi_apci_1564.
637
638 config COMEDI_ADDI_APCI_16XX
639         tristate "ADDI-DATA APCI_16xx support"
640         ---help---
641           Enable support for ADDI-DATA APCI_16xx cards
642
643           To compile this driver as a module, choose M here: the module will be
644           called addi_apci_16xx.
645
646 config COMEDI_ADDI_APCI_2032
647         tristate "ADDI-DATA APCI_2032 support"
648         select COMEDI_ADDI_WATCHDOG
649         ---help---
650           Enable support for ADDI-DATA APCI_2032 cards
651
652           To compile this driver as a module, choose M here: the module will be
653           called addi_apci_2032.
654
655 config COMEDI_ADDI_APCI_2200
656         tristate "ADDI-DATA APCI_2200 support"
657         select COMEDI_ADDI_WATCHDOG
658         ---help---
659           Enable support for ADDI-DATA APCI_2200 cards
660
661           To compile this driver as a module, choose M here: the module will be
662           called addi_apci_2200.
663
664 config COMEDI_ADDI_APCI_3120
665         tristate "ADDI-DATA APCI_3120/3001 support"
666         depends on HAS_DMA
667         ---help---
668           Enable support for ADDI-DATA APCI_3120/3001 cards
669
670           To compile this driver as a module, choose M here: the module will be
671           called addi_apci_3120.
672
673 config COMEDI_ADDI_APCI_3501
674         tristate "ADDI-DATA APCI_3501 support"
675         ---help---
676           Enable support for ADDI-DATA APCI_3501 cards
677
678           To compile this driver as a module, choose M here: the module will be
679           called addi_apci_3501.
680
681 config COMEDI_ADDI_APCI_3XXX
682         tristate "ADDI-DATA APCI_3xxx support"
683         ---help---
684           Enable support for ADDI-DATA APCI_3xxx cards
685
686           To compile this driver as a module, choose M here: the module will be
687           called addi_apci_3xxx.
688
689 config COMEDI_ADL_PCI6208
690         tristate "ADLink PCI-6208A support"
691         ---help---
692           Enable support for ADLink PCI-6208A cards
693
694           To compile this driver as a module, choose M here: the module will be
695           called adl_pci6208.
696
697 config COMEDI_ADL_PCI7X3X
698         tristate "ADLink PCI-723X/743X isolated digital i/o board support"
699         ---help---
700           Enable support for ADlink PCI-723X/743X isolated digital i/o boards.
701           Supported boards include the 32-channel PCI-7230 (16 in/16 out),
702           PCI-7233 (32 in), and PCI-7234 (32 out) as well as the 64-channel
703           PCI-7432 (32 in/32 out), PCI-7433 (64 in), and PCI-7434 (64 out).
704
705           To compile this driver as a module, choose M here: the module will be
706           called adl_pci7x3x.
707
708 config COMEDI_ADL_PCI8164
709         tristate "ADLink PCI-8164 4 Axes Motion Control board support"
710         ---help---
711           Enable support for ADlink PCI-8164 4 Axes Motion Control board
712
713           To compile this driver as a module, choose M here: the module will be
714           called adl_pci8164.
715
716 config COMEDI_ADL_PCI9111
717         tristate "ADLink PCI-9111HR support"
718         ---help---
719           Enable support for ADlink PCI9111 cards
720
721           To compile this driver as a module, choose M here: the module will be
722           called adl_pci9111.
723
724 config COMEDI_ADL_PCI9118
725         tristate "ADLink PCI-9118DG, PCI-9118HG, PCI-9118HR support"
726         depends on HAS_DMA
727         ---help---
728           Enable support for ADlink PCI-9118DG, PCI-9118HG, PCI-9118HR cards
729
730           To compile this driver as a module, choose M here: the module will be
731           called adl_pci9118.
732
733 config COMEDI_ADV_PCI1710
734         tristate "Advantech PCI-171x, PCI-1720 and PCI-1731 support"
735         ---help---
736           Enable support for Advantech PCI-1710, PCI-1710HG, PCI-1711,
737           PCI-1713, PCI-1720 and PCI-1731
738
739           To compile this driver as a module, choose M here: the module will be
740           called adv_pci1710.
741
742 config COMEDI_ADV_PCI1723
743         tristate "Advantech PCI-1723 support"
744         ---help---
745           Enable support for Advantech PCI-1723 cards
746
747           To compile this driver as a module, choose M here: the module will be
748           called adv_pci1723.
749
750 config COMEDI_ADV_PCI1724
751         tristate "Advantech PCI-1724U support"
752         ---help---
753           Enable support for Advantech PCI-1724U cards.  These are 32-channel
754           analog output cards with voltage and current loop output ranges and
755           14-bit resolution.
756
757           To compile this driver as a module, choose M here: the module will be
758           called adv_pci1724.
759
760 config COMEDI_ADV_PCI_DIO
761         tristate "Advantech PCI DIO card support"
762         select COMEDI_8255
763         ---help---
764           Enable support for Advantech PCI DIO cards
765           PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U,
766           PCI-1750, PCI-1751, PCI-1752, PCI-1753/E, PCI-1754, PCI-1756,
767           PCI-1760 and PCI-1762
768
769           To compile this driver as a module, choose M here: the module will be
770           called adv_pci_dio.
771
772 config COMEDI_AMPLC_DIO200_PCI
773         tristate "Amplicon PCI215/PCI272/PCIe215/PCIe236/PCIe296 DIO support"
774         select COMEDI_AMPLC_DIO200
775         ---help---
776           Enable support for Amplicon PCI215, PCI272, PCIe215, PCIe236
777           and PCIe296 DIO boards.
778
779           To compile this driver as a module, choose M here: the module will be
780           called amplc_dio200_pci.
781
782 config COMEDI_AMPLC_PC236_PCI
783         tristate "Amplicon PCI236 DIO board support"
784         select COMEDI_AMPLC_PC236
785         ---help---
786           Enable support for Amplicon PCI236 DIO board.
787
788           To compile this driver as a module, choose M here: the module will be
789           called amplc_pci236.
790
791 config COMEDI_AMPLC_PC263_PCI
792         tristate "Amplicon PCI263 relay board support"
793         ---help---
794           Enable support for Amplicon PCI263 relay board.  This is a PCI board
795           with 16 reed relay output channels.
796
797           To compile this driver as a module, choose M here: the module will be
798           called amplc_pci263.
799
800 config COMEDI_AMPLC_PCI224
801         tristate "Amplicon PCI224 and PCI234 support"
802         ---help---
803           Enable support for Amplicon PCI224 and PCI234 AO boards
804
805           To compile this driver as a module, choose M here: the module will be
806           called amplc_pci224.
807
808 config COMEDI_AMPLC_PCI230
809         tristate "Amplicon PCI230 and PCI260 support"
810         select COMEDI_8255
811         ---help---
812           Enable support for Amplicon PCI230 and PCI260 Multifunction I/O
813           boards
814
815           To compile this driver as a module, choose M here: the module will be
816           called amplc_pci230.
817
818 config COMEDI_CONTEC_PCI_DIO
819         tristate "Contec PIO1616L digital I/O board support"
820         ---help---
821           Enable support for the Contec PIO1616L digital I/O board
822
823           To compile this driver as a module, choose M here: the module will be
824           called contec_pci_dio.
825
826 config COMEDI_DAS08_PCI
827         tristate "DAS-08 PCI support"
828         select COMEDI_DAS08
829         ---help---
830           Enable support for PCI DAS-08 cards.
831
832           To compile this driver as a module, choose M here: the module will be
833           called das08_pci.
834
835 config COMEDI_DT3000
836         tristate "Data Translation DT3000 series support"
837         ---help---
838           Enable support for Data Translation DT3000 series
839           DT3001, DT3001-PGL, DT3002, DT3003, DT3003-PGL, DT3004, DT3005 and
840           DT3004-200
841
842           To compile this driver as a module, choose M here: the module will be
843           called dt3000.
844
845 config COMEDI_DYNA_PCI10XX
846         tristate "Dynalog PCI DAQ series support"
847         ---help---
848           Enable support for Dynalog PCI DAQ series
849           PCI-1050
850
851           To compile this driver as a module, choose M here: the module will be
852           called dyna_pci10xx.
853
854 config COMEDI_GSC_HPDI
855         tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support"
856         ---help---
857           Enable support for General Standards Corporation high speed parallel
858           digital interface rs485 boards PCI-HPDI32 and PMC-HPDI32.
859           Only receive mode works, transmit not supported.
860
861           To compile this driver as a module, choose M here: the module will be
862           called gsc_hpdi.
863
864 config COMEDI_MF6X4
865         tristate "Humusoft MF634 and MF624 DAQ Card support"
866         ---help---
867           This driver supports both Humusoft MF634 and MF624 Data acquisition
868           cards. The legacy Humusoft MF614 card is not supported.
869
870 config COMEDI_ICP_MULTI
871         tristate "Inova ICP_MULTI support"
872         ---help---
873           Enable support for Inova ICP_MULTI card
874
875           To compile this driver as a module, choose M here: the module will be
876           called icp_multi.
877
878 config COMEDI_DAQBOARD2000
879         tristate "IOtech DAQboard/2000 support"
880         select COMEDI_8255
881         ---help---
882           Enable support for the IOtech DAQboard/2000
883
884           To compile this driver as a module, choose M here: the module will be
885           called daqboard2000.
886
887 config COMEDI_JR3_PCI
888         tristate "JR3/PCI force sensor board support"
889         ---help---
890           Enable support for JR3/PCI force sensor boards
891
892           To compile this driver as a module, choose M here: the module will be
893           called jr3_pci.
894
895 config COMEDI_KE_COUNTER
896         tristate "Kolter-Electronic PCI Counter 1 card support"
897         ---help---
898           Enable support for Kolter-Electronic PCI Counter 1 cards
899
900           To compile this driver as a module, choose M here: the module will be
901           called ke_counter.
902
903 config COMEDI_CB_PCIDAS64
904         tristate "MeasurementComputing PCI-DAS 64xx, 60xx, and 4020 support"
905         select COMEDI_8255
906         ---help---
907           Enable support for ComputerBoards/MeasurementComputing PCI-DAS 64xx,
908           60xx, and 4020 series with the PLX 9080 PCI controller
909
910           To compile this driver as a module, choose M here: the module will be
911           called cb_pcidas64.
912
913 config COMEDI_CB_PCIDAS
914         tristate "MeasurementComputing PCI-DAS support"
915         select COMEDI_8255
916         ---help---
917           Enable support for ComputerBoards/MeasurementComputing PCI-DAS with
918           AMCC S5933 PCIcontroller: PCI-DAS1602/16, PCI-DAS1602/16jr,
919           PCI-DAS1602/12, PCI-DAS1200, PCI-DAS1200jr, PCI-DAS1000, PCI-DAS1001
920           and PCI_DAS1002.
921
922           To compile this driver as a module, choose M here: the module will be
923           called cb_pcidas.
924
925 config COMEDI_CB_PCIDDA
926         tristate "MeasurementComputing PCI-DDA series support"
927         select COMEDI_8255
928         ---help---
929           Enable support for ComputerBoards/MeasurementComputing PCI-DDA
930           series: PCI-DDA08/12, PCI-DDA04/12, PCI-DDA02/12, PCI-DDA08/16,
931           PCI-DDA04/16 and PCI-DDA02/16
932
933           To compile this driver as a module, choose M here: the module will be
934           called cb_pcidda.
935
936 config COMEDI_CB_PCIMDAS
937         tristate "MeasurementComputing PCIM-DAS1602/16, PCIe-DAS1602/16 support"
938         select COMEDI_8255
939         ---help---
940           Enable support for ComputerBoards/MeasurementComputing PCI Migration
941           series PCIM-DAS1602/16 and PCIe-DAS1602/16.
942
943           To compile this driver as a module, choose M here: the module will be
944           called cb_pcimdas.
945
946 config COMEDI_CB_PCIMDDA
947         tristate "MeasurementComputing PCIM-DDA06-16 support"
948         select COMEDI_8255
949         ---help---
950           Enable support for ComputerBoards/MeasurementComputing PCIM-DDA06-16
951
952           To compile this driver as a module, choose M here: the module will be
953           called cb_pcimdda.
954
955 config COMEDI_ME4000
956         tristate "Meilhaus ME-4000 support"
957         ---help---
958           Enable support for Meilhaus PCI data acquisition cards
959           ME-4650, ME-4670i, ME-4680, ME-4680i and ME-4680is
960
961           To compile this driver as a module, choose M here: the module will be
962           called me4000.
963
964 config COMEDI_ME_DAQ
965         tristate "Meilhaus ME-2000i, ME-2600i, ME-3000vm1 support"
966         ---help---
967           Enable support for Meilhaus PCI data acquisition cards
968           ME-2000i, ME-2600i and ME-3000vm1
969
970           To compile this driver as a module, choose M here: the module will be
971           called me_daq.
972
973 config COMEDI_NI_6527
974         tristate "NI 6527 support"
975         ---help---
976           Enable support for the National Instruments 6527 PCI card
977
978           To compile this driver as a module, choose M here: the module will be
979           called ni_6527.
980
981 config COMEDI_NI_65XX
982         tristate "NI 65xx static dio PCI card support"
983         ---help---
984           Enable support for National Instruments 65xx static dio boards.
985           Supported devices: National Instruments PCI-6509 (ni_65xx),
986           PXI-6509, PCI-6510, PCI-6511, PXI-6511, PCI-6512, PXI-6512, PCI-6513,
987           PXI-6513, PCI-6514, PXI-6514, PCI-6515, PXI-6515, PCI-6516, PCI-6517,
988           PCI-6518, PCI-6519, PCI-6520, PCI-6521, PXI-6521, PCI-6528, PXI-6528
989
990           To compile this driver as a module, choose M here: the module will be
991           called ni_65xx.
992
993 config COMEDI_NI_660X
994         tristate "NI 660x counter/timer PCI card support"
995         depends on HAS_DMA
996         select COMEDI_NI_TIOCMD
997         ---help---
998           Enable support for National Instruments PCI-6601 (ni_660x), PCI-6602,
999           PXI-6602, PXI-6608 and PXI-6624.
1000
1001           To compile this driver as a module, choose M here: the module will be
1002           called ni_660x.
1003
1004 config COMEDI_NI_670X
1005         tristate "NI 670x PCI card support"
1006         ---help---
1007           Enable support for National Instruments PCI-6703 and PCI-6704
1008
1009           To compile this driver as a module, choose M here: the module will be
1010           called ni_670x.
1011
1012 config COMEDI_NI_LABPC_PCI
1013         tristate "NI Lab-PC PCI-1200 support"
1014         select COMEDI_NI_LABPC
1015         ---help---
1016           Enable support for National Instruments Lab-PC PCI-1200.
1017
1018           To compile this driver as a module, choose M here: the module will be
1019           called ni_labpc_pci.
1020
1021 config COMEDI_NI_PCIDIO
1022         tristate "NI PCI-DIO32HS, PCI-6533, PCI-6534 support"
1023         depends on HAS_DMA
1024         select COMEDI_MITE
1025         select COMEDI_8255
1026         ---help---
1027           Enable support for National Instruments PCI-DIO-32HS, PXI-6533,
1028           PCI-6533 and PCI-6534
1029
1030           To compile this driver as a module, choose M here: the module will be
1031           called ni_pcidio.
1032
1033 config COMEDI_NI_PCIMIO
1034         tristate "NI PCI-MIO-E series and M series support"
1035         depends on HAS_DMA
1036         select COMEDI_NI_TIOCMD
1037         select COMEDI_8255
1038         ---help---
1039           Enable support for National Instruments PCI-MIO-E series and M series
1040           (all boards): PCI-MIO-16XE-10, PXI-6030E, PCI-MIO-16E-1,
1041           PCI-MIO-16E-4, PCI-6014, PCI-6040E, PXI-6040E, PCI-6030E, PCI-6031E,
1042           PCI-6032E, PCI-6033E, PCI-6071E, PCI-6023E, PCI-6024E, PCI-6025E,
1043           PXI-6025E, PCI-6034E, PCI-6035E, PCI-6052E, PCI-6110, PCI-6111,
1044           PCI-6220, PCI-6221, PCI-6224, PXI-6224, PCI-6225, PXI-6225, PCI-6229,
1045           PCI-6250, PCI-6251, PCIe-6251, PCI-6254, PCI-6259, PCIe-6259,
1046           PCI-6280, PCI-6281, PXI-6281, PCI-6284, PCI-6289, PCI-6711, PXI-6711,
1047           PCI-6713, PXI-6713, PXI-6071E, PCI-6070E, PXI-6070E, PXI-6052E,
1048           PCI-6036E, PCI-6731, PCI-6733, PXI-6733, PCI-6143, PXI-6143
1049
1050           To compile this driver as a module, choose M here: the module will be
1051           called ni_pcimio.
1052
1053 config COMEDI_RTD520
1054         tristate "Real Time Devices PCI4520/DM7520 support"
1055         ---help---
1056           Enable support for Real Time Devices PCI4520/DM7520
1057
1058           To compile this driver as a module, choose M here: the module will be
1059           called rtd520.
1060
1061 config COMEDI_S626
1062         tristate "Sensoray 626 support"
1063         ---help---
1064           Enable support for Sensoray 626
1065
1066           To compile this driver as a module, choose M here: the module will be
1067           called s626.
1068
1069 config COMEDI_MITE
1070         depends on HAS_DMA
1071         tristate
1072
1073 config COMEDI_NI_TIOCMD
1074         tristate
1075         depends on HAS_DMA
1076         select COMEDI_NI_TIO
1077         select COMEDI_MITE
1078
1079 endif # COMEDI_PCI_DRIVERS
1080
1081 menuconfig COMEDI_PCMCIA_DRIVERS
1082         tristate "Comedi PCMCIA drivers"
1083         depends on PCMCIA
1084         ---help---
1085           Enable support for comedi PCMCIA drivers.
1086
1087           To compile this support as a module, choose M here: the module will
1088           be called comedi_pcmcia.
1089
1090 if COMEDI_PCMCIA_DRIVERS
1091
1092 config COMEDI_CB_DAS16_CS
1093         tristate "CB DAS16 series PCMCIA support"
1094         ---help---
1095           Enable support for the ComputerBoards/MeasurementComputing PCMCIA
1096           cards DAS16/16, PCM-DAS16D/12 and PCM-DAS16s/16
1097
1098           To compile this driver as a module, choose M here: the module will be
1099           called cb_das16_cs.
1100
1101 config COMEDI_DAS08_CS
1102         tristate "CB DAS08 PCMCIA support"
1103         select COMEDI_DAS08
1104         ---help---
1105           Enable support for the ComputerBoards/MeasurementComputing DAS-08
1106           PCMCIA card
1107
1108           To compile this driver as a module, choose M here: the module will be
1109           called das08_cs.
1110
1111 config COMEDI_NI_DAQ_700_CS
1112         tristate "NI DAQCard-700 PCMCIA support"
1113         ---help---
1114           Enable support for the National Instruments PCMCIA DAQCard-700 DIO
1115
1116           To compile this driver as a module, choose M here: the module will be
1117           called ni_daq_700.
1118
1119 config COMEDI_NI_DAQ_DIO24_CS
1120         tristate "NI DAQ-Card DIO-24 PCMCIA support"
1121         select COMEDI_8255
1122         ---help---
1123           Enable support for the National Instruments PCMCIA DAQ-Card DIO-24
1124
1125           To compile this driver as a module, choose M here: the module will be
1126           called ni_daq_dio24.
1127
1128 config COMEDI_NI_LABPC_CS
1129         tristate "NI DAQCard-1200 PCMCIA support"
1130         select COMEDI_NI_LABPC
1131         ---help---
1132           Enable support for the National Instruments PCMCIA DAQCard-1200
1133
1134           To compile this driver as a module, choose M here: the module will be
1135           called ni_labpc_cs.
1136
1137 config COMEDI_NI_MIO_CS
1138         tristate "NI DAQCard E series PCMCIA support"
1139         select COMEDI_NI_TIO
1140         select COMEDI_8255
1141         ---help---
1142           Enable support for the National Instruments PCMCIA DAQCard E series
1143           DAQCard-ai-16xe-50, DAQCard-ai-16e-4, DAQCard-6062E, DAQCard-6024E
1144           and DAQCard-6036E
1145
1146           To compile this driver as a module, choose M here: the module will be
1147           called ni_mio_cs.
1148
1149 config COMEDI_QUATECH_DAQP_CS
1150         tristate "Quatech DAQP PCMCIA data capture card support"
1151         ---help---
1152           Enable support for the Quatech DAQP PCMCIA data capture cards
1153           DAQP-208 and DAQP-308
1154
1155           To compile this driver as a module, choose M here: the module will be
1156           called quatech_daqp_cs.
1157
1158 endif # COMEDI_PCMCIA_DRIVERS
1159
1160 menuconfig COMEDI_USB_DRIVERS
1161         tristate "Comedi USB drivers"
1162         depends on USB
1163         ---help---
1164           Enable support for comedi USB drivers.
1165
1166           To compile this support as a module, choose M here: the module will
1167           be called comedi_usb.
1168
1169 if COMEDI_USB_DRIVERS
1170
1171 config COMEDI_DT9812
1172         tristate "DataTranslation DT9812 USB module support"
1173         ---help---
1174           Enable support for the Data Translation DT9812 USB module
1175
1176           To compile this driver as a module, choose M here: the module will be
1177           called dt9812.
1178
1179 config COMEDI_NI_USB6501
1180         tristate "NI USB-6501 support"
1181         ---help---
1182           Enable support for the National Instruments USB-6501 module.
1183
1184           The NI USB-6501 is a Full-Speed USB 2.0 (12 Mbit/s) device that
1185           provides 24 digital I/O lines channels and one 32-bit counter.
1186
1187           To compile this driver as a module, choose M here: the module will be
1188           called ni_usb6501.
1189
1190 config COMEDI_USBDUX
1191         tristate "ITL USB-DUX-D support"
1192         ---help---
1193           Enable support for the Incite Technology Ltd USB-DUX-D Board
1194
1195           To compile this driver as a module, choose M here: the module will be
1196           called usbdux.
1197
1198 config COMEDI_USBDUXFAST
1199         tristate "ITL USB-DUXfast support"
1200         ---help---
1201           Enable support for the Incite Technology Ltd USB-DUXfast Board
1202
1203           To compile this driver as a module, choose M here: the module will be
1204           called usbduxfast.
1205
1206 config COMEDI_USBDUXSIGMA
1207         tristate "ITL USB-DUXsigma support"
1208         ---help---
1209           Enable support for the Incite Technology Ltd USB-DUXsigma Board
1210
1211           To compile this driver as a module, choose M here: the module will be
1212           called usbduxsigma.
1213
1214 config COMEDI_VMK80XX
1215         tristate "Velleman VM110/VM140 USB Board support"
1216         ---help---
1217           Build the Velleman USB Board Low-Level Driver supporting the
1218           K8055/K8061 aka VM110/VM140 devices
1219
1220           To compile this driver as a module, choose M here: the module will be
1221           called vmk80xx.
1222
1223 endif # COMEDI_USB_DRIVERS
1224
1225 config COMEDI_8255
1226         tristate "Generic 8255 support"
1227         ---help---
1228           Enable generic 8255 support.
1229
1230           You should enable compilation this driver if you plan to use a board
1231           that has an 8255 chip. For multifunction boards, the main driver will
1232           configure the 8255 subdevice automatically.
1233
1234           Note that most PCI based 8255 boards use the 8255_pci driver as a
1235           wrapper around this driver.
1236
1237           To compile this driver as a module, choose M here: the module will be
1238           called 8255.
1239
1240 config COMEDI_KCOMEDILIB
1241         tristate "Comedi kcomedilib"
1242         ---help---
1243           Build the kcomedilib.
1244
1245           This is a kernel module used to open and manipulate Comedi devices
1246           from within kernel code.  It is currently only used by the
1247           comedi_bond driver, and its functionality has been stripped down to
1248           the needs of that driver, so is currently not very useful for
1249           anything else.
1250
1251           To compile kcomedilib as a module, choose M here: the module will be
1252           called kcomedilib.
1253
1254 config COMEDI_AMPLC_DIO200
1255         tristate
1256
1257 config COMEDI_AMPLC_PC236
1258         tristate
1259         select COMEDI_8255
1260
1261 config COMEDI_DAS08
1262         tristate
1263         select COMEDI_8255
1264
1265 config COMEDI_ISADMA
1266         tristate
1267
1268 config COMEDI_NI_LABPC
1269         tristate
1270         select COMEDI_8255
1271
1272 config COMEDI_NI_LABPC_ISADMA
1273         tristate
1274         select COMEDI_ISADMA
1275
1276 config COMEDI_NI_TIO
1277         tristate
1278
1279 endif # COMEDI