~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to drivers/staging/comedi/Kconfig

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
config COMEDI
2
2
        tristate "Data acquisition support (comedi)"
3
 
        default N
4
3
        depends on m
5
4
        depends on BROKEN || FRV || M32R || MN10300 || SUPERH || TILE || X86
6
5
        ---help---
14
13
          This is an option for use by developers; most people should
15
14
          say N here. This enables comedi core and driver debugging.
16
15
 
 
16
config COMEDI_DEFAULT_BUF_SIZE_KB
 
17
        int "Comedi default initial asynchronous buffer size in KiB"
 
18
        default "2048"
 
19
        depends on COMEDI != n
 
20
        ---help---
 
21
          This is the default asynchronous buffer size which is used for
 
22
          commands running in the background in kernel space.  This
 
23
          defaults to 2048 KiB of memory so that a 16 channel card
 
24
          running at 10 kHz has of 2-4 seconds of buffer.
 
25
 
 
26
config COMEDI_DEFAULT_BUF_MAXSIZE_KB
 
27
        int "Comedi default maximum asynchronous buffer size in KiB"
 
28
        default "20480"
 
29
        depends on COMEDI != n
 
30
        ---help---
 
31
          This is the default maximum asynchronous buffer size which can
 
32
          be requested by a userspace program without root privileges.
 
33
          This is set to 20480 KiB so that a fast I/O card with 16
 
34
          channels running at 100 kHz has 2-4 seconds of buffer.
 
35
 
17
36
menuconfig COMEDI_MISC_DRIVERS
18
37
        tristate "Comedi misc drivers"
19
38
        depends on COMEDI
20
 
        default N
21
39
        ---help---
22
40
          Enable comedi misc drivers to be built
23
41
 
35
53
config COMEDI_BOND
36
54
        tristate "Device bonding support"
37
55
        depends on COMEDI_KCOMEDILIB
38
 
        default N
39
56
        ---help---
40
57
          Enable support for a driver to 'bond' (merge) multiple subdevices
41
58
          from multiple devices together as one.
46
63
config COMEDI_TEST
47
64
        tristate "Fake waveform generator support"
48
65
        select COMEDI_FC
49
 
        default N
50
66
        ---help---
51
67
          Enable support for the fake waveform generator.
52
68
          This driver is mainly for testing purposes, but can also be used to
58
74
 
59
75
config COMEDI_PARPORT
60
76
        tristate "Parallel port support"
61
 
        default N
62
77
        ---help---
63
78
          Enable support for the standard parallel port.
64
79
          A cheap and easy way to get a few more digital I/O lines. Steal
70
85
 
71
86
config COMEDI_SERIAL2002
72
87
        tristate "Driver for serial connected hardware"
73
 
        default N
74
88
        ---help---
75
89
          Enable support for serial connected hardware
76
90
 
79
93
 
80
94
config COMEDI_SKEL
81
95
        tristate "Comedi skeleton driver"
82
 
        default N
83
96
        ---help---
84
97
          Build the Skeleton driver, an example for driver writers
85
98
 
91
104
menuconfig COMEDI_ISA_DRIVERS
92
105
        tristate "Comedi ISA and PC/104 drivers"
93
106
        depends on COMEDI && ISA
94
 
        default N
95
107
        ---help---
96
108
          Enable comedi ISA and PC/104 drivers to be built
97
109
 
103
115
 
104
116
config COMEDI_ACL7225B
105
117
        tristate "ADlink NuDAQ ACL-7225b and compatibles support"
106
 
        default N
107
118
        ---help---
108
119
          Enable support for ADlink NuDAQ ACL-7225b and compatibles,
109
120
          ADlink ACL-7225b (acl7225b), ICP P16R16DIO (p16r16dio)
113
124
 
114
125
config COMEDI_PCL711
115
126
        tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support"
116
 
        default N
117
127
        ---help---
118
128
          Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112
119
129
 
123
133
config COMEDI_PCL724
124
134
        tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO"
125
135
        select COMEDI_8255
126
 
        default N
127
136
        ---help---
128
137
          Enable support for Advantech PCL-724, PCL-722, PCL-731 and
129
138
          ADlink ACL-7122, ACL-7124, PET-48DIO ISA cards
133
142
 
134
143
config COMEDI_PCL725
135
144
        tristate "Advantech PCL-725 and compatible ISA card support"
136
 
        default N
137
145
        ---help---
138
146
          Enable support for Advantech PCL-725 and compatible ISA cards.
139
147
 
142
150
 
143
151
config COMEDI_PCL726
144
152
        tristate "Advantech PCL-726 and compatible ISA card support"
145
 
        default N
146
153
        ---help---
147
154
          Enable support for Advantech PCL-726 and compatible ISA cards.
148
155
 
151
158
 
152
159
config COMEDI_PCL730
153
160
        tristate "Advantech PCL-730 and ADlink ACL-7130 ISA card support"
154
 
        default N
155
161
        ---help---
156
162
          Enable support for Advantech PCL-730, ICP ISO-730 and ADlink
157
163
          ACL-7130 ISA cards
162
168
config COMEDI_PCL812
163
169
        tristate "Advantech PCL-812/813 and ADlink ACL-8112/8113/8113/8216"
164
170
        depends on VIRT_TO_BUS
165
 
        default N
166
171
        ---help---
167
172
          Enable support for Advantech PCL-812/PG, PCL-813/B, ADLink
168
173
          ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA,
174
179
config COMEDI_PCL816
175
180
        tristate "Advantech PCL-814 and PCL-816 ISA card support"
176
181
        depends on VIRT_TO_BUS
177
 
        default N
178
182
        ---help---
179
183
          Enable support for Advantech PCL-814 and PCL-816 ISA cards
180
184
 
184
188
config COMEDI_PCL818
185
189
        tristate "Advantech PCL-718 and PCL-818 ISA card support"
186
190
        depends on VIRT_TO_BUS
187
 
        default N
188
191
        ---help---
189
192
          Enable support for Advantech PCL-818 ISA cards
190
193
          PCL-818L, PCL-818H, PCL-818HD, PCL-818HG, PCL-818 and PCL-718
195
198
config COMEDI_PCM3724
196
199
        tristate "Advantech PCM-3724 PC/104 card support"
197
200
        select COMEDI_8255
198
 
        default N
199
201
        ---help---
200
202
          Enable support for Advantech PCM-3724 PC/104 cards.
201
203
 
204
206
 
205
207
config COMEDI_PCM3730
206
208
        tristate "Advantech PCM-3730 and clone PC/104 board support"
207
 
        default N
208
209
        ---help---
209
210
          Enable support for Advantech PCM-3730 and clone PC/104 boards
210
211
 
211
212
          To compile this driver as a module, choose M here: the module will be
212
213
          called pcm3730.
213
214
 
 
215
config COMEDI_AMPLC_DIO200_ISA
 
216
        tristate "Amplicon PC212E/PC214E/PC215E/PC218E/PC272E"
 
217
        select COMEDI_AMPLC_DIO200
 
218
        depends on COMEDI_ISA_DRIVERS
 
219
        ---help---
 
220
          Enable support for Amplicon PC212E, PC214E, PC215E, PC218E and
 
221
          PC272E ISA DIO boards
 
222
 
 
223
          To compile this driver as a module, choose M here: the module will be
 
224
          called amplc_dio200.
 
225
 
 
226
config COMEDI_AMPLC_PC236_ISA
 
227
        tristate "Amplicon PC36AT DIO board support"
 
228
        select COMEDI_AMPLC_PC236
 
229
        ---help---
 
230
          Enable support for Amplicon PC36AT ISA DIO board.
 
231
 
 
232
          To compile this driver as a module, choose M here: the module will be
 
233
          called amplc_pc236.
 
234
 
 
235
config COMEDI_AMPLC_PC263_ISA
 
236
        tristate "Amplicon PC263 relay board support"
 
237
        select COMEDI_AMPLC_PC263
 
238
        ---help---
 
239
          Enable support for Amplicon PC263 ISA relay board.
 
240
 
 
241
          To compile this driver as a module, choose M here: the module will be
 
242
          called amplc_pc263.
 
243
 
214
244
config COMEDI_RTI800
215
245
        tristate "Analog Devices RTI-800/815 ISA card support"
216
 
        default N
217
246
        ---help---
218
247
          Enable support for Analog Devices RTI-800/815 ISA cards
219
248
 
222
251
 
223
252
config COMEDI_RTI802
224
253
        tristate "Analog Devices RTI-802 ISA card support"
225
 
        default N
226
254
        ---help---
227
255
          Enable support for Analog Devices RTI-802 ISA cards
228
256
 
233
261
        tristate "MeasurementComputing CIO-DAS16/M1DAS-16 ISA card support"
234
262
        select COMEDI_8255
235
263
        select COMEDI_FC
236
 
        default N
237
264
        ---help---
238
265
          Enable support for Measurement Computing CIO-DAS16/M1 ISA cards.
239
266
 
240
267
          To compile this driver as a module, choose M here: the module will be
241
268
          called das16m1.
242
269
 
 
270
config COMEDI_DAS08_ISA
 
271
        tristate "DAS-08 compatible ISA and PC/104 card support"
 
272
        select COMEDI_DAS08
 
273
        ---help---
 
274
          Enable support for Keithley Metrabyte/ComputerBoards DAS08
 
275
          and compatible ISA and PC/104 cards:
 
276
          Keithley Metrabyte/ComputerBoards DAS08, DAS08-PGM, DAS08-PGH,
 
277
          DAS08-PGL, DAS08-AOH, DAS08-AOL, DAS08-AOM, DAS08/JR-AO,
 
278
          DAS08/JR-16-AO, PC104-DAS08, DAS08/JR/16.
 
279
 
 
280
          To compile this driver as a module, choose M here: the module will be
 
281
          called das08.
 
282
 
243
283
config COMEDI_DAS16
244
284
        tristate "DAS-16 compatible ISA and PC/104 card support"
245
285
        select COMEDI_8255
246
286
        select COMEDI_FC
247
 
        default N
248
287
        ---help---
249
288
          Enable support for Keithley Metrabyte/ComputerBoards DAS16
250
289
          and compatible ISA and PC/104 cards:
261
300
config COMEDI_DAS800
262
301
        tristate "DAS800 and compatible ISA card support"
263
302
        select COMEDI_FC
264
 
        default N
265
303
        ---help---
266
304
          Enable support for Keithley Metrabyte DAS800 and compatible ISA cards
267
305
          Keithley Metrabyte DAS-800, DAS-801, DAS-802
275
313
        tristate "DAS1800 and compatible ISA card support"
276
314
        depends on VIRT_TO_BUS
277
315
        select COMEDI_FC
278
 
        default N
279
316
        ---help---
280
317
          Enable support for DAS1800 and compatible ISA cards
281
318
          Keithley Metrabyte DAS-1701ST, DAS-1701ST-DA, DAS-1701/AO,
289
326
 
290
327
config COMEDI_DAS6402
291
328
        tristate "DAS6402 and compatible ISA card support"
292
 
        default N
293
329
        ---help---
294
330
          Enable support for DAS6402 and compatible ISA cards
295
331
          Computerboards, Keithley Metrabyte DAS6402 and compatibles
299
335
 
300
336
config COMEDI_DT2801
301
337
        tristate "Data Translation DT2801 ISA card support"
302
 
        default N
303
338
        ---help---
304
339
          Enable support for Data Translation DT2801 ISA cards
305
340
 
308
343
 
309
344
config COMEDI_DT2811
310
345
        tristate "Data Translation DT2811 ISA card support"
311
 
        default N
312
346
        ---help---
313
347
          Enable support for Data Translation DT2811 ISA cards
314
348
 
317
351
 
318
352
config COMEDI_DT2814
319
353
        tristate "Data Translation DT2814 ISA card support"
320
 
        default N
321
354
        ---help---
322
355
          Enable support for Data Translation DT2814 ISA cards
323
356
 
326
359
 
327
360
config COMEDI_DT2815
328
361
        tristate "Data Translation DT2815 ISA card support"
329
 
        default N
330
362
        ---help---
331
363
          Enable support for Data Translation DT2815 ISA cards
332
364
 
335
367
 
336
368
config COMEDI_DT2817
337
369
        tristate "Data Translation DT2817 ISA card support"
338
 
        default N
339
370
        ---help---
340
371
          Enable support for Data Translation DT2817 ISA cards
341
372
 
346
377
        tristate "Data Translation DT2821 series and DT-EZ ISA card support"
347
378
        select COMEDI_FC
348
379
        depends on VIRT_TO_BUS
349
 
        default N
350
380
        ---help---
351
381
          Enable support for Data Translation DT2821 series including DT-EZ
352
382
          DT2821, DT2821-F-16SE, DT2821-F-8DI, DT2821-G-16SE, DT2821-G-8DI,
358
388
 
359
389
config COMEDI_DMM32AT
360
390
        tristate "Diamond Systems MM-32-AT PC/104 board support"
361
 
        default N
362
391
        ---help---
363
392
          Enable support for Diamond Systems MM-32-AT PC/104 boards
364
393
 
367
396
 
368
397
config COMEDI_FL512
369
398
        tristate "FL512 ISA card support"
370
 
        default N
371
399
        ---help---
372
400
          Enable support for FL512 ISA card
373
401
 
377
405
config COMEDI_AIO_AIO12_8
378
406
        tristate "I/O Products PC/104 AIO12-8 Analog I/O Board support"
379
407
        select COMEDI_8255
380
 
        default N
381
408
        ---help---
382
409
          Enable support for I/O Products PC/104 AIO12-8 Analog I/O Board
383
410
 
386
413
 
387
414
config COMEDI_AIO_IIRO_16
388
415
        tristate "I/O Products PC/104 IIRO16 Board support"
389
 
        default N
390
416
        ---help---
391
417
          Enable support for I/O Products PC/104 IIRO16 Relay And Isolated
392
418
          Input Board
396
422
 
397
423
config COMEDI_C6XDIGIO
398
424
        tristate "Mechatronic Systems Inc. C6x_DIGIO DSP daughter card support"
399
 
        default N
400
425
        ---help---
401
426
          Enable support for Mechatronic Systems Inc. C6x_DIGIO DSP daughter
402
427
          card
406
431
 
407
432
config COMEDI_MPC624
408
433
        tristate "Micro/sys MPC-624 PC/104 board support"
409
 
        default N
410
434
        ---help---
411
435
          Enable support for Micro/sys MPC-624 PC/104 board
412
436
 
415
439
 
416
440
config COMEDI_ADQ12B
417
441
        tristate "MicroAxial ADQ12-B data acquisition and control card support"
418
 
        default N
419
442
        ---help---
420
443
          Enable MicroAxial ADQ12-B daq and control card support.
421
444
 
426
449
        tristate "NI AT-A2150 ISA card support"
427
450
        depends on COMEDI_NI_COMMON
428
451
        depends on VIRT_TO_BUS
429
 
        default N
430
452
        ---help---
431
453
          Enable support for National Instruments AT-A2150 cards
432
454
 
436
458
config COMEDI_NI_AT_AO
437
459
        tristate "NI AT-AO-6/10 EISA card support"
438
460
        depends on COMEDI_NI_COMMON
439
 
        default N
440
461
        ---help---
441
462
          Enable support for National Instruments AT-AO-6/10 cards
442
463
 
447
468
        tristate "NI AT-MIO E series ISA-PNP card support"
448
469
        depends on ISAPNP && COMEDI_NI_TIO && COMEDI_NI_COMMON
449
470
        select COMEDI_8255
450
 
        default N
451
471
        ---help---
452
472
          Enable support for National Instruments AT-MIO E series cards
453
473
          National Instruments AT-MIO-16E-1 (ni_atmio),
461
481
        tristate "NI AT-MIO16/AT-MIO16D series ISA-PNP card support"
462
482
        depends on ISAPNP && COMEDI_NI_COMMON
463
483
        select COMEDI_8255
464
 
        default N
465
484
        ---help---
466
485
          Enable support for National Instruments AT-MIO16/AT-MIO16D cards.
467
486
 
470
489
 
471
490
config COMEDI_PCMAD
472
491
        tristate "Winsystems PCM-A/D12 and PCM-A/D16 PC/104 board support"
473
 
        default N
474
492
        ---help---
475
493
          Enable support for Winsystems PCM-A/D12 and PCM-A/D16 PC/104 boards.
476
494
 
479
497
 
480
498
config COMEDI_PCMDA12
481
499
        tristate "Winsystems PCM-D/A-12 8-channel AO PC/104 board support"
482
 
        default N
483
500
        ---help---
484
501
          Enable support for Winsystems PCM-D/A-12 8-channel AO PC/104 boards.
485
502
          Note that the board is not ISA-PNP capable and thus needs the I/O
490
507
 
491
508
config COMEDI_PCMMIO
492
509
        tristate "Winsystems PCM-MIO PC/104 board support"
493
 
        default N
494
510
        ---help---
495
511
          Enable support for Winsystems PCM-MIO multifunction PC/104 boards.
496
512
 
499
515
 
500
516
config COMEDI_PCMUIO
501
517
        tristate "Winsystems PCM-UIO48A and PCM-UIO96A PC/104 board support"
502
 
        default N
503
518
        ---help---
504
519
          Enable support for PCM-UIO48A and PCM-UIO96A PC/104 boards.
505
520
 
508
523
 
509
524
config COMEDI_MULTIQ3
510
525
        tristate "Quanser Consulting MultiQ-3 ISA card support"
511
 
        default N
512
526
        ---help---
513
527
          Enable support for Quanser Consulting MultiQ-3 ISA cards
514
528
 
517
531
 
518
532
config COMEDI_POC
519
533
        tristate "Generic driver for very simple devices"
520
 
        default N
521
534
        ---help---
522
535
          Enable generic support for very simple / POC (Piece of Crap) boards,
523
536
          Keithley Metrabyte DAC-02 (dac02), Advantech PCL-733 (pcl733) and
531
544
menuconfig COMEDI_PCI_DRIVERS
532
545
        tristate "Comedi PCI drivers"
533
546
        depends on COMEDI && PCI
534
 
        default N
535
547
        ---help---
536
548
          Enable comedi PCI drivers to be built
537
549
 
544
556
config COMEDI_ADDI_APCI_035
545
557
        tristate "ADDI-DATA APCI_035 support"
546
558
        depends on VIRT_TO_BUS
547
 
        default N
548
559
        ---help---
549
560
          Enable support for ADDI-DATA APCI_035 cards
550
561
 
554
565
config COMEDI_ADDI_APCI_1032
555
566
        tristate "ADDI-DATA APCI_1032 support"
556
567
        depends on VIRT_TO_BUS
557
 
        default N
558
568
        ---help---
559
569
          Enable support for ADDI-DATA APCI_1032 cards
560
570
 
564
574
config COMEDI_ADDI_APCI_1500
565
575
        tristate "ADDI-DATA APCI_1500 support"
566
576
        depends on VIRT_TO_BUS
567
 
        default N
568
577
        ---help---
569
578
          Enable support for ADDI-DATA APCI_1500 cards
570
579
 
574
583
config COMEDI_ADDI_APCI_1516
575
584
        tristate "ADDI-DATA APCI_1516 support"
576
585
        depends on VIRT_TO_BUS
577
 
        default N
578
586
        ---help---
579
587
          Enable support for ADDI-DATA APCI_1516 cards
580
588
 
584
592
config COMEDI_ADDI_APCI_1564
585
593
        tristate "ADDI-DATA APCI_1564 support"
586
594
        depends on VIRT_TO_BUS
587
 
        default N
588
595
        ---help---
589
596
          Enable support for ADDI-DATA APCI_1564 cards
590
597
 
594
601
config COMEDI_ADDI_APCI_16XX
595
602
        tristate "ADDI-DATA APCI_16xx support"
596
603
        depends on VIRT_TO_BUS
597
 
        default N
598
604
        ---help---
599
605
          Enable support for ADDI-DATA APCI_16xx cards
600
606
 
604
610
config COMEDI_ADDI_APCI_2016
605
611
        tristate "ADDI-DATA APCI_2016 support"
606
612
        depends on VIRT_TO_BUS
607
 
        default N
608
613
        ---help---
609
614
          Enable support for ADDI-DATA APCI_2016 cards
610
615
 
614
619
config COMEDI_ADDI_APCI_2032
615
620
        tristate "ADDI-DATA APCI_2032 support"
616
621
        depends on VIRT_TO_BUS
617
 
        default N
618
622
        ---help---
619
623
          Enable support for ADDI-DATA APCI_2032 cards
620
624
 
624
628
config COMEDI_ADDI_APCI_2200
625
629
        tristate "ADDI-DATA APCI_2200 support"
626
630
        depends on VIRT_TO_BUS
627
 
        default N
628
631
        ---help---
629
632
          Enable support for ADDI-DATA APCI_2200 cards
630
633
 
635
638
        tristate "ADDI-DATA APCI_3001 support"
636
639
        depends on VIRT_TO_BUS
637
640
        select COMEDI_FC
638
 
        default N
639
641
        ---help---
640
642
          Enable support for ADDI-DATA APCI_3001 cards
641
643
 
646
648
        tristate "ADDI-DATA APCI_3520 support"
647
649
        depends on VIRT_TO_BUS
648
650
        select COMEDI_FC
649
 
        default N
650
651
        ---help---
651
652
          Enable support for ADDI-DATA APCI_3520 cards
652
653
 
656
657
config COMEDI_ADDI_APCI_3501
657
658
        tristate "ADDI-DATA APCI_3501 support"
658
659
        depends on VIRT_TO_BUS
659
 
        default N
660
660
        ---help---
661
661
          Enable support for ADDI-DATA APCI_3501 cards
662
662
 
666
666
config COMEDI_ADDI_APCI_3XXX
667
667
        tristate "ADDI-DATA APCI_3xxx support"
668
668
        depends on VIRT_TO_BUS
669
 
        default N
670
669
        ---help---
671
670
          Enable support for ADDI-DATA APCI_3xxx cards
672
671
 
676
675
config COMEDI_ADL_PCI6208
677
676
        tristate "ADLink PCI-6208A support"
678
677
        select COMEDI_8255
679
 
        default N
680
678
        ---help---
681
679
          Enable support for ADLink PCI-6208A cards
682
680
 
685
683
 
686
684
config COMEDI_ADL_PCI7230
687
685
        tristate "ADLink PCI-7230 digital io board support"
688
 
        default N
689
686
        ---help---
690
687
          Enable support for ADlink PCI-7230 digital io board support
691
688
 
694
691
 
695
692
config COMEDI_ADL_PCI7296
696
693
        tristate "ADLink PCI-7296 96 ch. digital io board support"
697
 
        default N
698
694
        ---help---
699
695
          Enable support for ADlink PCI-7296 96 ch. digital io board support
700
696
 
703
699
 
704
700
config COMEDI_ADL_PCI7432
705
701
        tristate "ADLink PCI-7432 64 ch. isolated digital io board support"
706
 
        default N
707
702
        ---help---
708
703
          Enable support for ADlink PCI-7432 64 ch. isolated digital io board
709
704
 
712
707
 
713
708
config COMEDI_ADL_PCI8164
714
709
        tristate "ADLink PCI-8164 4 Axes Motion Control board support"
715
 
        default N
716
710
        ---help---
717
711
          Enable support for ADlink PCI-8164 4 Axes Motion Control board
718
712
 
722
716
config COMEDI_ADL_PCI9111
723
717
        tristate "ADLink PCI-9111HR support"
724
718
        select COMEDI_FC
725
 
        default N
726
719
        ---help---
727
720
          Enable support for ADlink PCI9111 cards
728
721
 
733
726
        tristate "ADLink PCI-9118DG, PCI-9118HG, PCI-9118HR support"
734
727
        select COMEDI_FC
735
728
        depends on VIRT_TO_BUS
736
 
        default N
737
729
        ---help---
738
730
          Enable support for ADlink PCI-9118DG, PCI-9118HG, PCI-9118HR cards
739
731
 
742
734
 
743
735
config COMEDI_ADV_PCI1710
744
736
        tristate "Advantech PCI-171x, PCI-1720 and PCI-1731 support"
745
 
        default N
746
737
        ---help---
747
738
          Enable support for Advantech PCI-1710, PCI-1710HG, PCI-1711,
748
739
          PCI-1713, PCI-1720 and PCI-1731
752
743
 
753
744
config COMEDI_ADV_PCI1723
754
745
        tristate "Advantech PCI-1723 support"
755
 
        default N
756
746
        ---help---
757
747
          Enable support for Advantech PCI-1723 cards
758
748
 
762
752
config COMEDI_ADV_PCI_DIO
763
753
        tristate "Advantech PCI DIO card support"
764
754
        select COMEDI_8255
765
 
        default N
766
755
        ---help---
767
756
          Enable support for Advantech PCI DIO cards
768
757
          PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U,
772
761
          To compile this driver as a module, choose M here: the module will be
773
762
          called adv_pci_dio.
774
763
 
775
 
config COMEDI_AMPLC_DIO200
776
 
        tristate "Amplicon PC272E and PCI272 DIO board support"
777
 
        select COMEDI_8255
778
 
        default N
 
764
config COMEDI_AMPLC_DIO200_PCI
 
765
        tristate "Amplicon PCI215 and PCI272 DIO board support"
 
766
        select COMEDI_AMPLC_DIO200
779
767
        ---help---
780
 
          Enable support for Amplicon PC272E and PCI272 DIO boards
 
768
          Enable support for Amplicon PCI215 and PCI272 DIO boards.
781
769
 
782
770
          To compile this driver as a module, choose M here: the module will be
783
771
          called amplc_dio200.
784
772
 
785
 
config COMEDI_AMPLC_PC236
786
 
        tristate "Amplicon PC36AT and PCI236 DIO board support"
787
 
        select COMEDI_8255
788
 
        default N
 
773
config COMEDI_AMPLC_PC236_PCI
 
774
        tristate "Amplicon PCI236 DIO board support"
 
775
        select COMEDI_AMPLC_PC236
789
776
        ---help---
790
 
          Enable support for Amplicon PC36AT and PCI236 DIO boards
 
777
          Enable support for Amplicon PCI236 DIO board.
791
778
 
792
779
          To compile this driver as a module, choose M here: the module will be
793
780
          called amplc_pc236.
794
781
 
795
 
config COMEDI_AMPLC_PC263
796
 
        tristate "Amplicon PC263 and PCI263 relay board support"
797
 
        default N
 
782
config COMEDI_AMPLC_PC263_PCI
 
783
        tristate "Amplicon PCI263 relay board support"
 
784
        select COMEDI_AMPLC_PC263
798
785
        ---help---
799
 
          Enable support for Amplicon PC263 and PCI263 relay boards
 
786
          Enable support for Amplicon PCI263 relay board.
800
787
 
801
788
          To compile this driver as a module, choose M here: the module will be
802
789
          called amplc_pc263.
804
791
config COMEDI_AMPLC_PCI224
805
792
        tristate "Amplicon PCI224 and PCI234 support"
806
793
        select COMEDI_FC
807
 
        default N
808
794
        ---help---
809
795
          Enable support for Amplicon PCI224 and PCI234 AO boards
810
796
 
814
800
config COMEDI_AMPLC_PCI230
815
801
        tristate "Amplicon PCI230 and PCI260 support"
816
802
        select COMEDI_8255
817
 
        default N
818
803
        ---help---
819
804
          Enable support for Amplicon PCI230 and PCI260 Multifunction I/O
820
805
          boards
824
809
 
825
810
config COMEDI_CONTEC_PCI_DIO
826
811
        tristate "Contec PIO1616L digital I/O board support"
827
 
        default N
828
812
        ---help---
829
813
          Enable support for the Contec PIO1616L digital I/O board
830
814
 
831
815
          To compile this driver as a module, choose M here: the module will be
832
816
          called contec_pci_dio.
833
817
 
 
818
config COMEDI_DAS08_PCI
 
819
        tristate "DAS-08 PCI support"
 
820
        select COMEDI_DAS08
 
821
        ---help---
 
822
          Enable support for PCI DAS-08 cards.
 
823
 
 
824
          To compile this driver as a module, choose M here: the module will be
 
825
          called das08.
 
826
 
834
827
config COMEDI_DT3000
835
828
        tristate "Data Translation DT3000 series support"
836
 
        default N
837
829
        ---help---
838
830
          Enable support for Data Translation DT3000 series
839
831
          DT3001, DT3001-PGL, DT3002, DT3003, DT3003-PGL, DT3004, DT3005 and
844
836
 
845
837
config COMEDI_DYNA_PCI10XX
846
838
        tristate "Dynalog PCI DAQ series support"
847
 
        default N
848
839
        ---help---
849
840
          Enable support for Dynalog PCI DAQ series
850
841
          PCI-1050
854
845
 
855
846
config COMEDI_UNIOXX5
856
847
        tristate "Fastwel UNIOxx-5 analog and digital io board support"
857
 
        default N
858
848
        ---help---
859
849
          Enable support for Fastwel UNIOxx-5 (analog and digital i/o) boards
860
850
 
864
854
config COMEDI_GSC_HPDI
865
855
        tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support"
866
856
        select COMEDI_FC
867
 
        default N
868
857
        ---help---
869
858
          Enable support for General Standards Corporation high speed parallel
870
859
          digital interface rs485 boards PCI-HPDI32 and PMC-HPDI32.
875
864
 
876
865
config COMEDI_ICP_MULTI
877
866
        tristate "Inova ICP_MULTI support"
878
 
        default N
879
867
        ---help---
880
868
          Enable support for Inova ICP_MULTI card
881
869
 
884
872
 
885
873
config COMEDI_II_PCI20KC
886
874
        tristate "Intelligent Instruments PCI-20001C carrier support"
887
 
        default N
888
875
        ---help---
889
876
          Enable support for Intelligent Instruments PCI-20001C carrier
890
877
          PCI-20001, PCI-20006 and PCI-20341
895
882
config COMEDI_DAQBOARD2000
896
883
        tristate "IOtech DAQboard/2000 support"
897
884
        select COMEDI_8255
898
 
        default N
899
885
        ---help---
900
886
          Enable support for the IOtech DAQboard/2000
901
887
 
904
890
 
905
891
config COMEDI_JR3_PCI
906
892
        tristate "JR3/PCI force sensor board support"
907
 
        default N
908
893
        ---help---
909
894
          Enable support for JR3/PCI force sensor boards
910
895
 
913
898
 
914
899
config COMEDI_KE_COUNTER
915
900
        tristate "Kolter-Electronic PCI Counter 1 card support"
916
 
        default N
917
901
        ---help---
918
902
          Enable support for Kolter-Electronic PCI Counter 1 cards
919
903
 
924
908
        tristate "MeasurementComputing PCI-DAS 64xx, 60xx, and 4020 support"
925
909
        select COMEDI_8255
926
910
        select COMEDI_FC
927
 
        default N
928
911
        ---help---
929
912
          Enable support for ComputerBoards/MeasurementComputing PCI-DAS 64xx,
930
913
          60xx, and 4020 series with the PLX 9080 PCI controller
936
919
        tristate "MeasurementComputing PCI-DAS support"
937
920
        select COMEDI_8255
938
921
        select COMEDI_FC
939
 
        default N
940
922
        ---help---
941
923
          Enable support for ComputerBoards/MeasurementComputing PCI-DAS with
942
924
          AMCC S5933 PCIcontroller: PCI-DAS1602/16, PCI-DAS1602/16jr,
949
931
config COMEDI_CB_PCIDDA
950
932
        tristate "MeasurementComputing PCI-DDA series support"
951
933
        select COMEDI_8255
952
 
        default N
953
934
        ---help---
954
935
          Enable support for ComputerBoards/MeasurementComputing PCI-DDA
955
936
          series: PCI-DDA08/12, PCI-DDA04/12, PCI-DDA02/12, PCI-DDA08/16,
961
942
config COMEDI_CB_PCIDIO
962
943
        tristate "MeasurementComputing PCI-DIO series support"
963
944
        select COMEDI_8255
964
 
        default N
965
945
        ---help---
966
946
          Enable support for ComputerBoards/MeasurementComputing PCI-DIO series
967
947
          PCI-DIO24, PCI-DIO24H and PCI-DIO48H
972
952
config COMEDI_CB_PCIMDAS
973
953
        tristate "MeasurementComputing PCIM-DAS1602/16 support"
974
954
        select COMEDI_8255
975
 
        default N
976
955
        ---help---
977
956
          Enable support for ComputerBoards/MeasurementComputing PCI Migration
978
957
          series PCIM-DAS1602/16
983
962
config COMEDI_CB_PCIMDDA
984
963
        tristate "MeasurementComputing PCIM-DDA06-16 support"
985
964
        select COMEDI_8255
986
 
        default N
987
965
        ---help---
988
966
          Enable support for ComputerBoards/MeasurementComputing PCIM-DDA06-16
989
967
 
992
970
 
993
971
config COMEDI_ME4000
994
972
        tristate "Meilhaus ME-4000 support"
995
 
        default N
996
973
        ---help---
997
974
          Enable support for Meilhaus PCI data acquisition cards
998
975
          ME-4650, ME-4670i, ME-4680, ME-4680i and ME-4680is
1002
979
 
1003
980
config COMEDI_ME_DAQ
1004
981
        tristate "Meilhaus ME-2000i, ME-2600i, ME-3000vm1 support"
1005
 
        default N
1006
982
        ---help---
1007
983
          Enable support for Meilhaus PCI data acquisition cards
1008
984
          ME-2000i, ME-2600i and ME-3000vm1
1013
989
config COMEDI_NI_6527
1014
990
        tristate "NI 6527 support"
1015
991
        depends on COMEDI_MITE
1016
 
        default N
1017
992
        ---help---
1018
993
          Enable support for the National Instruments 6527 PCI card
1019
994
 
1023
998
config COMEDI_NI_65XX
1024
999
        tristate "NI 65xx static dio PCI card support"
1025
1000
        depends on COMEDI_MITE
1026
 
        default N
1027
1001
        ---help---
1028
1002
          Enable support for National Instruments 65xx static dio boards.
1029
1003
          Supported devices: National Instruments PCI-6509 (ni_65xx),
1037
1011
config COMEDI_NI_660X
1038
1012
        tristate "NI 660x counter/timer PCI card support"
1039
1013
        depends on COMEDI_NI_TIO && COMEDI_NI_COMMON
1040
 
        default N
1041
1014
        ---help---
1042
1015
          Enable support for National Instruments PCI-6601 (ni_660x), PCI-6602,
1043
1016
          PXI-6602 and PXI-6608.
1048
1021
config COMEDI_NI_670X
1049
1022
        tristate "NI 670x PCI card support"
1050
1023
        depends on COMEDI_MITE
1051
 
        default N
1052
1024
        ---help---
1053
1025
          Enable support for National Instruments PCI-6703 and PCI-6704
1054
1026
 
1059
1031
        tristate "NI PCI-DIO32HS, PCI-DIO96, PCI-6533, PCI-6503 support"
1060
1032
        depends on COMEDI_MITE
1061
1033
        select COMEDI_8255
1062
 
        default N
1063
1034
        ---help---
1064
1035
          Enable support for National Instruments PCI-DIO-32HS, PXI-6533,
1065
1036
          PCI-DIO-96, PCI-DIO-96B, PXI-6508, PCI-6503, PCI-6503B, PCI-6503X,
1075
1046
        depends on COMEDI_NI_TIO && COMEDI_NI_COMMON
1076
1047
        select COMEDI_8255
1077
1048
        select COMEDI_FC
1078
 
        default N
1079
1049
        ---help---
1080
1050
          Enable support for National Instruments PCI-MIO-E series and M series
1081
1051
          (all boards): PCI-MIO-16XE-10, PXI-6030E, PCI-MIO-16E-1,
1094
1064
config COMEDI_RTD520
1095
1065
        tristate "Real Time Devices PCI4520/DM7520 support"
1096
1066
        select COMEDI_8255
1097
 
        default N
1098
1067
        ---help---
1099
1068
          Enable support for Real Time Devices PCI4520/DM7520
1100
1069
 
1103
1072
 
1104
1073
config COMEDI_S526
1105
1074
        tristate "Sensoray s526 support"
1106
 
        default N
1107
1075
        ---help---
1108
1076
          Enable support for Sensoray s526
1109
1077
 
1113
1081
config COMEDI_S626
1114
1082
        tristate "Sensoray 626 support"
1115
1083
        select COMEDI_FC
1116
 
        default N
1117
1084
        ---help---
1118
1085
          Enable support for Sensoray 626
1119
1086
 
1122
1089
 
1123
1090
config COMEDI_SSV_DNP
1124
1091
        tristate "SSV Embedded Systems DIL/Net-PC support"
1125
 
        default N
1126
1092
        ---help---
1127
1093
          Enable support for SSV Embedded Systems DIL/Net-PC
1128
1094
 
1134
1100
menuconfig COMEDI_PCMCIA_DRIVERS
1135
1101
        tristate "Comedi PCMCIA drivers"
1136
1102
        depends on COMEDI && (PCMCIA || PCCARD)
1137
 
        default N
1138
1103
        ---help---
1139
1104
          Enable comedi PCMCIA and PCCARD drivers to be built
1140
1105
 
1146
1111
 
1147
1112
config COMEDI_CB_DAS16_CS
1148
1113
        tristate "CB DAS16 series PCMCIA support"
1149
 
        default N
1150
1114
        ---help---
1151
1115
          Enable support for the ComputerBoards/MeasurementComputing PCMCIA
1152
1116
          cards DAS16/16, PCM-DAS16D/12 and PCM-DAS16s/16
1157
1121
config COMEDI_DAS08_CS
1158
1122
        tristate "CB DAS08 PCMCIA support"
1159
1123
        select COMEDI_DAS08
1160
 
        default N
1161
1124
        ---help---
1162
1125
          Enable support for the ComputerBoards/MeasurementComputing DAS-08
1163
1126
          PCMCIA card
1168
1131
config COMEDI_NI_DAQ_700_CS
1169
1132
        tristate "NI DAQCard-700 PCMCIA support"
1170
1133
        depends on COMEDI_NI_COMMON
1171
 
        default N
1172
1134
        ---help---
1173
1135
          Enable support for the National Instruments PCMCIA DAQCard-700 DIO
1174
1136
 
1179
1141
        tristate "NI DAQ-Card DIO-24 PCMCIA support"
1180
1142
        depends on COMEDI_NI_COMMON
1181
1143
        select COMEDI_8255
1182
 
        default N
1183
1144
        ---help---
1184
1145
          Enable support for the National Instruments PCMCIA DAQ-Card DIO-24
1185
1146
 
1189
1150
config COMEDI_NI_LABPC_CS
1190
1151
        tristate "NI DAQCard-1200 PCMCIA support"
1191
1152
        depends on COMEDI_NI_LABPC
1192
 
        default N
1193
1153
        ---help---
1194
1154
          Enable support for the National Instruments PCMCIA DAQCard-1200
1195
1155
 
1201
1161
        depends on COMEDI_NI_TIO && COMEDI_NI_COMMON
1202
1162
        select COMEDI_8255
1203
1163
        select COMEDI_FC
1204
 
        default N
1205
1164
        ---help---
1206
1165
          Enable support for the National Instruments PCMCIA DAQCard E series
1207
1166
          DAQCard-ai-16xe-50, DAQCard-ai-16e-4, DAQCard-6062E, DAQCard-6024E
1212
1171
 
1213
1172
config COMEDI_QUATECH_DAQP_CS
1214
1173
        tristate "Quatech DAQP PCMCIA data capture card support"
1215
 
        default N
1216
1174
        ---help---
1217
1175
          Enable support for the Quatech DAQP PCMCIA data capture cards
1218
1176
          DAQP-208 and DAQP-308
1225
1183
menuconfig COMEDI_USB_DRIVERS
1226
1184
        tristate "Comedi USB drivers"
1227
1185
        depends on COMEDI && USB
1228
 
        default N
1229
1186
        ---help---
1230
1187
          Enable comedi USB drivers to be built
1231
1188
 
1237
1194
 
1238
1195
config COMEDI_DT9812
1239
1196
        tristate "DataTranslation DT9812 USB module support"
1240
 
        default N
1241
1197
        ---help---
1242
1198
          Enable support for the Data Translation DT9812 USB module
1243
1199
 
1246
1202
 
1247
1203
config COMEDI_USBDUX
1248
1204
        tristate "ITL USB-DUX-D support"
1249
 
        default N
1250
1205
        ---help---
1251
1206
          Enable support for the Incite Technology Ltd USB-DUX-D Board
1252
1207
 
1256
1211
config COMEDI_USBDUXFAST
1257
1212
        tristate "ITL USB-DUXfast support"
1258
1213
        select COMEDI_FC
1259
 
        default N
1260
1214
        ---help---
1261
1215
          Enable support for the Incite Technology Ltd USB-DUXfast Board
1262
1216
 
1266
1220
config COMEDI_USBDUXSIGMA
1267
1221
        tristate "ITL USB-DUXsigma support"
1268
1222
        select COMEDI_FC
1269
 
        default N
1270
1223
        ---help---
1271
1224
          Enable support for the Incite Technology Ltd USB-DUXsigma Board
1272
1225
 
1275
1228
 
1276
1229
config COMEDI_VMK80XX
1277
1230
        tristate "Velleman VM110/VM140 USB Board support"
1278
 
        default N
1279
1231
        ---help---
1280
1232
          Build the Velleman USB Board Low-Level Driver supporting the
1281
1233
          K8055/K8061 aka VM110/VM140 devices
1288
1240
menuconfig COMEDI_NI_COMMON
1289
1241
        tristate "Comedi National Instruments card support"
1290
1242
        depends on COMEDI
1291
 
        default N
1292
1243
        ---help---
1293
1244
          Enable comedi support for National Instruments cards.
1294
1245
          Modules in this section are used by many comedi NI drivers.
1302
1253
config COMEDI_MITE
1303
1254
        tristate "NI Mite PCI interface chip support"
1304
1255
        depends on PCI
1305
 
        default N
1306
1256
        ---help---
1307
1257
          Enable support for National Instruments Mite PCI interface chip
1308
1258
 
1312
1262
config COMEDI_NI_TIO
1313
1263
        tristate "NI general purpose counter support"
1314
1264
        depends on COMEDI_MITE
1315
 
        default N
1316
1265
        ---help---
1317
1266
          Enable support for National Instruments general purpose counters.
1318
1267
          This module is not used directly by end-users. Rather, it
1328
1277
        select COMEDI_8255
1329
1278
        select COMEDI_FC
1330
1279
        depends on VIRT_TO_BUS
1331
 
        default N
1332
1280
        ---help---
1333
1281
          Enable support for National Instruments Lab-PC and compatibles
1334
1282
          Lab-PC-1200, Lab-PC-1200AI, Lab-PC+ and PCI-1200.
1343
1291
config COMEDI_8255
1344
1292
        tristate "Generic 8255 support"
1345
1293
        depends on COMEDI
1346
 
        default N
1347
1294
        ---help---
1348
1295
          Enable generic 8255 support.
1349
1296
 
1357
1304
          To compile this driver as a module, choose M here: the module will be
1358
1305
          called 8255.
1359
1306
 
1360
 
config COMEDI_DAS08
1361
 
        tristate "DAS-08 compatible support"
1362
 
        depends on COMEDI
1363
 
        select COMEDI_8255
1364
 
        default N
1365
 
        ---help---
1366
 
          Enable support for DAS08 and compatible ISA, PC/104 and PCI cards.
1367
 
 
1368
 
          Note that PCMCIA DAS08 cards are not directly supported by this
1369
 
          driver, and need a separate driver as a wrapper.
1370
 
 
1371
 
          To compile this driver as a module, choose M here: the module will be
1372
 
          called das08.
1373
 
 
1374
1307
config COMEDI_FC
1375
1308
        tristate "Comedi shared functions for low-level driver support"
1376
1309
        depends on COMEDI
1377
 
        default N
1378
1310
        ---help---
1379
1311
          Enable support for shared functions for low-level drivers.
1380
1312
          This module is not used directly by end-users. Rather, it
1382
1314
 
1383
1315
          To compile this driver as a module, choose M here: the module will be
1384
1316
          called comedi_fc.
 
1317
 
 
1318
config COMEDI_AMPLC_DIO200
 
1319
        tristate
 
1320
        depends on COMEDI
 
1321
        select COMEDI_8255
 
1322
 
 
1323
config COMEDI_AMPLC_PC236
 
1324
        tristate
 
1325
        depends on COMEDI
 
1326
        select COMEDI_8255
 
1327
 
 
1328
config COMEDI_AMPLC_PC263
 
1329
        tristate
 
1330
        depends on COMEDI
 
1331
 
 
1332
config COMEDI_DAS08
 
1333
        tristate
 
1334
        depends on COMEDI
 
1335
        select COMEDI_8255