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