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