Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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