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