| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | config COMEDI |
|---|
| 2 | 3 | tristate "Data acquisition support (comedi)" |
|---|
| 3 | | - ---help--- |
|---|
| 4 | + help |
|---|
| 4 | 5 | Enable support for a wide range of data acquisition devices |
|---|
| 5 | 6 | for Linux. |
|---|
| 6 | 7 | |
|---|
| .. | .. |
|---|
| 8 | 9 | |
|---|
| 9 | 10 | config COMEDI_DEBUG |
|---|
| 10 | 11 | bool "Comedi debugging" |
|---|
| 11 | | - ---help--- |
|---|
| 12 | + help |
|---|
| 12 | 13 | This is an option for use by developers; most people should |
|---|
| 13 | 14 | say N here. This enables comedi core and driver debugging. |
|---|
| 14 | 15 | |
|---|
| 15 | 16 | config COMEDI_DEFAULT_BUF_SIZE_KB |
|---|
| 16 | 17 | int "Comedi default initial asynchronous buffer size in KiB" |
|---|
| 17 | 18 | default "2048" |
|---|
| 18 | | - ---help--- |
|---|
| 19 | + help |
|---|
| 19 | 20 | This is the default asynchronous buffer size which is used for |
|---|
| 20 | 21 | commands running in the background in kernel space. This |
|---|
| 21 | 22 | defaults to 2048 KiB of memory so that a 16 channel card |
|---|
| .. | .. |
|---|
| 24 | 25 | config COMEDI_DEFAULT_BUF_MAXSIZE_KB |
|---|
| 25 | 26 | int "Comedi default maximum asynchronous buffer size in KiB" |
|---|
| 26 | 27 | default "20480" |
|---|
| 27 | | - ---help--- |
|---|
| 28 | + help |
|---|
| 28 | 29 | This is the default maximum asynchronous buffer size which can |
|---|
| 29 | 30 | be requested by a userspace program without root privileges. |
|---|
| 30 | 31 | This is set to 20480 KiB so that a fast I/O card with 16 |
|---|
| .. | .. |
|---|
| 32 | 33 | |
|---|
| 33 | 34 | menuconfig COMEDI_MISC_DRIVERS |
|---|
| 34 | 35 | bool "Comedi misc drivers" |
|---|
| 35 | | - ---help--- |
|---|
| 36 | + help |
|---|
| 36 | 37 | Enable comedi misc drivers to be built |
|---|
| 37 | 38 | |
|---|
| 38 | 39 | Note that the answer to this question won't directly affect the |
|---|
| .. | .. |
|---|
| 44 | 45 | config COMEDI_BOND |
|---|
| 45 | 46 | tristate "Comedi device bonding support" |
|---|
| 46 | 47 | select COMEDI_KCOMEDILIB |
|---|
| 47 | | - ---help--- |
|---|
| 48 | + help |
|---|
| 48 | 49 | Enable support for a driver to 'bond' (merge) multiple subdevices |
|---|
| 49 | 50 | from multiple devices together as one. |
|---|
| 50 | 51 | |
|---|
| .. | .. |
|---|
| 55 | 56 | |
|---|
| 56 | 57 | config COMEDI_TEST |
|---|
| 57 | 58 | tristate "Fake waveform generator support" |
|---|
| 58 | | - ---help--- |
|---|
| 59 | + help |
|---|
| 59 | 60 | Enable support for the fake waveform generator. |
|---|
| 60 | 61 | This driver is mainly for testing purposes, but can also be used to |
|---|
| 61 | 62 | generate sample waveforms on systems that don't have data acquisition |
|---|
| .. | .. |
|---|
| 66 | 67 | |
|---|
| 67 | 68 | config COMEDI_PARPORT |
|---|
| 68 | 69 | tristate "Parallel port support" |
|---|
| 69 | | - ---help--- |
|---|
| 70 | + help |
|---|
| 70 | 71 | Enable support for the standard parallel port. |
|---|
| 71 | 72 | A cheap and easy way to get a few more digital I/O lines. Steal |
|---|
| 72 | 73 | additional parallel ports from old computers or your neighbors' |
|---|
| .. | .. |
|---|
| 78 | 79 | config COMEDI_SSV_DNP |
|---|
| 79 | 80 | tristate "SSV Embedded Systems DIL/Net-PC support" |
|---|
| 80 | 81 | depends on X86_32 || COMPILE_TEST |
|---|
| 81 | | - ---help--- |
|---|
| 82 | + help |
|---|
| 82 | 83 | Enable support for SSV Embedded Systems DIL/Net-PC |
|---|
| 83 | 84 | |
|---|
| 84 | 85 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 88 | 89 | |
|---|
| 89 | 90 | menuconfig COMEDI_ISA_DRIVERS |
|---|
| 90 | 91 | bool "Comedi ISA and PC/104 drivers" |
|---|
| 91 | | - ---help--- |
|---|
| 92 | + help |
|---|
| 92 | 93 | Enable comedi ISA and PC/104 drivers to be built |
|---|
| 93 | 94 | |
|---|
| 94 | 95 | Note that the answer to this question won't directly affect the |
|---|
| .. | .. |
|---|
| 100 | 101 | config COMEDI_PCL711 |
|---|
| 101 | 102 | tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support" |
|---|
| 102 | 103 | select COMEDI_8254 |
|---|
| 103 | | - ---help--- |
|---|
| 104 | + help |
|---|
| 104 | 105 | Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112 |
|---|
| 105 | 106 | |
|---|
| 106 | 107 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 109 | 110 | config COMEDI_PCL724 |
|---|
| 110 | 111 | tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO" |
|---|
| 111 | 112 | select COMEDI_8255 |
|---|
| 112 | | - ---help--- |
|---|
| 113 | + help |
|---|
| 113 | 114 | Enable support for ISA and PC/104 based 8255 digital i/o boards. This |
|---|
| 114 | 115 | driver provides a legacy comedi driver wrapper for the generic 8255 |
|---|
| 115 | 116 | support driver. |
|---|
| .. | .. |
|---|
| 129 | 130 | |
|---|
| 130 | 131 | config COMEDI_PCL726 |
|---|
| 131 | 132 | tristate "Advantech PCL-726 and compatible ISA card support" |
|---|
| 132 | | - ---help--- |
|---|
| 133 | + help |
|---|
| 133 | 134 | Enable support for Advantech PCL-726 and compatible ISA cards. |
|---|
| 134 | 135 | |
|---|
| 135 | 136 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 137 | 138 | |
|---|
| 138 | 139 | config COMEDI_PCL730 |
|---|
| 139 | 140 | tristate "Simple Digital I/O board support (8-bit ports)" |
|---|
| 140 | | - ---help--- |
|---|
| 141 | + help |
|---|
| 141 | 142 | Enable support for various simple ISA or PC/104 Digital I/O boards. |
|---|
| 142 | 143 | These boards all use 8-bit I/O ports. |
|---|
| 143 | 144 | |
|---|
| .. | .. |
|---|
| 162 | 163 | tristate "Advantech PCL-812/813 and ADlink ACL-8112/8113/8113/8216" |
|---|
| 163 | 164 | select COMEDI_ISADMA if ISA_DMA_API |
|---|
| 164 | 165 | select COMEDI_8254 |
|---|
| 165 | | - ---help--- |
|---|
| 166 | + help |
|---|
| 166 | 167 | Enable support for Advantech PCL-812/PG, PCL-813/B, ADLink |
|---|
| 167 | 168 | ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA, |
|---|
| 168 | 169 | A-822PGH/PGL, A-823PGH/PGL, A-826PG and ICP DAS ISO-813 ISA cards |
|---|
| .. | .. |
|---|
| 174 | 175 | tristate "Advantech PCL-814 and PCL-816 ISA card support" |
|---|
| 175 | 176 | select COMEDI_ISADMA if ISA_DMA_API |
|---|
| 176 | 177 | select COMEDI_8254 |
|---|
| 177 | | - ---help--- |
|---|
| 178 | + help |
|---|
| 178 | 179 | Enable support for Advantech PCL-814 and PCL-816 ISA cards |
|---|
| 179 | 180 | |
|---|
| 180 | 181 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 184 | 185 | tristate "Advantech PCL-718 and PCL-818 ISA card support" |
|---|
| 185 | 186 | select COMEDI_ISADMA if ISA_DMA_API |
|---|
| 186 | 187 | select COMEDI_8254 |
|---|
| 187 | | - ---help--- |
|---|
| 188 | + help |
|---|
| 188 | 189 | Enable support for Advantech PCL-818 ISA cards |
|---|
| 189 | 190 | PCL-818L, PCL-818H, PCL-818HD, PCL-818HG, PCL-818 and PCL-718 |
|---|
| 190 | 191 | |
|---|
| .. | .. |
|---|
| 194 | 195 | config COMEDI_PCM3724 |
|---|
| 195 | 196 | tristate "Advantech PCM-3724 PC/104 card support" |
|---|
| 196 | 197 | select COMEDI_8255 |
|---|
| 197 | | - ---help--- |
|---|
| 198 | + help |
|---|
| 198 | 199 | Enable support for Advantech PCM-3724 PC/104 cards. |
|---|
| 199 | 200 | |
|---|
| 200 | 201 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 203 | 204 | config COMEDI_AMPLC_DIO200_ISA |
|---|
| 204 | 205 | tristate "Amplicon PC212E/PC214E/PC215E/PC218E/PC272E" |
|---|
| 205 | 206 | select COMEDI_AMPLC_DIO200 |
|---|
| 206 | | - ---help--- |
|---|
| 207 | + help |
|---|
| 207 | 208 | Enable support for Amplicon PC212E, PC214E, PC215E, PC218E and |
|---|
| 208 | 209 | PC272E ISA DIO boards |
|---|
| 209 | 210 | |
|---|
| .. | .. |
|---|
| 213 | 214 | config COMEDI_AMPLC_PC236_ISA |
|---|
| 214 | 215 | tristate "Amplicon PC36AT DIO board support" |
|---|
| 215 | 216 | select COMEDI_AMPLC_PC236 |
|---|
| 216 | | - ---help--- |
|---|
| 217 | + help |
|---|
| 217 | 218 | Enable support for Amplicon PC36AT ISA DIO board. |
|---|
| 218 | 219 | |
|---|
| 219 | 220 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 221 | 222 | |
|---|
| 222 | 223 | config COMEDI_AMPLC_PC263_ISA |
|---|
| 223 | 224 | tristate "Amplicon PC263 relay board support" |
|---|
| 224 | | - ---help--- |
|---|
| 225 | + help |
|---|
| 225 | 226 | Enable support for Amplicon PC263 ISA relay board. This board has |
|---|
| 226 | 227 | 16 reed relay output channels. |
|---|
| 227 | 228 | |
|---|
| .. | .. |
|---|
| 230 | 231 | |
|---|
| 231 | 232 | config COMEDI_RTI800 |
|---|
| 232 | 233 | tristate "Analog Devices RTI-800/815 ISA card support" |
|---|
| 233 | | - ---help--- |
|---|
| 234 | + help |
|---|
| 234 | 235 | Enable support for Analog Devices RTI-800/815 ISA cards |
|---|
| 235 | 236 | |
|---|
| 236 | 237 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 238 | 239 | |
|---|
| 239 | 240 | config COMEDI_RTI802 |
|---|
| 240 | 241 | tristate "Analog Devices RTI-802 ISA card support" |
|---|
| 241 | | - ---help--- |
|---|
| 242 | + help |
|---|
| 242 | 243 | Enable support for Analog Devices RTI-802 ISA cards |
|---|
| 243 | 244 | |
|---|
| 244 | 245 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 246 | 247 | |
|---|
| 247 | 248 | config COMEDI_DAC02 |
|---|
| 248 | 249 | tristate "Keithley Metrabyte DAC02 compatible ISA card support" |
|---|
| 249 | | - ---help--- |
|---|
| 250 | + help |
|---|
| 250 | 251 | Enable support for Keithley Metrabyte DAC02 compatible ISA cards. |
|---|
| 251 | 252 | |
|---|
| 252 | 253 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 256 | 257 | tristate "MeasurementComputing CIO-DAS16/M1DAS-16 ISA card support" |
|---|
| 257 | 258 | select COMEDI_8254 |
|---|
| 258 | 259 | select COMEDI_8255 |
|---|
| 259 | | - ---help--- |
|---|
| 260 | + help |
|---|
| 260 | 261 | Enable support for Measurement Computing CIO-DAS16/M1 ISA cards. |
|---|
| 261 | 262 | |
|---|
| 262 | 263 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 265 | 266 | config COMEDI_DAS08_ISA |
|---|
| 266 | 267 | tristate "DAS-08 compatible ISA and PC/104 card support" |
|---|
| 267 | 268 | select COMEDI_DAS08 |
|---|
| 268 | | - ---help--- |
|---|
| 269 | + help |
|---|
| 269 | 270 | Enable support for Keithley Metrabyte/ComputerBoards DAS08 |
|---|
| 270 | 271 | and compatible ISA and PC/104 cards: |
|---|
| 271 | 272 | Keithley Metrabyte/ComputerBoards DAS08, DAS08-PGM, DAS08-PGH, |
|---|
| .. | .. |
|---|
| 280 | 281 | select COMEDI_ISADMA if ISA_DMA_API |
|---|
| 281 | 282 | select COMEDI_8254 |
|---|
| 282 | 283 | select COMEDI_8255 |
|---|
| 283 | | - ---help--- |
|---|
| 284 | + help |
|---|
| 284 | 285 | Enable support for Keithley Metrabyte/ComputerBoards DAS16 |
|---|
| 285 | 286 | and compatible ISA and PC/104 cards: |
|---|
| 286 | 287 | Keithley Metrabyte DAS-16, DAS-16G, DAS-16F, DAS-1201, DAS-1202, |
|---|
| .. | .. |
|---|
| 296 | 297 | config COMEDI_DAS800 |
|---|
| 297 | 298 | tristate "DAS800 and compatible ISA card support" |
|---|
| 298 | 299 | select COMEDI_8254 |
|---|
| 299 | | - ---help--- |
|---|
| 300 | + help |
|---|
| 300 | 301 | Enable support for Keithley Metrabyte DAS800 and compatible ISA cards |
|---|
| 301 | 302 | Keithley Metrabyte DAS-800, DAS-801, DAS-802 |
|---|
| 302 | 303 | Measurement Computing CIO-DAS800, CIO-DAS801, CIO-DAS802 and |
|---|
| .. | .. |
|---|
| 309 | 310 | tristate "DAS1800 and compatible ISA card support" |
|---|
| 310 | 311 | select COMEDI_ISADMA if ISA_DMA_API |
|---|
| 311 | 312 | select COMEDI_8254 |
|---|
| 312 | | - ---help--- |
|---|
| 313 | + help |
|---|
| 313 | 314 | Enable support for DAS1800 and compatible ISA cards |
|---|
| 314 | 315 | Keithley Metrabyte DAS-1701ST, DAS-1701ST-DA, DAS-1701/AO, |
|---|
| 315 | 316 | DAS-1702ST, DAS-1702ST-DA, DAS-1702HR, DAS-1702HR-DA, DAS-1702/AO, |
|---|
| .. | .. |
|---|
| 323 | 324 | config COMEDI_DAS6402 |
|---|
| 324 | 325 | tristate "DAS6402 and compatible ISA card support" |
|---|
| 325 | 326 | select COMEDI_8254 |
|---|
| 326 | | - ---help--- |
|---|
| 327 | + help |
|---|
| 327 | 328 | Enable support for DAS6402 and compatible ISA cards |
|---|
| 328 | 329 | Computerboards, Keithley Metrabyte DAS6402 and compatibles |
|---|
| 329 | 330 | |
|---|
| .. | .. |
|---|
| 332 | 333 | |
|---|
| 333 | 334 | config COMEDI_DT2801 |
|---|
| 334 | 335 | tristate "Data Translation DT2801 ISA card support" |
|---|
| 335 | | - ---help--- |
|---|
| 336 | + help |
|---|
| 336 | 337 | Enable support for Data Translation DT2801 ISA cards |
|---|
| 337 | 338 | |
|---|
| 338 | 339 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 340 | 341 | |
|---|
| 341 | 342 | config COMEDI_DT2811 |
|---|
| 342 | 343 | tristate "Data Translation DT2811 ISA card support" |
|---|
| 343 | | - ---help--- |
|---|
| 344 | + help |
|---|
| 344 | 345 | Enable support for Data Translation DT2811 ISA cards |
|---|
| 345 | 346 | |
|---|
| 346 | 347 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 348 | 349 | |
|---|
| 349 | 350 | config COMEDI_DT2814 |
|---|
| 350 | 351 | tristate "Data Translation DT2814 ISA card support" |
|---|
| 351 | | - ---help--- |
|---|
| 352 | + help |
|---|
| 352 | 353 | Enable support for Data Translation DT2814 ISA cards |
|---|
| 353 | 354 | |
|---|
| 354 | 355 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 356 | 357 | |
|---|
| 357 | 358 | config COMEDI_DT2815 |
|---|
| 358 | 359 | tristate "Data Translation DT2815 ISA card support" |
|---|
| 359 | | - ---help--- |
|---|
| 360 | + help |
|---|
| 360 | 361 | Enable support for Data Translation DT2815 ISA cards |
|---|
| 361 | 362 | |
|---|
| 362 | 363 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 364 | 365 | |
|---|
| 365 | 366 | config COMEDI_DT2817 |
|---|
| 366 | 367 | tristate "Data Translation DT2817 ISA card support" |
|---|
| 367 | | - ---help--- |
|---|
| 368 | + help |
|---|
| 368 | 369 | Enable support for Data Translation DT2817 ISA cards |
|---|
| 369 | 370 | |
|---|
| 370 | 371 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 373 | 374 | config COMEDI_DT282X |
|---|
| 374 | 375 | tristate "Data Translation DT2821 series and DT-EZ ISA card support" |
|---|
| 375 | 376 | select COMEDI_ISADMA if ISA_DMA_API |
|---|
| 376 | | - ---help--- |
|---|
| 377 | + help |
|---|
| 377 | 378 | Enable support for Data Translation DT2821 series including DT-EZ |
|---|
| 378 | 379 | DT2821, DT2821-F-16SE, DT2821-F-8DI, DT2821-G-16SE, DT2821-G-8DI, |
|---|
| 379 | 380 | DT2823 (dt2823), DT2824-PGH, DT2824-PGL, DT2825, DT2827, DT2828, |
|---|
| .. | .. |
|---|
| 385 | 386 | config COMEDI_DMM32AT |
|---|
| 386 | 387 | tristate "Diamond Systems MM-32-AT PC/104 board support" |
|---|
| 387 | 388 | select COMEDI_8255 |
|---|
| 388 | | - ---help--- |
|---|
| 389 | + help |
|---|
| 389 | 390 | Enable support for Diamond Systems MM-32-AT PC/104 boards |
|---|
| 390 | 391 | |
|---|
| 391 | 392 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 393 | 394 | |
|---|
| 394 | 395 | config COMEDI_FL512 |
|---|
| 395 | 396 | tristate "FL512 ISA card support" |
|---|
| 396 | | - ---help--- |
|---|
| 397 | + help |
|---|
| 397 | 398 | Enable support for FL512 ISA card |
|---|
| 398 | 399 | |
|---|
| 399 | 400 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 403 | 404 | tristate "I/O Products PC/104 AIO12-8 Analog I/O Board support" |
|---|
| 404 | 405 | select COMEDI_8254 |
|---|
| 405 | 406 | select COMEDI_8255 |
|---|
| 406 | | - ---help--- |
|---|
| 407 | + help |
|---|
| 407 | 408 | Enable support for I/O Products PC/104 AIO12-8 Analog I/O Board |
|---|
| 408 | 409 | |
|---|
| 409 | 410 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 411 | 412 | |
|---|
| 412 | 413 | config COMEDI_AIO_IIRO_16 |
|---|
| 413 | 414 | tristate "I/O Products PC/104 IIRO16 Board support" |
|---|
| 414 | | - ---help--- |
|---|
| 415 | + help |
|---|
| 415 | 416 | Enable support for I/O Products PC/104 IIRO16 Relay And Isolated |
|---|
| 416 | 417 | Input Board |
|---|
| 417 | 418 | |
|---|
| .. | .. |
|---|
| 421 | 422 | config COMEDI_II_PCI20KC |
|---|
| 422 | 423 | tristate "Intelligent Instruments PCI-20001C carrier support" |
|---|
| 423 | 424 | depends on HAS_IOMEM |
|---|
| 424 | | - ---help--- |
|---|
| 425 | + help |
|---|
| 425 | 426 | Enable support for Intelligent Instruments PCI-20001C carrier |
|---|
| 426 | 427 | PCI-20001, PCI-20006 and PCI-20341 |
|---|
| 427 | 428 | |
|---|
| .. | .. |
|---|
| 430 | 431 | |
|---|
| 431 | 432 | config COMEDI_C6XDIGIO |
|---|
| 432 | 433 | tristate "Mechatronic Systems Inc. C6x_DIGIO DSP daughter card support" |
|---|
| 433 | | - ---help--- |
|---|
| 434 | + help |
|---|
| 434 | 435 | Enable support for Mechatronic Systems Inc. C6x_DIGIO DSP daughter |
|---|
| 435 | 436 | card |
|---|
| 436 | 437 | |
|---|
| .. | .. |
|---|
| 439 | 440 | |
|---|
| 440 | 441 | config COMEDI_MPC624 |
|---|
| 441 | 442 | tristate "Micro/sys MPC-624 PC/104 board support" |
|---|
| 442 | | - ---help--- |
|---|
| 443 | + help |
|---|
| 443 | 444 | Enable support for Micro/sys MPC-624 PC/104 board |
|---|
| 444 | 445 | |
|---|
| 445 | 446 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 447 | 448 | |
|---|
| 448 | 449 | config COMEDI_ADQ12B |
|---|
| 449 | 450 | tristate "MicroAxial ADQ12-B data acquisition and control card support" |
|---|
| 450 | | - ---help--- |
|---|
| 451 | + help |
|---|
| 451 | 452 | Enable MicroAxial ADQ12-B daq and control card support. |
|---|
| 452 | 453 | |
|---|
| 453 | 454 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 457 | 458 | tristate "NI AT-A2150 ISA card support" |
|---|
| 458 | 459 | select COMEDI_ISADMA if ISA_DMA_API |
|---|
| 459 | 460 | select COMEDI_8254 |
|---|
| 460 | | - ---help--- |
|---|
| 461 | + help |
|---|
| 461 | 462 | Enable support for National Instruments AT-A2150 cards |
|---|
| 462 | 463 | |
|---|
| 463 | 464 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 466 | 467 | config COMEDI_NI_AT_AO |
|---|
| 467 | 468 | tristate "NI AT-AO-6/10 EISA card support" |
|---|
| 468 | 469 | select COMEDI_8254 |
|---|
| 469 | | - ---help--- |
|---|
| 470 | + help |
|---|
| 470 | 471 | Enable support for National Instruments AT-AO-6/10 cards |
|---|
| 471 | 472 | |
|---|
| 472 | 473 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 476 | 477 | tristate "NI AT-MIO E series ISA-PNP card support" |
|---|
| 477 | 478 | select COMEDI_8255 |
|---|
| 478 | 479 | select COMEDI_NI_TIO |
|---|
| 479 | | - ---help--- |
|---|
| 480 | + help |
|---|
| 480 | 481 | Enable support for National Instruments AT-MIO E series cards |
|---|
| 481 | 482 | National Instruments AT-MIO-16E-1 (ni_atmio), |
|---|
| 482 | 483 | AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3, |
|---|
| .. | .. |
|---|
| 488 | 489 | config COMEDI_NI_ATMIO16D |
|---|
| 489 | 490 | tristate "NI AT-MIO-16/AT-MIO-16D series ISA card support" |
|---|
| 490 | 491 | select COMEDI_8255 |
|---|
| 491 | | - ---help--- |
|---|
| 492 | + help |
|---|
| 492 | 493 | Enable support for National Instruments AT-MIO-16/AT-MIO-16D cards. |
|---|
| 493 | 494 | |
|---|
| 494 | 495 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 497 | 498 | config COMEDI_NI_LABPC_ISA |
|---|
| 498 | 499 | tristate "NI Lab-PC and compatibles ISA support" |
|---|
| 499 | 500 | select COMEDI_NI_LABPC |
|---|
| 500 | | - ---help--- |
|---|
| 501 | + help |
|---|
| 501 | 502 | Enable support for National Instruments Lab-PC and compatibles |
|---|
| 502 | 503 | Lab-PC-1200, Lab-PC-1200AI, Lab-PC+. |
|---|
| 503 | 504 | Kernel-level ISA plug-and-play support for the lab-pc-1200 boards has |
|---|
| .. | .. |
|---|
| 508 | 509 | |
|---|
| 509 | 510 | config COMEDI_PCMAD |
|---|
| 510 | 511 | tristate "Winsystems PCM-A/D12 and PCM-A/D16 PC/104 board support" |
|---|
| 511 | | - ---help--- |
|---|
| 512 | + help |
|---|
| 512 | 513 | Enable support for Winsystems PCM-A/D12 and PCM-A/D16 PC/104 boards. |
|---|
| 513 | 514 | |
|---|
| 514 | 515 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 516 | 517 | |
|---|
| 517 | 518 | config COMEDI_PCMDA12 |
|---|
| 518 | 519 | tristate "Winsystems PCM-D/A-12 8-channel AO PC/104 board support" |
|---|
| 519 | | - ---help--- |
|---|
| 520 | + help |
|---|
| 520 | 521 | Enable support for Winsystems PCM-D/A-12 8-channel AO PC/104 boards. |
|---|
| 521 | 522 | Note that the board is not ISA-PNP capable and thus needs the I/O |
|---|
| 522 | 523 | port comedi_config parameter. |
|---|
| .. | .. |
|---|
| 526 | 527 | |
|---|
| 527 | 528 | config COMEDI_PCMMIO |
|---|
| 528 | 529 | tristate "Winsystems PCM-MIO PC/104 board support" |
|---|
| 529 | | - ---help--- |
|---|
| 530 | + help |
|---|
| 530 | 531 | Enable support for Winsystems PCM-MIO multifunction PC/104 boards. |
|---|
| 531 | 532 | |
|---|
| 532 | 533 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 534 | 535 | |
|---|
| 535 | 536 | config COMEDI_PCMUIO |
|---|
| 536 | 537 | tristate "Winsystems PCM-UIO48A and PCM-UIO96A PC/104 board support" |
|---|
| 537 | | - ---help--- |
|---|
| 538 | + help |
|---|
| 538 | 539 | Enable support for PCM-UIO48A and PCM-UIO96A PC/104 boards. |
|---|
| 539 | 540 | |
|---|
| 540 | 541 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 542 | 543 | |
|---|
| 543 | 544 | config COMEDI_MULTIQ3 |
|---|
| 544 | 545 | tristate "Quanser Consulting MultiQ-3 ISA card support" |
|---|
| 545 | | - ---help--- |
|---|
| 546 | + help |
|---|
| 546 | 547 | Enable support for Quanser Consulting MultiQ-3 ISA cards |
|---|
| 547 | 548 | |
|---|
| 548 | 549 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 550 | 551 | |
|---|
| 551 | 552 | config COMEDI_S526 |
|---|
| 552 | 553 | tristate "Sensoray s526 support" |
|---|
| 553 | | - ---help--- |
|---|
| 554 | + help |
|---|
| 554 | 555 | Enable support for Sensoray s526 |
|---|
| 555 | 556 | |
|---|
| 556 | 557 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 561 | 562 | menuconfig COMEDI_PCI_DRIVERS |
|---|
| 562 | 563 | tristate "Comedi PCI drivers" |
|---|
| 563 | 564 | depends on PCI |
|---|
| 564 | | - ---help--- |
|---|
| 565 | + help |
|---|
| 565 | 566 | Enable support for comedi PCI drivers. |
|---|
| 566 | 567 | |
|---|
| 567 | 568 | To compile this support as a module, choose M here: the module will |
|---|
| .. | .. |
|---|
| 572 | 573 | config COMEDI_8255_PCI |
|---|
| 573 | 574 | tristate "Generic PCI based 8255 digital i/o board support" |
|---|
| 574 | 575 | select COMEDI_8255 |
|---|
| 575 | | - ---help--- |
|---|
| 576 | + help |
|---|
| 576 | 577 | Enable support for PCI based 8255 digital i/o boards. This driver |
|---|
| 577 | 578 | provides a PCI wrapper around the generic 8255 driver. |
|---|
| 578 | 579 | |
|---|
| .. | .. |
|---|
| 588 | 589 | |
|---|
| 589 | 590 | config COMEDI_ADDI_WATCHDOG |
|---|
| 590 | 591 | tristate |
|---|
| 591 | | - ---help--- |
|---|
| 592 | + help |
|---|
| 592 | 593 | Provides support for the watchdog subdevice found on many ADDI-DATA |
|---|
| 593 | 594 | boards. This module will be automatically selected when needed. The |
|---|
| 594 | 595 | module will be called addi_watchdog. |
|---|
| 595 | 596 | |
|---|
| 596 | 597 | config COMEDI_ADDI_APCI_1032 |
|---|
| 597 | 598 | tristate "ADDI-DATA APCI_1032 support" |
|---|
| 598 | | - ---help--- |
|---|
| 599 | + help |
|---|
| 599 | 600 | Enable support for ADDI-DATA APCI_1032 cards |
|---|
| 600 | 601 | |
|---|
| 601 | 602 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 603 | 604 | |
|---|
| 604 | 605 | config COMEDI_ADDI_APCI_1500 |
|---|
| 605 | 606 | tristate "ADDI-DATA APCI_1500 support" |
|---|
| 606 | | - ---help--- |
|---|
| 607 | + help |
|---|
| 607 | 608 | Enable support for ADDI-DATA APCI_1500 cards |
|---|
| 608 | 609 | |
|---|
| 609 | 610 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 612 | 613 | config COMEDI_ADDI_APCI_1516 |
|---|
| 613 | 614 | tristate "ADDI-DATA APCI-1016/1516/2016 support" |
|---|
| 614 | 615 | select COMEDI_ADDI_WATCHDOG |
|---|
| 615 | | - ---help--- |
|---|
| 616 | + help |
|---|
| 616 | 617 | Enable support for ADDI-DATA APCI-1016, APCI-1516 and APCI-2016 boards. |
|---|
| 617 | 618 | These are 16 channel, optically isolated, digital I/O boards. The 1516 |
|---|
| 618 | 619 | and 2016 boards also have a watchdog for resetting the outputs to "0". |
|---|
| .. | .. |
|---|
| 623 | 624 | config COMEDI_ADDI_APCI_1564 |
|---|
| 624 | 625 | tristate "ADDI-DATA APCI_1564 support" |
|---|
| 625 | 626 | select COMEDI_ADDI_WATCHDOG |
|---|
| 626 | | - ---help--- |
|---|
| 627 | + help |
|---|
| 627 | 628 | Enable support for ADDI-DATA APCI_1564 cards |
|---|
| 628 | 629 | |
|---|
| 629 | 630 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 631 | 632 | |
|---|
| 632 | 633 | config COMEDI_ADDI_APCI_16XX |
|---|
| 633 | 634 | tristate "ADDI-DATA APCI_16xx support" |
|---|
| 634 | | - ---help--- |
|---|
| 635 | + help |
|---|
| 635 | 636 | Enable support for ADDI-DATA APCI_16xx cards |
|---|
| 636 | 637 | |
|---|
| 637 | 638 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 640 | 641 | config COMEDI_ADDI_APCI_2032 |
|---|
| 641 | 642 | tristate "ADDI-DATA APCI_2032 support" |
|---|
| 642 | 643 | select COMEDI_ADDI_WATCHDOG |
|---|
| 643 | | - ---help--- |
|---|
| 644 | + help |
|---|
| 644 | 645 | Enable support for ADDI-DATA APCI_2032 cards |
|---|
| 645 | 646 | |
|---|
| 646 | 647 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 649 | 650 | config COMEDI_ADDI_APCI_2200 |
|---|
| 650 | 651 | tristate "ADDI-DATA APCI_2200 support" |
|---|
| 651 | 652 | select COMEDI_ADDI_WATCHDOG |
|---|
| 652 | | - ---help--- |
|---|
| 653 | + help |
|---|
| 653 | 654 | Enable support for ADDI-DATA APCI_2200 cards |
|---|
| 654 | 655 | |
|---|
| 655 | 656 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 658 | 659 | config COMEDI_ADDI_APCI_3120 |
|---|
| 659 | 660 | tristate "ADDI-DATA APCI_3120/3001 support" |
|---|
| 660 | 661 | depends on HAS_DMA |
|---|
| 661 | | - ---help--- |
|---|
| 662 | + help |
|---|
| 662 | 663 | Enable support for ADDI-DATA APCI_3120/3001 cards |
|---|
| 663 | 664 | |
|---|
| 664 | 665 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 666 | 667 | |
|---|
| 667 | 668 | config COMEDI_ADDI_APCI_3501 |
|---|
| 668 | 669 | tristate "ADDI-DATA APCI_3501 support" |
|---|
| 669 | | - ---help--- |
|---|
| 670 | + help |
|---|
| 670 | 671 | Enable support for ADDI-DATA APCI_3501 cards |
|---|
| 671 | 672 | |
|---|
| 672 | 673 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 674 | 675 | |
|---|
| 675 | 676 | config COMEDI_ADDI_APCI_3XXX |
|---|
| 676 | 677 | tristate "ADDI-DATA APCI_3xxx support" |
|---|
| 677 | | - ---help--- |
|---|
| 678 | + help |
|---|
| 678 | 679 | Enable support for ADDI-DATA APCI_3xxx cards |
|---|
| 679 | 680 | |
|---|
| 680 | 681 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 682 | 683 | |
|---|
| 683 | 684 | config COMEDI_ADL_PCI6208 |
|---|
| 684 | 685 | tristate "ADLink PCI-6208A support" |
|---|
| 685 | | - ---help--- |
|---|
| 686 | + help |
|---|
| 686 | 687 | Enable support for ADLink PCI-6208A cards |
|---|
| 687 | 688 | |
|---|
| 688 | 689 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 690 | 691 | |
|---|
| 691 | 692 | config COMEDI_ADL_PCI7X3X |
|---|
| 692 | 693 | tristate "ADLink PCI-723X/743X isolated digital i/o board support" |
|---|
| 693 | | - ---help--- |
|---|
| 694 | + help |
|---|
| 694 | 695 | Enable support for ADlink PCI-723X/743X isolated digital i/o boards. |
|---|
| 695 | 696 | Supported boards include the 32-channel PCI-7230 (16 in/16 out), |
|---|
| 696 | 697 | PCI-7233 (32 in), and PCI-7234 (32 out) as well as the 64-channel |
|---|
| .. | .. |
|---|
| 701 | 702 | |
|---|
| 702 | 703 | config COMEDI_ADL_PCI8164 |
|---|
| 703 | 704 | tristate "ADLink PCI-8164 4 Axes Motion Control board support" |
|---|
| 704 | | - ---help--- |
|---|
| 705 | + help |
|---|
| 705 | 706 | Enable support for ADlink PCI-8164 4 Axes Motion Control board |
|---|
| 706 | 707 | |
|---|
| 707 | 708 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 710 | 711 | config COMEDI_ADL_PCI9111 |
|---|
| 711 | 712 | tristate "ADLink PCI-9111HR support" |
|---|
| 712 | 713 | select COMEDI_8254 |
|---|
| 713 | | - ---help--- |
|---|
| 714 | + help |
|---|
| 714 | 715 | Enable support for ADlink PCI9111 cards |
|---|
| 715 | 716 | |
|---|
| 716 | 717 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 720 | 721 | tristate "ADLink PCI-9118DG, PCI-9118HG, PCI-9118HR support" |
|---|
| 721 | 722 | depends on HAS_DMA |
|---|
| 722 | 723 | select COMEDI_8254 |
|---|
| 723 | | - ---help--- |
|---|
| 724 | + help |
|---|
| 724 | 725 | Enable support for ADlink PCI-9118DG, PCI-9118HG, PCI-9118HR cards |
|---|
| 725 | 726 | |
|---|
| 726 | 727 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 729 | 730 | config COMEDI_ADV_PCI1710 |
|---|
| 730 | 731 | tristate "Advantech PCI-171x and PCI-1731 support" |
|---|
| 731 | 732 | select COMEDI_8254 |
|---|
| 732 | | - ---help--- |
|---|
| 733 | + help |
|---|
| 733 | 734 | Enable support for Advantech PCI-1710, PCI-1710HG, PCI-1711, |
|---|
| 734 | 735 | PCI-1713 and PCI-1731 |
|---|
| 735 | 736 | |
|---|
| .. | .. |
|---|
| 738 | 739 | |
|---|
| 739 | 740 | config COMEDI_ADV_PCI1720 |
|---|
| 740 | 741 | tristate "Advantech PCI-1720 support" |
|---|
| 741 | | - ---help--- |
|---|
| 742 | + help |
|---|
| 742 | 743 | Enable support for Advantech PCI-1720 Analog Output board. |
|---|
| 743 | 744 | |
|---|
| 744 | 745 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 746 | 747 | |
|---|
| 747 | 748 | config COMEDI_ADV_PCI1723 |
|---|
| 748 | 749 | tristate "Advantech PCI-1723 support" |
|---|
| 749 | | - ---help--- |
|---|
| 750 | + help |
|---|
| 750 | 751 | Enable support for Advantech PCI-1723 cards |
|---|
| 751 | 752 | |
|---|
| 752 | 753 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 754 | 755 | |
|---|
| 755 | 756 | config COMEDI_ADV_PCI1724 |
|---|
| 756 | 757 | tristate "Advantech PCI-1724U support" |
|---|
| 757 | | - ---help--- |
|---|
| 758 | + help |
|---|
| 758 | 759 | Enable support for Advantech PCI-1724U cards. These are 32-channel |
|---|
| 759 | 760 | analog output cards with voltage and current loop output ranges and |
|---|
| 760 | 761 | 14-bit resolution. |
|---|
| .. | .. |
|---|
| 764 | 765 | |
|---|
| 765 | 766 | config COMEDI_ADV_PCI1760 |
|---|
| 766 | 767 | tristate "Advantech PCI-1760 support" |
|---|
| 767 | | - ---help--- |
|---|
| 768 | + help |
|---|
| 768 | 769 | Enable support for Advantech PCI-1760 board. |
|---|
| 769 | 770 | |
|---|
| 770 | 771 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 774 | 775 | tristate "Advantech PCI DIO card support" |
|---|
| 775 | 776 | select COMEDI_8254 |
|---|
| 776 | 777 | select COMEDI_8255 |
|---|
| 777 | | - ---help--- |
|---|
| 778 | + help |
|---|
| 778 | 779 | Enable support for Advantech PCI DIO cards |
|---|
| 779 | 780 | PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U, |
|---|
| 780 | 781 | PCI-1750, PCI-1751, PCI-1752, PCI-1753/E, PCI-1754, PCI-1756, |
|---|
| .. | .. |
|---|
| 786 | 787 | config COMEDI_AMPLC_DIO200_PCI |
|---|
| 787 | 788 | tristate "Amplicon PCI215/PCI272/PCIe215/PCIe236/PCIe296 DIO support" |
|---|
| 788 | 789 | select COMEDI_AMPLC_DIO200 |
|---|
| 789 | | - ---help--- |
|---|
| 790 | + help |
|---|
| 790 | 791 | Enable support for Amplicon PCI215, PCI272, PCIe215, PCIe236 |
|---|
| 791 | 792 | and PCIe296 DIO boards. |
|---|
| 792 | 793 | |
|---|
| .. | .. |
|---|
| 796 | 797 | config COMEDI_AMPLC_PC236_PCI |
|---|
| 797 | 798 | tristate "Amplicon PCI236 DIO board support" |
|---|
| 798 | 799 | select COMEDI_AMPLC_PC236 |
|---|
| 799 | | - ---help--- |
|---|
| 800 | + help |
|---|
| 800 | 801 | Enable support for Amplicon PCI236 DIO board. |
|---|
| 801 | 802 | |
|---|
| 802 | 803 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 804 | 805 | |
|---|
| 805 | 806 | config COMEDI_AMPLC_PC263_PCI |
|---|
| 806 | 807 | tristate "Amplicon PCI263 relay board support" |
|---|
| 807 | | - ---help--- |
|---|
| 808 | + help |
|---|
| 808 | 809 | Enable support for Amplicon PCI263 relay board. This is a PCI board |
|---|
| 809 | 810 | with 16 reed relay output channels. |
|---|
| 810 | 811 | |
|---|
| .. | .. |
|---|
| 814 | 815 | config COMEDI_AMPLC_PCI224 |
|---|
| 815 | 816 | tristate "Amplicon PCI224 and PCI234 support" |
|---|
| 816 | 817 | select COMEDI_8254 |
|---|
| 817 | | - ---help--- |
|---|
| 818 | + help |
|---|
| 818 | 819 | Enable support for Amplicon PCI224 and PCI234 AO boards |
|---|
| 819 | 820 | |
|---|
| 820 | 821 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 824 | 825 | tristate "Amplicon PCI230 and PCI260 support" |
|---|
| 825 | 826 | select COMEDI_8254 |
|---|
| 826 | 827 | select COMEDI_8255 |
|---|
| 827 | | - ---help--- |
|---|
| 828 | + help |
|---|
| 828 | 829 | Enable support for Amplicon PCI230 and PCI260 Multifunction I/O |
|---|
| 829 | 830 | boards |
|---|
| 830 | 831 | |
|---|
| .. | .. |
|---|
| 833 | 834 | |
|---|
| 834 | 835 | config COMEDI_CONTEC_PCI_DIO |
|---|
| 835 | 836 | tristate "Contec PIO1616L digital I/O board support" |
|---|
| 836 | | - ---help--- |
|---|
| 837 | + help |
|---|
| 837 | 838 | Enable support for the Contec PIO1616L digital I/O board |
|---|
| 838 | 839 | |
|---|
| 839 | 840 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 842 | 843 | config COMEDI_DAS08_PCI |
|---|
| 843 | 844 | tristate "DAS-08 PCI support" |
|---|
| 844 | 845 | select COMEDI_DAS08 |
|---|
| 845 | | - ---help--- |
|---|
| 846 | + help |
|---|
| 846 | 847 | Enable support for PCI DAS-08 cards. |
|---|
| 847 | 848 | |
|---|
| 848 | 849 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 850 | 851 | |
|---|
| 851 | 852 | config COMEDI_DT3000 |
|---|
| 852 | 853 | tristate "Data Translation DT3000 series support" |
|---|
| 853 | | - ---help--- |
|---|
| 854 | + help |
|---|
| 854 | 855 | Enable support for Data Translation DT3000 series |
|---|
| 855 | 856 | DT3001, DT3001-PGL, DT3002, DT3003, DT3003-PGL, DT3004, DT3005 and |
|---|
| 856 | 857 | DT3004-200 |
|---|
| .. | .. |
|---|
| 860 | 861 | |
|---|
| 861 | 862 | config COMEDI_DYNA_PCI10XX |
|---|
| 862 | 863 | tristate "Dynalog PCI DAQ series support" |
|---|
| 863 | | - ---help--- |
|---|
| 864 | + help |
|---|
| 864 | 865 | Enable support for Dynalog PCI DAQ series |
|---|
| 865 | 866 | PCI-1050 |
|---|
| 866 | 867 | |
|---|
| .. | .. |
|---|
| 869 | 870 | |
|---|
| 870 | 871 | config COMEDI_GSC_HPDI |
|---|
| 871 | 872 | tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support" |
|---|
| 872 | | - ---help--- |
|---|
| 873 | + help |
|---|
| 873 | 874 | Enable support for General Standards Corporation high speed parallel |
|---|
| 874 | 875 | digital interface rs485 boards PCI-HPDI32 and PMC-HPDI32. |
|---|
| 875 | 876 | Only receive mode works, transmit not supported. |
|---|
| .. | .. |
|---|
| 879 | 880 | |
|---|
| 880 | 881 | config COMEDI_MF6X4 |
|---|
| 881 | 882 | tristate "Humusoft MF634 and MF624 DAQ Card support" |
|---|
| 882 | | - ---help--- |
|---|
| 883 | + help |
|---|
| 883 | 884 | This driver supports both Humusoft MF634 and MF624 Data acquisition |
|---|
| 884 | 885 | cards. The legacy Humusoft MF614 card is not supported. |
|---|
| 885 | 886 | |
|---|
| 886 | 887 | config COMEDI_ICP_MULTI |
|---|
| 887 | 888 | tristate "Inova ICP_MULTI support" |
|---|
| 888 | | - ---help--- |
|---|
| 889 | + help |
|---|
| 889 | 890 | Enable support for Inova ICP_MULTI card |
|---|
| 890 | 891 | |
|---|
| 891 | 892 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 894 | 895 | config COMEDI_DAQBOARD2000 |
|---|
| 895 | 896 | tristate "IOtech DAQboard/2000 support" |
|---|
| 896 | 897 | select COMEDI_8255 |
|---|
| 897 | | - ---help--- |
|---|
| 898 | + help |
|---|
| 898 | 899 | Enable support for the IOtech DAQboard/2000 |
|---|
| 899 | 900 | |
|---|
| 900 | 901 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 902 | 903 | |
|---|
| 903 | 904 | config COMEDI_JR3_PCI |
|---|
| 904 | 905 | tristate "JR3/PCI force sensor board support" |
|---|
| 905 | | - ---help--- |
|---|
| 906 | + help |
|---|
| 906 | 907 | Enable support for JR3/PCI force sensor boards |
|---|
| 907 | 908 | |
|---|
| 908 | 909 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 910 | 911 | |
|---|
| 911 | 912 | config COMEDI_KE_COUNTER |
|---|
| 912 | 913 | tristate "Kolter-Electronic PCI Counter 1 card support" |
|---|
| 913 | | - ---help--- |
|---|
| 914 | + help |
|---|
| 914 | 915 | Enable support for Kolter-Electronic PCI Counter 1 cards |
|---|
| 915 | 916 | |
|---|
| 916 | 917 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 919 | 920 | config COMEDI_CB_PCIDAS64 |
|---|
| 920 | 921 | tristate "MeasurementComputing PCI-DAS 64xx, 60xx, and 4020 support" |
|---|
| 921 | 922 | select COMEDI_8255 |
|---|
| 922 | | - ---help--- |
|---|
| 923 | + help |
|---|
| 923 | 924 | Enable support for ComputerBoards/MeasurementComputing PCI-DAS 64xx, |
|---|
| 924 | 925 | 60xx, and 4020 series with the PLX 9080 PCI controller |
|---|
| 925 | 926 | |
|---|
| .. | .. |
|---|
| 930 | 931 | tristate "MeasurementComputing PCI-DAS support" |
|---|
| 931 | 932 | select COMEDI_8254 |
|---|
| 932 | 933 | select COMEDI_8255 |
|---|
| 933 | | - ---help--- |
|---|
| 934 | + help |
|---|
| 934 | 935 | Enable support for ComputerBoards/MeasurementComputing PCI-DAS with |
|---|
| 935 | 936 | AMCC S5933 PCIcontroller: PCI-DAS1602/16, PCI-DAS1602/16jr, |
|---|
| 936 | 937 | PCI-DAS1602/12, PCI-DAS1200, PCI-DAS1200jr, PCI-DAS1000, PCI-DAS1001 |
|---|
| .. | .. |
|---|
| 942 | 943 | config COMEDI_CB_PCIDDA |
|---|
| 943 | 944 | tristate "MeasurementComputing PCI-DDA series support" |
|---|
| 944 | 945 | select COMEDI_8255 |
|---|
| 945 | | - ---help--- |
|---|
| 946 | + help |
|---|
| 946 | 947 | Enable support for ComputerBoards/MeasurementComputing PCI-DDA |
|---|
| 947 | 948 | series: PCI-DDA08/12, PCI-DDA04/12, PCI-DDA02/12, PCI-DDA08/16, |
|---|
| 948 | 949 | PCI-DDA04/16 and PCI-DDA02/16 |
|---|
| .. | .. |
|---|
| 954 | 955 | tristate "MeasurementComputing PCIM-DAS1602/16, PCIe-DAS1602/16 support" |
|---|
| 955 | 956 | select COMEDI_8254 |
|---|
| 956 | 957 | select COMEDI_8255 |
|---|
| 957 | | - ---help--- |
|---|
| 958 | + help |
|---|
| 958 | 959 | Enable support for ComputerBoards/MeasurementComputing PCI Migration |
|---|
| 959 | 960 | series PCIM-DAS1602/16 and PCIe-DAS1602/16. |
|---|
| 960 | 961 | |
|---|
| .. | .. |
|---|
| 964 | 965 | config COMEDI_CB_PCIMDDA |
|---|
| 965 | 966 | tristate "MeasurementComputing PCIM-DDA06-16 support" |
|---|
| 966 | 967 | select COMEDI_8255 |
|---|
| 967 | | - ---help--- |
|---|
| 968 | + help |
|---|
| 968 | 969 | Enable support for ComputerBoards/MeasurementComputing PCIM-DDA06-16 |
|---|
| 969 | 970 | |
|---|
| 970 | 971 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 973 | 974 | config COMEDI_ME4000 |
|---|
| 974 | 975 | tristate "Meilhaus ME-4000 support" |
|---|
| 975 | 976 | select COMEDI_8254 |
|---|
| 976 | | - ---help--- |
|---|
| 977 | + help |
|---|
| 977 | 978 | Enable support for Meilhaus PCI data acquisition cards |
|---|
| 978 | 979 | ME-4650, ME-4670i, ME-4680, ME-4680i and ME-4680is |
|---|
| 979 | 980 | |
|---|
| .. | .. |
|---|
| 982 | 983 | |
|---|
| 983 | 984 | config COMEDI_ME_DAQ |
|---|
| 984 | 985 | tristate "Meilhaus ME-2000i, ME-2600i, ME-3000vm1 support" |
|---|
| 985 | | - ---help--- |
|---|
| 986 | + help |
|---|
| 986 | 987 | Enable support for Meilhaus PCI data acquisition cards |
|---|
| 987 | 988 | ME-2000i, ME-2600i and ME-3000vm1 |
|---|
| 988 | 989 | |
|---|
| .. | .. |
|---|
| 991 | 992 | |
|---|
| 992 | 993 | config COMEDI_NI_6527 |
|---|
| 993 | 994 | tristate "NI 6527 support" |
|---|
| 994 | | - ---help--- |
|---|
| 995 | + help |
|---|
| 995 | 996 | Enable support for the National Instruments 6527 PCI card |
|---|
| 996 | 997 | |
|---|
| 997 | 998 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 999 | 1000 | |
|---|
| 1000 | 1001 | config COMEDI_NI_65XX |
|---|
| 1001 | 1002 | tristate "NI 65xx static dio PCI card support" |
|---|
| 1002 | | - ---help--- |
|---|
| 1003 | + help |
|---|
| 1003 | 1004 | Enable support for National Instruments 65xx static dio boards. |
|---|
| 1004 | 1005 | Supported devices: National Instruments PCI-6509 (ni_65xx), |
|---|
| 1005 | 1006 | PXI-6509, PCI-6510, PCI-6511, PXI-6511, PCI-6512, PXI-6512, PCI-6513, |
|---|
| .. | .. |
|---|
| 1013 | 1014 | tristate "NI 660x counter/timer PCI card support" |
|---|
| 1014 | 1015 | depends on HAS_DMA |
|---|
| 1015 | 1016 | select COMEDI_NI_TIOCMD |
|---|
| 1016 | | - ---help--- |
|---|
| 1017 | + help |
|---|
| 1017 | 1018 | Enable support for National Instruments PCI-6601 (ni_660x), PCI-6602, |
|---|
| 1018 | 1019 | PXI-6602, PXI-6608, PCI-6624, and PXI-6624. |
|---|
| 1019 | 1020 | |
|---|
| .. | .. |
|---|
| 1022 | 1023 | |
|---|
| 1023 | 1024 | config COMEDI_NI_670X |
|---|
| 1024 | 1025 | tristate "NI 670x PCI card support" |
|---|
| 1025 | | - ---help--- |
|---|
| 1026 | + help |
|---|
| 1026 | 1027 | Enable support for National Instruments PCI-6703 and PCI-6704 |
|---|
| 1027 | 1028 | |
|---|
| 1028 | 1029 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 1031 | 1032 | config COMEDI_NI_LABPC_PCI |
|---|
| 1032 | 1033 | tristate "NI Lab-PC PCI-1200 support" |
|---|
| 1033 | 1034 | select COMEDI_NI_LABPC |
|---|
| 1034 | | - ---help--- |
|---|
| 1035 | + help |
|---|
| 1035 | 1036 | Enable support for National Instruments Lab-PC PCI-1200. |
|---|
| 1036 | 1037 | |
|---|
| 1037 | 1038 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 1042 | 1043 | depends on HAS_DMA |
|---|
| 1043 | 1044 | select COMEDI_MITE |
|---|
| 1044 | 1045 | select COMEDI_8255 |
|---|
| 1045 | | - ---help--- |
|---|
| 1046 | + help |
|---|
| 1046 | 1047 | Enable support for National Instruments PCI-DIO-32HS, PXI-6533, |
|---|
| 1047 | 1048 | PCI-6533 and PCI-6534 |
|---|
| 1048 | 1049 | |
|---|
| .. | .. |
|---|
| 1054 | 1055 | depends on HAS_DMA |
|---|
| 1055 | 1056 | select COMEDI_NI_TIOCMD |
|---|
| 1056 | 1057 | select COMEDI_8255 |
|---|
| 1057 | | - ---help--- |
|---|
| 1058 | + help |
|---|
| 1058 | 1059 | Enable support for National Instruments PCI-MIO-E series and M series |
|---|
| 1059 | 1060 | (all boards): PCI-MIO-16XE-10, PXI-6030E, PCI-MIO-16E-1, |
|---|
| 1060 | 1061 | PCI-MIO-16E-4, PCI-6014, PCI-6040E, PXI-6040E, PCI-6030E, PCI-6031E, |
|---|
| .. | .. |
|---|
| 1074 | 1075 | config COMEDI_RTD520 |
|---|
| 1075 | 1076 | tristate "Real Time Devices PCI4520/DM7520 support" |
|---|
| 1076 | 1077 | select COMEDI_8254 |
|---|
| 1077 | | - ---help--- |
|---|
| 1078 | + help |
|---|
| 1078 | 1079 | Enable support for Real Time Devices PCI4520/DM7520 |
|---|
| 1079 | 1080 | |
|---|
| 1080 | 1081 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 1082 | 1083 | |
|---|
| 1083 | 1084 | config COMEDI_S626 |
|---|
| 1084 | 1085 | tristate "Sensoray 626 support" |
|---|
| 1085 | | - ---help--- |
|---|
| 1086 | + help |
|---|
| 1086 | 1087 | Enable support for Sensoray 626 |
|---|
| 1087 | 1088 | |
|---|
| 1088 | 1089 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 1103 | 1104 | menuconfig COMEDI_PCMCIA_DRIVERS |
|---|
| 1104 | 1105 | tristate "Comedi PCMCIA drivers" |
|---|
| 1105 | 1106 | depends on PCMCIA |
|---|
| 1106 | | - ---help--- |
|---|
| 1107 | + help |
|---|
| 1107 | 1108 | Enable support for comedi PCMCIA drivers. |
|---|
| 1108 | 1109 | |
|---|
| 1109 | 1110 | To compile this support as a module, choose M here: the module will |
|---|
| .. | .. |
|---|
| 1114 | 1115 | config COMEDI_CB_DAS16_CS |
|---|
| 1115 | 1116 | tristate "CB DAS16 series PCMCIA support" |
|---|
| 1116 | 1117 | select COMEDI_8254 |
|---|
| 1117 | | - ---help--- |
|---|
| 1118 | + help |
|---|
| 1118 | 1119 | Enable support for the ComputerBoards/MeasurementComputing PCMCIA |
|---|
| 1119 | 1120 | cards DAS16/16, PCM-DAS16D/12 and PCM-DAS16s/16 |
|---|
| 1120 | 1121 | |
|---|
| .. | .. |
|---|
| 1124 | 1125 | config COMEDI_DAS08_CS |
|---|
| 1125 | 1126 | tristate "CB DAS08 PCMCIA support" |
|---|
| 1126 | 1127 | select COMEDI_DAS08 |
|---|
| 1127 | | - ---help--- |
|---|
| 1128 | + help |
|---|
| 1128 | 1129 | Enable support for the ComputerBoards/MeasurementComputing DAS-08 |
|---|
| 1129 | 1130 | PCMCIA card |
|---|
| 1130 | 1131 | |
|---|
| .. | .. |
|---|
| 1133 | 1134 | |
|---|
| 1134 | 1135 | config COMEDI_NI_DAQ_700_CS |
|---|
| 1135 | 1136 | tristate "NI DAQCard-700 PCMCIA support" |
|---|
| 1136 | | - ---help--- |
|---|
| 1137 | + help |
|---|
| 1137 | 1138 | Enable support for the National Instruments PCMCIA DAQCard-700 DIO |
|---|
| 1138 | 1139 | |
|---|
| 1139 | 1140 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 1142 | 1143 | config COMEDI_NI_DAQ_DIO24_CS |
|---|
| 1143 | 1144 | tristate "NI DAQ-Card DIO-24 PCMCIA support" |
|---|
| 1144 | 1145 | select COMEDI_8255 |
|---|
| 1145 | | - ---help--- |
|---|
| 1146 | + help |
|---|
| 1146 | 1147 | Enable support for the National Instruments PCMCIA DAQ-Card DIO-24 |
|---|
| 1147 | 1148 | |
|---|
| 1148 | 1149 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 1151 | 1152 | config COMEDI_NI_LABPC_CS |
|---|
| 1152 | 1153 | tristate "NI DAQCard-1200 PCMCIA support" |
|---|
| 1153 | 1154 | select COMEDI_NI_LABPC |
|---|
| 1154 | | - ---help--- |
|---|
| 1155 | + help |
|---|
| 1155 | 1156 | Enable support for the National Instruments PCMCIA DAQCard-1200 |
|---|
| 1156 | 1157 | |
|---|
| 1157 | 1158 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 1161 | 1162 | tristate "NI DAQCard E series PCMCIA support" |
|---|
| 1162 | 1163 | select COMEDI_NI_TIO |
|---|
| 1163 | 1164 | select COMEDI_8255 |
|---|
| 1164 | | - ---help--- |
|---|
| 1165 | + help |
|---|
| 1165 | 1166 | Enable support for the National Instruments PCMCIA DAQCard E series |
|---|
| 1166 | 1167 | DAQCard-ai-16xe-50, DAQCard-ai-16e-4, DAQCard-6062E, DAQCard-6024E |
|---|
| 1167 | 1168 | and DAQCard-6036E |
|---|
| .. | .. |
|---|
| 1171 | 1172 | |
|---|
| 1172 | 1173 | config COMEDI_QUATECH_DAQP_CS |
|---|
| 1173 | 1174 | tristate "Quatech DAQP PCMCIA data capture card support" |
|---|
| 1174 | | - ---help--- |
|---|
| 1175 | + help |
|---|
| 1175 | 1176 | Enable support for the Quatech DAQP PCMCIA data capture cards |
|---|
| 1176 | 1177 | DAQP-208 and DAQP-308 |
|---|
| 1177 | 1178 | |
|---|
| .. | .. |
|---|
| 1183 | 1184 | menuconfig COMEDI_USB_DRIVERS |
|---|
| 1184 | 1185 | tristate "Comedi USB drivers" |
|---|
| 1185 | 1186 | depends on USB |
|---|
| 1186 | | - ---help--- |
|---|
| 1187 | + help |
|---|
| 1187 | 1188 | Enable support for comedi USB drivers. |
|---|
| 1188 | 1189 | |
|---|
| 1189 | 1190 | To compile this support as a module, choose M here: the module will |
|---|
| .. | .. |
|---|
| 1193 | 1194 | |
|---|
| 1194 | 1195 | config COMEDI_DT9812 |
|---|
| 1195 | 1196 | tristate "DataTranslation DT9812 USB module support" |
|---|
| 1196 | | - ---help--- |
|---|
| 1197 | + help |
|---|
| 1197 | 1198 | Enable support for the Data Translation DT9812 USB module |
|---|
| 1198 | 1199 | |
|---|
| 1199 | 1200 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 1201 | 1202 | |
|---|
| 1202 | 1203 | config COMEDI_NI_USB6501 |
|---|
| 1203 | 1204 | tristate "NI USB-6501 support" |
|---|
| 1204 | | - ---help--- |
|---|
| 1205 | + help |
|---|
| 1205 | 1206 | Enable support for the National Instruments USB-6501 module. |
|---|
| 1206 | 1207 | |
|---|
| 1207 | 1208 | The NI USB-6501 is a Full-Speed USB 2.0 (12 Mbit/s) device that |
|---|
| .. | .. |
|---|
| 1212 | 1213 | |
|---|
| 1213 | 1214 | config COMEDI_USBDUX |
|---|
| 1214 | 1215 | tristate "ITL USB-DUX-D support" |
|---|
| 1215 | | - ---help--- |
|---|
| 1216 | + help |
|---|
| 1216 | 1217 | Enable support for the Incite Technology Ltd USB-DUX-D Board |
|---|
| 1217 | 1218 | |
|---|
| 1218 | 1219 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 1220 | 1221 | |
|---|
| 1221 | 1222 | config COMEDI_USBDUXFAST |
|---|
| 1222 | 1223 | tristate "ITL USB-DUXfast support" |
|---|
| 1223 | | - ---help--- |
|---|
| 1224 | + help |
|---|
| 1224 | 1225 | Enable support for the Incite Technology Ltd USB-DUXfast Board |
|---|
| 1225 | 1226 | |
|---|
| 1226 | 1227 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 1228 | 1229 | |
|---|
| 1229 | 1230 | config COMEDI_USBDUXSIGMA |
|---|
| 1230 | 1231 | tristate "ITL USB-DUXsigma support" |
|---|
| 1231 | | - ---help--- |
|---|
| 1232 | + help |
|---|
| 1232 | 1233 | Enable support for the Incite Technology Ltd USB-DUXsigma Board |
|---|
| 1233 | 1234 | |
|---|
| 1234 | 1235 | To compile this driver as a module, choose M here: the module will be |
|---|
| .. | .. |
|---|
| 1236 | 1237 | |
|---|
| 1237 | 1238 | config COMEDI_VMK80XX |
|---|
| 1238 | 1239 | tristate "Velleman VM110/VM140 USB Board support" |
|---|
| 1239 | | - ---help--- |
|---|
| 1240 | + help |
|---|
| 1240 | 1241 | Build the Velleman USB Board Low-Level Driver supporting the |
|---|
| 1241 | 1242 | K8055/K8061 aka VM110/VM140 devices |
|---|
| 1242 | 1243 | |
|---|
| .. | .. |
|---|
| 1254 | 1255 | config COMEDI_8255_SA |
|---|
| 1255 | 1256 | tristate "Standalone 8255 support" |
|---|
| 1256 | 1257 | select COMEDI_8255 |
|---|
| 1257 | | - ---help--- |
|---|
| 1258 | + help |
|---|
| 1258 | 1259 | Enable support for 8255 digital I/O as a standalone driver. |
|---|
| 1259 | 1260 | |
|---|
| 1260 | 1261 | You should enable compilation this driver if you plan to use a board |
|---|
| .. | .. |
|---|
| 1271 | 1272 | |
|---|
| 1272 | 1273 | config COMEDI_KCOMEDILIB |
|---|
| 1273 | 1274 | tristate "Comedi kcomedilib" |
|---|
| 1274 | | - ---help--- |
|---|
| 1275 | + help |
|---|
| 1275 | 1276 | Build the kcomedilib. |
|---|
| 1276 | 1277 | |
|---|
| 1277 | 1278 | This is a kernel module used to open and manipulate Comedi devices |
|---|
| .. | .. |
|---|
| 1313 | 1314 | |
|---|
| 1314 | 1315 | config COMEDI_NI_TIO |
|---|
| 1315 | 1316 | tristate |
|---|
| 1317 | + select COMEDI_NI_ROUTING |
|---|
| 1318 | + |
|---|
| 1319 | +config COMEDI_NI_ROUTING |
|---|
| 1320 | + tristate |
|---|
| 1316 | 1321 | |
|---|
| 1317 | 1322 | endif # COMEDI |
|---|