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