blob: a5f2a3e45f262af26767366bb6a82469b12ed655 [file] [log] [blame]
David Schleefed9eccb2008-11-04 20:29:31 -08001config COMEDI
Matt LaPlante692105b2009-01-26 11:12:25 +01002 tristate "Data acquisition support (comedi)"
Alexander Kurzba2450b2010-05-15 16:09:01 +04003 depends on m
David Schleefed9eccb2008-11-04 20:29:31 -08004 ---help---
Geert Uytterhoeven50f058a2015-07-06 15:41:18 +02005 Enable support for a wide range of data acquisition devices
David Schleefed9eccb2008-11-04 20:29:31 -08006 for Linux.
7
H Hartley Sweeten4829a992012-06-12 17:37:10 -07008if COMEDI
9
Mariusz Kozlowski0a3b8b62009-02-16 21:31:27 +010010config COMEDI_DEBUG
11 bool "Comedi debugging"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040012 ---help---
Mariusz Kozlowski0a3b8b62009-02-16 21:31:27 +010013 This is an option for use by developers; most people should
14 say N here. This enables comedi core and driver debugging.
15
Ian Abbott234bb3c2012-04-13 14:12:54 +010016config COMEDI_DEFAULT_BUF_SIZE_KB
17 int "Comedi default initial asynchronous buffer size in KiB"
18 default "2048"
Ian Abbott234bb3c2012-04-13 14:12:54 +010019 ---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"
Ian Abbott234bb3c2012-04-13 14:12:54 +010028 ---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
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040034menuconfig COMEDI_MISC_DRIVERS
H Hartley Sweeten64be0962012-06-19 16:20:28 -070035 bool "Comedi misc drivers"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040036 ---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
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040045config COMEDI_BOND
Ian Abbott9f3a7732014-08-27 20:37:18 +010046 tristate "Comedi device bonding support"
47 select COMEDI_KCOMEDILIB
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040048 ---help---
49 Enable support for a driver to 'bond' (merge) multiple subdevices
50 from multiple devices together as one.
51
Ian Abbott9f3a7732014-08-27 20:37:18 +010052 Currently, it only handles digital I/O subdevices.
53
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040054 To compile this driver as a module, choose M here: the module will be
55 called comedi_bond.
56
57config COMEDI_TEST
58 tristate "Fake waveform generator support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040059 ---help---
60 Enable support for the fake waveform generator.
61 This driver is mainly for testing purposes, but can also be used to
62 generate sample waveforms on systems that don't have data acquisition
63 hardware.
64
65 To compile this driver as a module, choose M here: the module will be
66 called comedi_test.
67
68config COMEDI_PARPORT
69 tristate "Parallel port support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040070 ---help---
71 Enable support for the standard parallel port.
72 A cheap and easy way to get a few more digital I/O lines. Steal
73 additional parallel ports from old computers or your neighbors'
74 computers.
75
76 To compile this driver as a module, choose M here: the module will be
77 called comedi_parport.
78
79config COMEDI_SERIAL2002
80 tristate "Driver for serial connected hardware"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040081 ---help---
82 Enable support for serial connected hardware
83
84 To compile this driver as a module, choose M here: the module will be
85 called serial2002.
86
Ben Hutchings650433b2013-09-01 20:18:49 +010087config COMEDI_SSV_DNP
88 tristate "SSV Embedded Systems DIL/Net-PC support"
89 depends on X86_32 || COMPILE_TEST
90 ---help---
91 Enable support for SSV Embedded Systems DIL/Net-PC
92
93 To compile this driver as a module, choose M here: the module will be
94 called ssv_dnp.
95
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040096endif # COMEDI_MISC_DRIVERS
97
98menuconfig COMEDI_ISA_DRIVERS
H Hartley Sweeten64be0962012-06-19 16:20:28 -070099 bool "Comedi ISA and PC/104 drivers"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400100 ---help---
101 Enable comedi ISA and PC/104 drivers to be built
102
103 Note that the answer to this question won't directly affect the
104 kernel: saying N will just cause the configurator to skip all
105 the questions about ISA and PC/104 comedi drivers.
106
H Hartley Sweeten4829a992012-06-12 17:37:10 -0700107if COMEDI_ISA_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400108
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400109config COMEDI_PCL711
110 tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support"
H Hartley Sweeten9ef02de2015-02-23 14:57:33 -0700111 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400112 ---help---
113 Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112
114
115 To compile this driver as a module, choose M here: the module will be
116 called pcl711.
117
118config COMEDI_PCL724
119 tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO"
Alexander Kurz82419622010-05-19 23:13:19 +0400120 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400121 ---help---
H Hartley Sweetenee680802013-06-24 17:09:20 -0700122 Enable support for ISA and PC/104 based 8255 digital i/o boards. This
123 driver provides a legacy comedi driver wrapper for the generic 8255
124 support driver.
125
126 Supported boards include:
H Hartley Sweeten55e51ba2014-05-29 10:42:23 -0700127 Advantech PCL-724 24 channels
128 Advantech PCL-722 144 (or 96) channels
129 Advantech PCL-731 48 channels
130 ADlink ACL-7122 144 (or 96) channels
131 ADlink ACL-7124 24 channels
132 ADlink PET-48DIO 48 channels
133 WinSystems PCM-IO48 48 channels (PC/104)
134 Diamond Systems ONYX-MM-DIO 48 channels (PC/104)
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400135
136 To compile this driver as a module, choose M here: the module will be
137 called pcl724.
138
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400139config COMEDI_PCL726
140 tristate "Advantech PCL-726 and compatible ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400141 ---help---
142 Enable support for Advantech PCL-726 and compatible ISA cards.
143
144 To compile this driver as a module, choose M here: the module will be
145 called pcl726.
146
147config COMEDI_PCL730
H Hartley Sweetenf68d07f2013-06-06 15:37:44 -0700148 tristate "Simple Digital I/O board support (8-bit ports)"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400149 ---help---
H Hartley Sweetenf68d07f2013-06-06 15:37:44 -0700150 Enable support for various simple ISA or PC/104 Digital I/O boards.
151 These boards all use 8-bit I/O ports.
152
H Hartley Sweeten53030b12014-05-06 16:08:56 -0700153 Advantech PCL-730 iso - 16 in/16 out ttl - 16 in/16 out
154 ICP ISO-730 iso - 16 in/16 out ttl - 16 in/16 out
155 ADlink ACL-7130 iso - 16 in/16 out ttl - 16 in/16 out
156 Advantech PCM-3730 iso - 8 in/8 out ttl - 16 in/16 out
157 Advantech PCL-725 iso - 8 in/8 out
158 ICP P8R8-DIO iso - 8 in/8 out
159 ADlink ACL-7225b iso - 16 in/16 out
160 ICP P16R16-DIO iso - 16 in/16 out
161 Advantech PCL-733 iso - 32 in
162 Advantech PCL-734 iso - 32 out
163 Diamond Systems OPMM-1616-XT iso - 16 in/16 out
164 Diamond Systems PEARL-MM-P iso - 16 out
H Hartley Sweeten757c1fa2014-05-29 10:42:22 -0700165 Diamond Systems IR104-PBF iso - 20 in/20 out
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400166
167 To compile this driver as a module, choose M here: the module will be
168 called pcl730.
169
170config COMEDI_PCL812
171 tristate "Advantech PCL-812/813 and ADlink ACL-8112/8113/8113/8216"
H Hartley Sweetenf3df4822015-01-14 10:05:05 -0700172 select COMEDI_ISADMA if ISA_DMA_API
H Hartley Sweetenfb5678a2015-02-23 14:57:30 -0700173 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400174 ---help---
175 Enable support for Advantech PCL-812/PG, PCL-813/B, ADLink
176 ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA,
177 A-822PGH/PGL, A-823PGH/PGL, A-826PG and ICP DAS ISO-813 ISA cards
178
179 To compile this driver as a module, choose M here: the module will be
180 called pcl812.
181
182config COMEDI_PCL816
183 tristate "Advantech PCL-814 and PCL-816 ISA card support"
H Hartley Sweetenbd7ea422015-01-14 10:05:04 -0700184 select COMEDI_ISADMA if ISA_DMA_API
H Hartley Sweetenf48c21f2015-02-23 14:57:31 -0700185 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400186 ---help---
187 Enable support for Advantech PCL-814 and PCL-816 ISA cards
188
189 To compile this driver as a module, choose M here: the module will be
190 called pcl816.
191
192config COMEDI_PCL818
193 tristate "Advantech PCL-718 and PCL-818 ISA card support"
H Hartley Sweetendd7c0f02015-01-14 10:05:03 -0700194 select COMEDI_ISADMA if ISA_DMA_API
H Hartley Sweeten18c284c2015-02-23 14:57:32 -0700195 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400196 ---help---
197 Enable support for Advantech PCL-818 ISA cards
198 PCL-818L, PCL-818H, PCL-818HD, PCL-818HG, PCL-818 and PCL-718
199
200 To compile this driver as a module, choose M here: the module will be
201 called pcl818.
202
203config COMEDI_PCM3724
204 tristate "Advantech PCM-3724 PC/104 card support"
Alexander Kurz82419622010-05-19 23:13:19 +0400205 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400206 ---help---
207 Enable support for Advantech PCM-3724 PC/104 cards.
208
209 To compile this driver as a module, choose M here: the module will be
210 called pcm3724.
211
Ian Abbott8c287d22012-03-26 16:57:26 +0100212config COMEDI_AMPLC_DIO200_ISA
213 tristate "Amplicon PC212E/PC214E/PC215E/PC218E/PC272E"
214 select COMEDI_AMPLC_DIO200
Ian Abbott8c287d22012-03-26 16:57:26 +0100215 ---help---
216 Enable support for Amplicon PC212E, PC214E, PC215E, PC218E and
217 PC272E ISA DIO boards
218
219 To compile this driver as a module, choose M here: the module will be
220 called amplc_dio200.
221
Ian Abbott717ab672012-03-26 16:57:27 +0100222config COMEDI_AMPLC_PC236_ISA
223 tristate "Amplicon PC36AT DIO board support"
224 select COMEDI_AMPLC_PC236
Ian Abbott717ab672012-03-26 16:57:27 +0100225 ---help---
226 Enable support for Amplicon PC36AT ISA DIO board.
227
228 To compile this driver as a module, choose M here: the module will be
229 called amplc_pc236.
230
Ian Abbott3e6be972012-03-26 16:57:28 +0100231config COMEDI_AMPLC_PC263_ISA
232 tristate "Amplicon PC263 relay board support"
Ian Abbott3e6be972012-03-26 16:57:28 +0100233 ---help---
Ian Abbott22691ae2013-04-12 17:01:54 +0100234 Enable support for Amplicon PC263 ISA relay board. This board has
235 16 reed relay output channels.
Ian Abbott3e6be972012-03-26 16:57:28 +0100236
237 To compile this driver as a module, choose M here: the module will be
238 called amplc_pc263.
239
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400240config COMEDI_RTI800
241 tristate "Analog Devices RTI-800/815 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400242 ---help---
243 Enable support for Analog Devices RTI-800/815 ISA cards
244
245 To compile this driver as a module, choose M here: the module will be
246 called rti800.
247
248config COMEDI_RTI802
249 tristate "Analog Devices RTI-802 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400250 ---help---
251 Enable support for Analog Devices RTI-802 ISA cards
252
253 To compile this driver as a module, choose M here: the module will be
254 called rti802.
255
H Hartley Sweeten99999e22014-03-11 12:04:17 -0700256config COMEDI_DAC02
257 tristate "Keithley Metrabyte DAC02 compatible ISA card support"
258 ---help---
259 Enable support for Keithley Metrabyte DAC02 compatible ISA cards.
260
261 To compile this driver as a module, choose M here: the module will be
262 called dac02.
263
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400264config COMEDI_DAS16M1
265 tristate "MeasurementComputing CIO-DAS16/M1DAS-16 ISA card support"
H Hartley Sweeteneb9bb1f2015-02-23 14:57:38 -0700266 select COMEDI_8254
Alexander Kurz82419622010-05-19 23:13:19 +0400267 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400268 ---help---
269 Enable support for Measurement Computing CIO-DAS16/M1 ISA cards.
270
271 To compile this driver as a module, choose M here: the module will be
272 called das16m1.
273
Ian Abbott2e3c0242012-03-26 16:57:29 +0100274config COMEDI_DAS08_ISA
275 tristate "DAS-08 compatible ISA and PC/104 card support"
276 select COMEDI_DAS08
Ian Abbott2e3c0242012-03-26 16:57:29 +0100277 ---help---
278 Enable support for Keithley Metrabyte/ComputerBoards DAS08
279 and compatible ISA and PC/104 cards:
280 Keithley Metrabyte/ComputerBoards DAS08, DAS08-PGM, DAS08-PGH,
281 DAS08-PGL, DAS08-AOH, DAS08-AOL, DAS08-AOM, DAS08/JR-AO,
282 DAS08/JR-16-AO, PC104-DAS08, DAS08/JR/16.
283
284 To compile this driver as a module, choose M here: the module will be
H Hartley Sweetenf91f9be2013-01-31 15:25:49 -0700285 called das08_isa.
Ian Abbott2e3c0242012-03-26 16:57:29 +0100286
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400287config COMEDI_DAS16
288 tristate "DAS-16 compatible ISA and PC/104 card support"
H Hartley Sweeten14009642015-01-14 10:05:06 -0700289 select COMEDI_ISADMA if ISA_DMA_API
H Hartley Sweeten4ffe2b22015-02-23 14:57:52 -0700290 select COMEDI_8254
Alexander Kurz82419622010-05-19 23:13:19 +0400291 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400292 ---help---
293 Enable support for Keithley Metrabyte/ComputerBoards DAS16
294 and compatible ISA and PC/104 cards:
295 Keithley Metrabyte DAS-16, DAS-16G, DAS-16F, DAS-1201, DAS-1202,
296 DAS-1401, DAS-1402, DAS-1601, DAS-1602 and
297 ComputerBoards/MeasurementComputing PC104-DAS16/JR/,
298 PC104-DAS16JR/16, CIO-DAS16JR/16, CIO-DAS16/JR, CIO-DAS1401/12,
299 CIO-DAS1402/12, CIO-DAS1402/16, CIO-DAS1601/12, CIO-DAS1602/12,
300 CIO-DAS1602/16, CIO-DAS16/330
301
302 To compile this driver as a module, choose M here: the module will be
303 called das16.
304
305config COMEDI_DAS800
306 tristate "DAS800 and compatible ISA card support"
H Hartley Sweetene4690de2015-02-23 14:57:37 -0700307 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400308 ---help---
309 Enable support for Keithley Metrabyte DAS800 and compatible ISA cards
310 Keithley Metrabyte DAS-800, DAS-801, DAS-802
311 Measurement Computing CIO-DAS800, CIO-DAS801, CIO-DAS802 and
312 CIO-DAS802/16
313
314 To compile this driver as a module, choose M here: the module will be
315 called das800.
316
317config COMEDI_DAS1800
318 tristate "DAS1800 and compatible ISA card support"
H Hartley Sweeten99dfc332015-01-14 10:05:07 -0700319 select COMEDI_ISADMA if ISA_DMA_API
H Hartley Sweetena6c6c9b2015-02-23 14:57:46 -0700320 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400321 ---help---
322 Enable support for DAS1800 and compatible ISA cards
323 Keithley Metrabyte DAS-1701ST, DAS-1701ST-DA, DAS-1701/AO,
324 DAS-1702ST, DAS-1702ST-DA, DAS-1702HR, DAS-1702HR-DA, DAS-1702/AO,
325 DAS-1801ST, DAS-1801ST-DA, DAS-1801HC, DAS-1801AO, DAS-1802ST,
326 DAS-1802ST-DA, DAS-1802HR, DAS-1802HR-DA, DAS-1802HC and
327 DAS-1802AO
328
329 To compile this driver as a module, choose M here: the module will be
330 called das1800.
331
332config COMEDI_DAS6402
333 tristate "DAS6402 and compatible ISA card support"
H Hartley Sweetenad4808b2015-02-23 14:57:45 -0700334 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400335 ---help---
336 Enable support for DAS6402 and compatible ISA cards
337 Computerboards, Keithley Metrabyte DAS6402 and compatibles
338
339 To compile this driver as a module, choose M here: the module will be
340 called das6402.
341
342config COMEDI_DT2801
343 tristate "Data Translation DT2801 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400344 ---help---
345 Enable support for Data Translation DT2801 ISA cards
346
347 To compile this driver as a module, choose M here: the module will be
348 called dt2801.
349
350config COMEDI_DT2811
351 tristate "Data Translation DT2811 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400352 ---help---
353 Enable support for Data Translation DT2811 ISA cards
354
355 To compile this driver as a module, choose M here: the module will be
356 called dt2811.
357
358config COMEDI_DT2814
359 tristate "Data Translation DT2814 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400360 ---help---
361 Enable support for Data Translation DT2814 ISA cards
362
363 To compile this driver as a module, choose M here: the module will be
364 called dt2814.
365
366config COMEDI_DT2815
367 tristate "Data Translation DT2815 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400368 ---help---
369 Enable support for Data Translation DT2815 ISA cards
370
371 To compile this driver as a module, choose M here: the module will be
372 called dt2815.
373
374config COMEDI_DT2817
375 tristate "Data Translation DT2817 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400376 ---help---
377 Enable support for Data Translation DT2817 ISA cards
378
379 To compile this driver as a module, choose M here: the module will be
380 called dt2817.
381
382config COMEDI_DT282X
383 tristate "Data Translation DT2821 series and DT-EZ ISA card support"
H Hartley Sweeten860f7c092015-01-14 10:05:08 -0700384 select COMEDI_ISADMA if ISA_DMA_API
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400385 ---help---
386 Enable support for Data Translation DT2821 series including DT-EZ
387 DT2821, DT2821-F-16SE, DT2821-F-8DI, DT2821-G-16SE, DT2821-G-8DI,
388 DT2823 (dt2823), DT2824-PGH, DT2824-PGL, DT2825, DT2827, DT2828,
389 DT21-EZ, DT23-EZ, DT24-EZ and DT24-EZ-PGL
390
391 To compile this driver as a module, choose M here: the module will be
392 called dt282x.
393
394config COMEDI_DMM32AT
395 tristate "Diamond Systems MM-32-AT PC/104 board support"
H Hartley Sweeten387ca512014-11-11 16:55:28 -0700396 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400397 ---help---
398 Enable support for Diamond Systems MM-32-AT PC/104 boards
399
400 To compile this driver as a module, choose M here: the module will be
401 called dmm32at.
402
403config COMEDI_FL512
404 tristate "FL512 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400405 ---help---
406 Enable support for FL512 ISA card
407
408 To compile this driver as a module, choose M here: the module will be
409 called fl512.
410
411config COMEDI_AIO_AIO12_8
412 tristate "I/O Products PC/104 AIO12-8 Analog I/O Board support"
Alexander Kurz82419622010-05-19 23:13:19 +0400413 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400414 ---help---
415 Enable support for I/O Products PC/104 AIO12-8 Analog I/O Board
416
417 To compile this driver as a module, choose M here: the module will be
418 called aio_aio12_8.
419
420config COMEDI_AIO_IIRO_16
421 tristate "I/O Products PC/104 IIRO16 Board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400422 ---help---
423 Enable support for I/O Products PC/104 IIRO16 Relay And Isolated
424 Input Board
425
426 To compile this driver as a module, choose M here: the module will be
427 called aio_iiro_16.
428
H Hartley Sweeten381102b2013-06-24 17:07:28 -0700429config COMEDI_II_PCI20KC
430 tristate "Intelligent Instruments PCI-20001C carrier support"
Chen Gangab608c22014-10-02 22:41:18 +0800431 depends on HAS_IOMEM
H Hartley Sweeten381102b2013-06-24 17:07:28 -0700432 ---help---
433 Enable support for Intelligent Instruments PCI-20001C carrier
434 PCI-20001, PCI-20006 and PCI-20341
435
436 To compile this driver as a module, choose M here: the module will be
437 called ii_pci20kc.
438
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400439config COMEDI_C6XDIGIO
440 tristate "Mechatronic Systems Inc. C6x_DIGIO DSP daughter card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400441 ---help---
442 Enable support for Mechatronic Systems Inc. C6x_DIGIO DSP daughter
443 card
444
445 To compile this driver as a module, choose M here: the module will be
446 called c6xdigio.
447
448config COMEDI_MPC624
449 tristate "Micro/sys MPC-624 PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400450 ---help---
451 Enable support for Micro/sys MPC-624 PC/104 board
452
453 To compile this driver as a module, choose M here: the module will be
454 called mpc624.
455
456config COMEDI_ADQ12B
457 tristate "MicroAxial ADQ12-B data acquisition and control card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400458 ---help---
459 Enable MicroAxial ADQ12-B daq and control card support.
460
461 To compile this driver as a module, choose M here: the module will be
462 called adq12b.
463
464config COMEDI_NI_AT_A2150
465 tristate "NI AT-A2150 ISA card support"
H Hartley Sweeten1a97f142015-01-14 10:05:09 -0700466 select COMEDI_ISADMA if ISA_DMA_API
H Hartley Sweetene8751322015-02-23 14:57:44 -0700467 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400468 ---help---
469 Enable support for National Instruments AT-A2150 cards
470
471 To compile this driver as a module, choose M here: the module will be
472 called ni_at_a2150.
473
474config COMEDI_NI_AT_AO
475 tristate "NI AT-AO-6/10 EISA card support"
H Hartley Sweetenaf5a9732015-02-23 14:57:43 -0700476 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400477 ---help---
478 Enable support for National Instruments AT-AO-6/10 cards
479
480 To compile this driver as a module, choose M here: the module will be
481 called ni_at_ao.
482
483config COMEDI_NI_ATMIO
484 tristate "NI AT-MIO E series ISA-PNP card support"
Ian Abbott0742cec2011-02-08 15:26:33 +0000485 select COMEDI_8255
Ian Abbott7ac21b82012-06-25 19:49:37 +0100486 select COMEDI_NI_TIO
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400487 ---help---
488 Enable support for National Instruments AT-MIO E series cards
489 National Instruments AT-MIO-16E-1 (ni_atmio),
490 AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3,
491 AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10
492
493 To compile this driver as a module, choose M here: the module will be
494 called ni_atmio.
495
496config COMEDI_NI_ATMIO16D
Ian Abbott91f44912013-07-26 12:03:19 +0100497 tristate "NI AT-MIO-16/AT-MIO-16D series ISA card support"
Alexander Kurz82419622010-05-19 23:13:19 +0400498 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400499 ---help---
Ian Abbott91f44912013-07-26 12:03:19 +0100500 Enable support for National Instruments AT-MIO-16/AT-MIO-16D cards.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400501
502 To compile this driver as a module, choose M here: the module will be
503 called ni_atmio16d.
504
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -0700505config COMEDI_NI_LABPC_ISA
506 tristate "NI Lab-PC and compatibles ISA support"
507 select COMEDI_NI_LABPC
H Hartley Sweeten05e511c2015-01-12 10:55:54 -0700508 select COMEDI_NI_LABPC_ISADMA if ISA_DMA_API
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -0700509 ---help---
510 Enable support for National Instruments Lab-PC and compatibles
511 Lab-PC-1200, Lab-PC-1200AI, Lab-PC+.
512 Kernel-level ISA plug-and-play support for the lab-pc-1200 boards has
513 not yet been added to the driver.
514
515 To compile this driver as a module, choose M here: the module will be
516 called ni_labpc.
517
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400518config COMEDI_PCMAD
519 tristate "Winsystems PCM-A/D12 and PCM-A/D16 PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400520 ---help---
521 Enable support for Winsystems PCM-A/D12 and PCM-A/D16 PC/104 boards.
522
523 To compile this driver as a module, choose M here: the module will be
524 called pcmad.
525
526config COMEDI_PCMDA12
527 tristate "Winsystems PCM-D/A-12 8-channel AO PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400528 ---help---
529 Enable support for Winsystems PCM-D/A-12 8-channel AO PC/104 boards.
530 Note that the board is not ISA-PNP capable and thus needs the I/O
531 port comedi_config parameter.
532
533 To compile this driver as a module, choose M here: the module will be
534 called pcmda12.
535
536config COMEDI_PCMMIO
537 tristate "Winsystems PCM-MIO PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400538 ---help---
539 Enable support for Winsystems PCM-MIO multifunction PC/104 boards.
540
541 To compile this driver as a module, choose M here: the module will be
542 called pcmmio.
543
544config COMEDI_PCMUIO
545 tristate "Winsystems PCM-UIO48A and PCM-UIO96A PC/104 board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400546 ---help---
547 Enable support for PCM-UIO48A and PCM-UIO96A PC/104 boards.
548
549 To compile this driver as a module, choose M here: the module will be
550 called pcmuio.
551
552config COMEDI_MULTIQ3
553 tristate "Quanser Consulting MultiQ-3 ISA card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400554 ---help---
555 Enable support for Quanser Consulting MultiQ-3 ISA cards
556
557 To compile this driver as a module, choose M here: the module will be
558 called multiq3.
559
H Hartley Sweeten14718822013-06-03 14:38:21 -0700560config COMEDI_S526
561 tristate "Sensoray s526 support"
562 ---help---
563 Enable support for Sensoray s526
564
565 To compile this driver as a module, choose M here: the module will be
566 called s526.
567
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400568endif # COMEDI_ISA_DRIVERS
569
570menuconfig COMEDI_PCI_DRIVERS
Ian Abbottbc3fe152014-10-31 17:47:39 +0000571 tristate "Comedi PCI drivers"
H Hartley Sweeten4829a992012-06-12 17:37:10 -0700572 depends on PCI
Greg Kroah-Hartman84c9dc22008-11-14 14:10:15 -0800573 ---help---
H Hartley Sweeten33782dd2013-01-30 15:22:21 -0700574 Enable support for comedi PCI drivers.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400575
Ian Abbottbc3fe152014-10-31 17:47:39 +0000576 To compile this support as a module, choose M here: the module will
577 be called comedi_pci.
578
H Hartley Sweeten4829a992012-06-12 17:37:10 -0700579if COMEDI_PCI_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400580
H Hartley Sweeten41518de2012-09-12 15:37:14 -0700581config COMEDI_8255_PCI
582 tristate "Generic PCI based 8255 digital i/o board support"
583 select COMEDI_8255
584 ---help---
585 Enable support for PCI based 8255 digital i/o boards. This driver
586 provides a PCI wrapper around the generic 8255 driver.
587
588 Supported boards:
589 ADlink - PCI-7224, PCI-7248, and PCI-7296
H Hartley Sweeten606b0472012-09-12 15:39:48 -0700590 Measurement Computing - PCI-DIO24, PCI-DIO24H, PCI-DIO48H and
591 PCI-DIO96H
H Hartley Sweetenb37c1ae2012-09-13 10:24:00 -0700592 National Instruments - PCI-DIO-96, PCI-DIO-96B, PXI-6508, PCI-6503,
593 PCI-6503B, PCI-6503X, and PXI-6503
H Hartley Sweeten41518de2012-09-12 15:37:14 -0700594
595 To compile this driver as a module, choose M here: the module will
596 be called 8255_pci.
597
H Hartley Sweeten2abcf872013-01-17 17:41:01 -0700598config COMEDI_ADDI_WATCHDOG
599 tristate
600 ---help---
601 Provides support for the watchdog subdevice found on many ADDI-DATA
602 boards. This module will be automatically selected when needed. The
603 module will be called addi_watchdog.
604
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400605config COMEDI_ADDI_APCI_1032
606 tristate "ADDI-DATA APCI_1032 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400607 ---help---
608 Enable support for ADDI-DATA APCI_1032 cards
609
610 To compile this driver as a module, choose M here: the module will be
611 called addi_apci_1032.
612
613config COMEDI_ADDI_APCI_1500
614 tristate "ADDI-DATA APCI_1500 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400615 ---help---
616 Enable support for ADDI-DATA APCI_1500 cards
617
618 To compile this driver as a module, choose M here: the module will be
619 called addi_apci_1500.
620
621config COMEDI_ADDI_APCI_1516
H Hartley Sweeten98071b62012-11-13 13:48:34 -0700622 tristate "ADDI-DATA APCI-1016/1516/2016 support"
H Hartley Sweeten1445ea12013-01-23 16:51:01 -0700623 select COMEDI_ADDI_WATCHDOG
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400624 ---help---
H Hartley Sweeten98071b62012-11-13 13:48:34 -0700625 Enable support for ADDI-DATA APCI-1016, APCI-1516 and APCI-2016 boards.
626 These are 16 channel, optically isolated, digital I/O boards. The 1516
627 and 2016 boards also have a watchdog for resetting the outputs to "0".
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400628
629 To compile this driver as a module, choose M here: the module will be
630 called addi_apci_1516.
631
632config COMEDI_ADDI_APCI_1564
633 tristate "ADDI-DATA APCI_1564 support"
Arnd Bergmann88513622014-06-03 12:29:29 +0200634 select COMEDI_ADDI_WATCHDOG
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400635 ---help---
636 Enable support for ADDI-DATA APCI_1564 cards
637
638 To compile this driver as a module, choose M here: the module will be
639 called addi_apci_1564.
640
641config COMEDI_ADDI_APCI_16XX
642 tristate "ADDI-DATA APCI_16xx support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400643 ---help---
644 Enable support for ADDI-DATA APCI_16xx cards
645
646 To compile this driver as a module, choose M here: the module will be
647 called addi_apci_16xx.
648
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400649config COMEDI_ADDI_APCI_2032
650 tristate "ADDI-DATA APCI_2032 support"
H Hartley Sweeten5b62fe22013-01-17 17:41:25 -0700651 select COMEDI_ADDI_WATCHDOG
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400652 ---help---
653 Enable support for ADDI-DATA APCI_2032 cards
654
655 To compile this driver as a module, choose M here: the module will be
656 called addi_apci_2032.
657
658config COMEDI_ADDI_APCI_2200
659 tristate "ADDI-DATA APCI_2200 support"
H Hartley Sweeten26b39892013-01-21 15:19:52 -0700660 select COMEDI_ADDI_WATCHDOG
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400661 ---help---
662 Enable support for ADDI-DATA APCI_2200 cards
663
664 To compile this driver as a module, choose M here: the module will be
665 called addi_apci_2200.
666
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400667config COMEDI_ADDI_APCI_3120
H Hartley Sweeten973781a2012-11-01 17:24:06 -0700668 tristate "ADDI-DATA APCI_3120/3001 support"
Ian Abbottfbfd9c82014-09-12 12:19:56 +0100669 depends on HAS_DMA
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400670 ---help---
H Hartley Sweeten973781a2012-11-01 17:24:06 -0700671 Enable support for ADDI-DATA APCI_3120/3001 cards
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400672
673 To compile this driver as a module, choose M here: the module will be
674 called addi_apci_3120.
675
676config COMEDI_ADDI_APCI_3501
677 tristate "ADDI-DATA APCI_3501 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400678 ---help---
679 Enable support for ADDI-DATA APCI_3501 cards
680
681 To compile this driver as a module, choose M here: the module will be
682 called addi_apci_3501.
683
684config COMEDI_ADDI_APCI_3XXX
685 tristate "ADDI-DATA APCI_3xxx support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400686 ---help---
687 Enable support for ADDI-DATA APCI_3xxx cards
688
689 To compile this driver as a module, choose M here: the module will be
690 called addi_apci_3xxx.
691
692config COMEDI_ADL_PCI6208
693 tristate "ADLink PCI-6208A support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400694 ---help---
695 Enable support for ADLink PCI-6208A cards
696
697 To compile this driver as a module, choose M here: the module will be
698 called adl_pci6208.
699
H Hartley Sweeten8f567c32012-08-03 10:28:18 -0700700config COMEDI_ADL_PCI7X3X
701 tristate "ADLink PCI-723X/743X isolated digital i/o board support"
702 ---help---
703 Enable support for ADlink PCI-723X/743X isolated digital i/o boards.
704 Supported boards include the 32-channel PCI-7230 (16 in/16 out),
705 PCI-7233 (32 in), and PCI-7234 (32 out) as well as the 64-channel
706 PCI-7432 (32 in/32 out), PCI-7433 (64 in), and PCI-7434 (64 out).
707
708 To compile this driver as a module, choose M here: the module will be
709 called adl_pci7x3x.
710
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400711config COMEDI_ADL_PCI8164
712 tristate "ADLink PCI-8164 4 Axes Motion Control board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400713 ---help---
714 Enable support for ADlink PCI-8164 4 Axes Motion Control board
715
716 To compile this driver as a module, choose M here: the module will be
717 called adl_pci8164.
718
719config COMEDI_ADL_PCI9111
720 tristate "ADLink PCI-9111HR support"
H Hartley Sweeten0880acf2015-02-23 14:57:34 -0700721 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400722 ---help---
723 Enable support for ADlink PCI9111 cards
724
725 To compile this driver as a module, choose M here: the module will be
726 called adl_pci9111.
727
728config COMEDI_ADL_PCI9118
729 tristate "ADLink PCI-9118DG, PCI-9118HG, PCI-9118HR support"
Ian Abbott75fbdbf2014-09-12 10:04:44 +0100730 depends on HAS_DMA
H Hartley Sweetena9da9d22015-02-23 14:57:53 -0700731 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400732 ---help---
733 Enable support for ADlink PCI-9118DG, PCI-9118HG, PCI-9118HR cards
734
735 To compile this driver as a module, choose M here: the module will be
736 called adl_pci9118.
737
738config COMEDI_ADV_PCI1710
739 tristate "Advantech PCI-171x, PCI-1720 and PCI-1731 support"
H Hartley Sweeten48a4f222015-02-23 14:57:40 -0700740 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400741 ---help---
742 Enable support for Advantech PCI-1710, PCI-1710HG, PCI-1711,
743 PCI-1713, PCI-1720 and PCI-1731
744
745 To compile this driver as a module, choose M here: the module will be
746 called adv_pci1710.
747
748config COMEDI_ADV_PCI1723
749 tristate "Advantech PCI-1723 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400750 ---help---
751 Enable support for Advantech PCI-1723 cards
752
753 To compile this driver as a module, choose M here: the module will be
754 called adv_pci1723.
755
Frank Mori Hessf165d812013-03-12 11:42:32 +0000756config COMEDI_ADV_PCI1724
757 tristate "Advantech PCI-1724U support"
758 ---help---
759 Enable support for Advantech PCI-1724U cards. These are 32-channel
760 analog output cards with voltage and current loop output ranges and
761 14-bit resolution.
762
763 To compile this driver as a module, choose M here: the module will be
764 called adv_pci1724.
765
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400766config COMEDI_ADV_PCI_DIO
767 tristate "Advantech PCI DIO card support"
H Hartley Sweeten1e1fe082015-02-23 14:57:49 -0700768 select COMEDI_8254
Alexander Kurz82419622010-05-19 23:13:19 +0400769 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400770 ---help---
771 Enable support for Advantech PCI DIO cards
Ian Abbott9e77e6b2012-01-09 15:45:45 +0000772 PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U,
773 PCI-1750, PCI-1751, PCI-1752, PCI-1753/E, PCI-1754, PCI-1756,
774 PCI-1760 and PCI-1762
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400775
776 To compile this driver as a module, choose M here: the module will be
777 called adv_pci_dio.
778
Ian Abbott8c287d22012-03-26 16:57:26 +0100779config COMEDI_AMPLC_DIO200_PCI
Ian Abbott23249ea2012-10-24 16:48:14 +0100780 tristate "Amplicon PCI215/PCI272/PCIe215/PCIe236/PCIe296 DIO support"
Ian Abbott8c287d22012-03-26 16:57:26 +0100781 select COMEDI_AMPLC_DIO200
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400782 ---help---
Ian Abbott23249ea2012-10-24 16:48:14 +0100783 Enable support for Amplicon PCI215, PCI272, PCIe215, PCIe236
784 and PCIe296 DIO boards.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400785
786 To compile this driver as a module, choose M here: the module will be
Ian Abbott89f3e662013-03-19 09:43:01 +0000787 called amplc_dio200_pci.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400788
Ian Abbott717ab672012-03-26 16:57:27 +0100789config COMEDI_AMPLC_PC236_PCI
790 tristate "Amplicon PCI236 DIO board support"
791 select COMEDI_AMPLC_PC236
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400792 ---help---
Ian Abbott717ab672012-03-26 16:57:27 +0100793 Enable support for Amplicon PCI236 DIO board.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400794
795 To compile this driver as a module, choose M here: the module will be
Ian Abbott4cb60db22014-07-28 13:09:34 +0100796 called amplc_pci236.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400797
Ian Abbott3e6be972012-03-26 16:57:28 +0100798config COMEDI_AMPLC_PC263_PCI
799 tristate "Amplicon PCI263 relay board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400800 ---help---
Ian Abbott22691ae2013-04-12 17:01:54 +0100801 Enable support for Amplicon PCI263 relay board. This is a PCI board
802 with 16 reed relay output channels.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400803
804 To compile this driver as a module, choose M here: the module will be
Ian Abbott22691ae2013-04-12 17:01:54 +0100805 called amplc_pci263.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400806
807config COMEDI_AMPLC_PCI224
808 tristate "Amplicon PCI224 and PCI234 support"
H Hartley Sweeten6aa37d72015-02-23 14:57:35 -0700809 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400810 ---help---
811 Enable support for Amplicon PCI224 and PCI234 AO boards
812
813 To compile this driver as a module, choose M here: the module will be
814 called amplc_pci224.
815
816config COMEDI_AMPLC_PCI230
817 tristate "Amplicon PCI230 and PCI260 support"
H Hartley Sweeten25182d22015-02-23 14:57:41 -0700818 select COMEDI_8254
Alexander Kurz82419622010-05-19 23:13:19 +0400819 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400820 ---help---
821 Enable support for Amplicon PCI230 and PCI260 Multifunction I/O
822 boards
823
824 To compile this driver as a module, choose M here: the module will be
825 called amplc_pci230.
826
827config COMEDI_CONTEC_PCI_DIO
828 tristate "Contec PIO1616L digital I/O board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400829 ---help---
830 Enable support for the Contec PIO1616L digital I/O board
831
832 To compile this driver as a module, choose M here: the module will be
833 called contec_pci_dio.
834
Ian Abbott2e3c0242012-03-26 16:57:29 +0100835config COMEDI_DAS08_PCI
836 tristate "DAS-08 PCI support"
837 select COMEDI_DAS08
Ian Abbott2e3c0242012-03-26 16:57:29 +0100838 ---help---
839 Enable support for PCI DAS-08 cards.
840
841 To compile this driver as a module, choose M here: the module will be
H Hartley Sweetenf91f9be2013-01-31 15:25:49 -0700842 called das08_pci.
Ian Abbott2e3c0242012-03-26 16:57:29 +0100843
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400844config COMEDI_DT3000
845 tristate "Data Translation DT3000 series support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400846 ---help---
847 Enable support for Data Translation DT3000 series
848 DT3001, DT3001-PGL, DT3002, DT3003, DT3003-PGL, DT3004, DT3005 and
849 DT3004-200
850
851 To compile this driver as a module, choose M here: the module will be
852 called dt3000.
853
Prashant P. Shah880e9612011-06-13 12:59:43 +0530854config COMEDI_DYNA_PCI10XX
855 tristate "Dynalog PCI DAQ series support"
Prashant P. Shah880e9612011-06-13 12:59:43 +0530856 ---help---
857 Enable support for Dynalog PCI DAQ series
858 PCI-1050
859
860 To compile this driver as a module, choose M here: the module will be
861 called dyna_pci10xx.
862
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400863config COMEDI_GSC_HPDI
864 tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400865 ---help---
866 Enable support for General Standards Corporation high speed parallel
867 digital interface rs485 boards PCI-HPDI32 and PMC-HPDI32.
868 Only receive mode works, transmit not supported.
869
870 To compile this driver as a module, choose M here: the module will be
871 called gsc_hpdi.
872
Rostislav Lisovy04b56502014-01-09 23:46:46 +0100873config COMEDI_MF6X4
874 tristate "Humusoft MF634 and MF624 DAQ Card support"
875 ---help---
876 This driver supports both Humusoft MF634 and MF624 Data acquisition
877 cards. The legacy Humusoft MF614 card is not supported.
878
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400879config COMEDI_ICP_MULTI
880 tristate "Inova ICP_MULTI support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400881 ---help---
882 Enable support for Inova ICP_MULTI card
883
884 To compile this driver as a module, choose M here: the module will be
885 called icp_multi.
886
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400887config COMEDI_DAQBOARD2000
888 tristate "IOtech DAQboard/2000 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400889 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400890 ---help---
891 Enable support for the IOtech DAQboard/2000
892
893 To compile this driver as a module, choose M here: the module will be
894 called daqboard2000.
895
896config COMEDI_JR3_PCI
897 tristate "JR3/PCI force sensor board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400898 ---help---
899 Enable support for JR3/PCI force sensor boards
900
901 To compile this driver as a module, choose M here: the module will be
902 called jr3_pci.
903
904config COMEDI_KE_COUNTER
905 tristate "Kolter-Electronic PCI Counter 1 card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400906 ---help---
907 Enable support for Kolter-Electronic PCI Counter 1 cards
908
909 To compile this driver as a module, choose M here: the module will be
910 called ke_counter.
911
912config COMEDI_CB_PCIDAS64
913 tristate "MeasurementComputing PCI-DAS 64xx, 60xx, and 4020 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400914 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400915 ---help---
916 Enable support for ComputerBoards/MeasurementComputing PCI-DAS 64xx,
917 60xx, and 4020 series with the PLX 9080 PCI controller
918
919 To compile this driver as a module, choose M here: the module will be
920 called cb_pcidas64.
921
922config COMEDI_CB_PCIDAS
923 tristate "MeasurementComputing PCI-DAS support"
H Hartley Sweeten96e56242015-02-23 14:57:36 -0700924 select COMEDI_8254
Alexander Kurz82419622010-05-19 23:13:19 +0400925 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400926 ---help---
927 Enable support for ComputerBoards/MeasurementComputing PCI-DAS with
928 AMCC S5933 PCIcontroller: PCI-DAS1602/16, PCI-DAS1602/16jr,
929 PCI-DAS1602/12, PCI-DAS1200, PCI-DAS1200jr, PCI-DAS1000, PCI-DAS1001
930 and PCI_DAS1002.
931
932 To compile this driver as a module, choose M here: the module will be
933 called cb_pcidas.
934
935config COMEDI_CB_PCIDDA
936 tristate "MeasurementComputing PCI-DDA series support"
Alexander Kurz82419622010-05-19 23:13:19 +0400937 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400938 ---help---
939 Enable support for ComputerBoards/MeasurementComputing PCI-DDA
940 series: PCI-DDA08/12, PCI-DDA04/12, PCI-DDA02/12, PCI-DDA08/16,
941 PCI-DDA04/16 and PCI-DDA02/16
942
943 To compile this driver as a module, choose M here: the module will be
944 called cb_pcidda.
945
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400946config COMEDI_CB_PCIMDAS
Ian Abbott4e3d14a2014-10-13 13:41:22 +0100947 tristate "MeasurementComputing PCIM-DAS1602/16, PCIe-DAS1602/16 support"
H Hartley Sweetenaff0dff2015-02-26 15:43:55 -0700948 select COMEDI_8254
Alexander Kurz82419622010-05-19 23:13:19 +0400949 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400950 ---help---
951 Enable support for ComputerBoards/MeasurementComputing PCI Migration
Ian Abbott4e3d14a2014-10-13 13:41:22 +0100952 series PCIM-DAS1602/16 and PCIe-DAS1602/16.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400953
954 To compile this driver as a module, choose M here: the module will be
955 called cb_pcimdas.
956
957config COMEDI_CB_PCIMDDA
958 tristate "MeasurementComputing PCIM-DDA06-16 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400959 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400960 ---help---
961 Enable support for ComputerBoards/MeasurementComputing PCIM-DDA06-16
962
963 To compile this driver as a module, choose M here: the module will be
964 called cb_pcimdda.
965
966config COMEDI_ME4000
967 tristate "Meilhaus ME-4000 support"
H Hartley Sweetend92d39d2015-02-23 14:57:50 -0700968 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400969 ---help---
970 Enable support for Meilhaus PCI data acquisition cards
971 ME-4650, ME-4670i, ME-4680, ME-4680i and ME-4680is
972
973 To compile this driver as a module, choose M here: the module will be
974 called me4000.
975
976config COMEDI_ME_DAQ
977 tristate "Meilhaus ME-2000i, ME-2600i, ME-3000vm1 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400978 ---help---
979 Enable support for Meilhaus PCI data acquisition cards
980 ME-2000i, ME-2600i and ME-3000vm1
981
982 To compile this driver as a module, choose M here: the module will be
983 called me_daq.
984
985config COMEDI_NI_6527
986 tristate "NI 6527 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400987 ---help---
988 Enable support for the National Instruments 6527 PCI card
989
990 To compile this driver as a module, choose M here: the module will be
991 called ni_6527.
992
993config COMEDI_NI_65XX
994 tristate "NI 65xx static dio PCI card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400995 ---help---
996 Enable support for National Instruments 65xx static dio boards.
997 Supported devices: National Instruments PCI-6509 (ni_65xx),
998 PXI-6509, PCI-6510, PCI-6511, PXI-6511, PCI-6512, PXI-6512, PCI-6513,
999 PXI-6513, PCI-6514, PXI-6514, PCI-6515, PXI-6515, PCI-6516, PCI-6517,
1000 PCI-6518, PCI-6519, PCI-6520, PCI-6521, PXI-6521, PCI-6528, PXI-6528
1001
1002 To compile this driver as a module, choose M here: the module will be
1003 called ni_65xx.
1004
1005config COMEDI_NI_660X
1006 tristate "NI 660x counter/timer PCI card support"
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001007 depends on HAS_DMA
Ian Abbott7ac21b82012-06-25 19:49:37 +01001008 select COMEDI_NI_TIOCMD
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001009 ---help---
1010 Enable support for National Instruments PCI-6601 (ni_660x), PCI-6602,
Ian Abbott8bdfefb2013-03-15 11:16:36 +00001011 PXI-6602, PXI-6608 and PXI-6624.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001012
1013 To compile this driver as a module, choose M here: the module will be
1014 called ni_660x.
1015
1016config COMEDI_NI_670X
1017 tristate "NI 670x PCI card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001018 ---help---
1019 Enable support for National Instruments PCI-6703 and PCI-6704
1020
1021 To compile this driver as a module, choose M here: the module will be
1022 called ni_670x.
1023
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001024config COMEDI_NI_LABPC_PCI
1025 tristate "NI Lab-PC PCI-1200 support"
1026 select COMEDI_NI_LABPC
Ian Abbott2f2ac8e2012-06-25 19:49:36 +01001027 ---help---
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001028 Enable support for National Instruments Lab-PC PCI-1200.
Ian Abbott2f2ac8e2012-06-25 19:49:36 +01001029
1030 To compile this driver as a module, choose M here: the module will be
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001031 called ni_labpc_pci.
Ian Abbott2f2ac8e2012-06-25 19:49:36 +01001032
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001033config COMEDI_NI_PCIDIO
H Hartley Sweetenb37c1ae2012-09-13 10:24:00 -07001034 tristate "NI PCI-DIO32HS, PCI-6533, PCI-6534 support"
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001035 depends on HAS_DMA
Ian Abbott7ac21b82012-06-25 19:49:37 +01001036 select COMEDI_MITE
Alexander Kurz82419622010-05-19 23:13:19 +04001037 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001038 ---help---
1039 Enable support for National Instruments PCI-DIO-32HS, PXI-6533,
H Hartley Sweetenb37c1ae2012-09-13 10:24:00 -07001040 PCI-6533 and PCI-6534
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001041
1042 To compile this driver as a module, choose M here: the module will be
1043 called ni_pcidio.
1044
1045config COMEDI_NI_PCIMIO
1046 tristate "NI PCI-MIO-E series and M series support"
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001047 depends on HAS_DMA
Ian Abbott7ac21b82012-06-25 19:49:37 +01001048 select COMEDI_NI_TIOCMD
Ian Abbott0742cec2011-02-08 15:26:33 +00001049 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001050 ---help---
1051 Enable support for National Instruments PCI-MIO-E series and M series
1052 (all boards): PCI-MIO-16XE-10, PXI-6030E, PCI-MIO-16E-1,
1053 PCI-MIO-16E-4, PCI-6014, PCI-6040E, PXI-6040E, PCI-6030E, PCI-6031E,
1054 PCI-6032E, PCI-6033E, PCI-6071E, PCI-6023E, PCI-6024E, PCI-6025E,
1055 PXI-6025E, PCI-6034E, PCI-6035E, PCI-6052E, PCI-6110, PCI-6111,
1056 PCI-6220, PCI-6221, PCI-6224, PXI-6224, PCI-6225, PXI-6225, PCI-6229,
1057 PCI-6250, PCI-6251, PCIe-6251, PCI-6254, PCI-6259, PCIe-6259,
1058 PCI-6280, PCI-6281, PXI-6281, PCI-6284, PCI-6289, PCI-6711, PXI-6711,
1059 PCI-6713, PXI-6713, PXI-6071E, PCI-6070E, PXI-6070E, PXI-6052E,
1060 PCI-6036E, PCI-6731, PCI-6733, PXI-6733, PCI-6143, PXI-6143
1061
1062 To compile this driver as a module, choose M here: the module will be
1063 called ni_pcimio.
1064
1065config COMEDI_RTD520
1066 tristate "Real Time Devices PCI4520/DM7520 support"
H Hartley Sweetenbc86e822015-09-24 17:52:12 -07001067 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001068 ---help---
1069 Enable support for Real Time Devices PCI4520/DM7520
1070
1071 To compile this driver as a module, choose M here: the module will be
1072 called rtd520.
1073
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001074config COMEDI_S626
1075 tristate "Sensoray 626 support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001076 ---help---
1077 Enable support for Sensoray 626
1078
1079 To compile this driver as a module, choose M here: the module will be
1080 called s626.
1081
Ian Abbotta7719882012-06-25 19:49:38 +01001082config COMEDI_MITE
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001083 depends on HAS_DMA
Ian Abbotta7719882012-06-25 19:49:38 +01001084 tristate
1085
1086config COMEDI_NI_TIOCMD
1087 tristate
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001088 depends on HAS_DMA
Ian Abbotta7719882012-06-25 19:49:38 +01001089 select COMEDI_NI_TIO
1090 select COMEDI_MITE
1091
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001092endif # COMEDI_PCI_DRIVERS
1093
1094menuconfig COMEDI_PCMCIA_DRIVERS
Ian Abbottaae434b2014-10-31 17:47:37 +00001095 tristate "Comedi PCMCIA drivers"
H Hartley Sweetendc348142012-06-15 09:18:55 -07001096 depends on PCMCIA
Greg Kroah-Hartman851a2c12009-02-19 10:25:52 -08001097 ---help---
H Hartley Sweeten309231d2013-01-30 15:22:44 -07001098 Enable support for comedi PCMCIA drivers.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001099
Ian Abbottaae434b2014-10-31 17:47:37 +00001100 To compile this support as a module, choose M here: the module will
1101 be called comedi_pcmcia.
1102
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001103if COMEDI_PCMCIA_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001104
1105config COMEDI_CB_DAS16_CS
1106 tristate "CB DAS16 series PCMCIA support"
H Hartley Sweetena90feb72015-02-23 14:57:39 -07001107 select COMEDI_8254
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001108 ---help---
1109 Enable support for the ComputerBoards/MeasurementComputing PCMCIA
1110 cards DAS16/16, PCM-DAS16D/12 and PCM-DAS16s/16
1111
1112 To compile this driver as a module, choose M here: the module will be
1113 called cb_das16_cs.
1114
1115config COMEDI_DAS08_CS
1116 tristate "CB DAS08 PCMCIA support"
1117 select COMEDI_DAS08
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001118 ---help---
1119 Enable support for the ComputerBoards/MeasurementComputing DAS-08
1120 PCMCIA card
1121
1122 To compile this driver as a module, choose M here: the module will be
1123 called das08_cs.
1124
1125config COMEDI_NI_DAQ_700_CS
1126 tristate "NI DAQCard-700 PCMCIA support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001127 ---help---
1128 Enable support for the National Instruments PCMCIA DAQCard-700 DIO
1129
1130 To compile this driver as a module, choose M here: the module will be
1131 called ni_daq_700.
1132
1133config COMEDI_NI_DAQ_DIO24_CS
1134 tristate "NI DAQ-Card DIO-24 PCMCIA support"
Alexander Kurz82419622010-05-19 23:13:19 +04001135 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001136 ---help---
1137 Enable support for the National Instruments PCMCIA DAQ-Card DIO-24
1138
1139 To compile this driver as a module, choose M here: the module will be
1140 called ni_daq_dio24.
1141
1142config COMEDI_NI_LABPC_CS
1143 tristate "NI DAQCard-1200 PCMCIA support"
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001144 select COMEDI_NI_LABPC
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001145 ---help---
1146 Enable support for the National Instruments PCMCIA DAQCard-1200
1147
1148 To compile this driver as a module, choose M here: the module will be
1149 called ni_labpc_cs.
1150
1151config COMEDI_NI_MIO_CS
1152 tristate "NI DAQCard E series PCMCIA support"
Ian Abbott7ac21b82012-06-25 19:49:37 +01001153 select COMEDI_NI_TIO
Ian Abbott0742cec2011-02-08 15:26:33 +00001154 select COMEDI_8255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001155 ---help---
1156 Enable support for the National Instruments PCMCIA DAQCard E series
1157 DAQCard-ai-16xe-50, DAQCard-ai-16e-4, DAQCard-6062E, DAQCard-6024E
1158 and DAQCard-6036E
1159
1160 To compile this driver as a module, choose M here: the module will be
1161 called ni_mio_cs.
1162
1163config COMEDI_QUATECH_DAQP_CS
1164 tristate "Quatech DAQP PCMCIA data capture card support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001165 ---help---
1166 Enable support for the Quatech DAQP PCMCIA data capture cards
1167 DAQP-208 and DAQP-308
1168
1169 To compile this driver as a module, choose M here: the module will be
1170 called quatech_daqp_cs.
1171
1172endif # COMEDI_PCMCIA_DRIVERS
1173
1174menuconfig COMEDI_USB_DRIVERS
Ian Abbottba9ac252014-10-31 17:47:38 +00001175 tristate "Comedi USB drivers"
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001176 depends on USB
Greg Kroah-Hartman84c9dc22008-11-14 14:10:15 -08001177 ---help---
H Hartley Sweetenabac8b52013-01-30 15:21:49 -07001178 Enable support for comedi USB drivers.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001179
Ian Abbottba9ac252014-10-31 17:47:38 +00001180 To compile this support as a module, choose M here: the module will
1181 be called comedi_usb.
1182
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001183if COMEDI_USB_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001184
1185config COMEDI_DT9812
1186 tristate "DataTranslation DT9812 USB module support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001187 ---help---
1188 Enable support for the Data Translation DT9812 USB module
1189
1190 To compile this driver as a module, choose M here: the module will be
1191 called dt9812.
1192
Luca Elleroa03bb002014-08-07 09:10:25 +02001193config COMEDI_NI_USB6501
1194 tristate "NI USB-6501 support"
1195 ---help---
1196 Enable support for the National Instruments USB-6501 module.
1197
1198 The NI USB-6501 is a Full-Speed USB 2.0 (12 Mbit/s) device that
1199 provides 24 digital I/O lines channels and one 32-bit counter.
1200
1201 To compile this driver as a module, choose M here: the module will be
1202 called ni_usb6501.
1203
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001204config COMEDI_USBDUX
Bernd Porrdd89e202011-07-30 11:15:02 +01001205 tristate "ITL USB-DUX-D support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001206 ---help---
Bernd Porrdd89e202011-07-30 11:15:02 +01001207 Enable support for the Incite Technology Ltd USB-DUX-D Board
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001208
1209 To compile this driver as a module, choose M here: the module will be
1210 called usbdux.
1211
1212config COMEDI_USBDUXFAST
1213 tristate "ITL USB-DUXfast support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001214 ---help---
Bernd Porrdd89e202011-07-30 11:15:02 +01001215 Enable support for the Incite Technology Ltd USB-DUXfast Board
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001216
1217 To compile this driver as a module, choose M here: the module will be
1218 called usbduxfast.
1219
Bernd Porrdd89e202011-07-30 11:15:02 +01001220config COMEDI_USBDUXSIGMA
1221 tristate "ITL USB-DUXsigma support"
Bernd Porrdd89e202011-07-30 11:15:02 +01001222 ---help---
1223 Enable support for the Incite Technology Ltd USB-DUXsigma Board
1224
1225 To compile this driver as a module, choose M here: the module will be
1226 called usbduxsigma.
1227
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001228config COMEDI_VMK80XX
1229 tristate "Velleman VM110/VM140 USB Board support"
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001230 ---help---
1231 Build the Velleman USB Board Low-Level Driver supporting the
1232 K8055/K8061 aka VM110/VM140 devices
1233
1234 To compile this driver as a module, choose M here: the module will be
1235 called vmk80xx.
1236
1237endif # COMEDI_USB_DRIVERS
1238
H Hartley Sweetend42b5212015-02-23 14:57:28 -07001239config COMEDI_8254
1240 tristate
1241
Alexander Kurz82419622010-05-19 23:13:19 +04001242config COMEDI_8255
Ian Abbott968d1772015-05-22 16:21:38 +01001243 tristate
1244
1245config COMEDI_8255_SA
1246 tristate "Standalone 8255 support"
1247 select COMEDI_8255
Alexander Kurz82419622010-05-19 23:13:19 +04001248 ---help---
Ian Abbott968d1772015-05-22 16:21:38 +01001249 Enable support for 8255 digital I/O as a standalone driver.
Alexander Kurz82419622010-05-19 23:13:19 +04001250
1251 You should enable compilation this driver if you plan to use a board
Ian Abbott968d1772015-05-22 16:21:38 +01001252 that has an 8255 chip at a known I/O base address and there are no
1253 other Comedi drivers for the board.
Alexander Kurz82419622010-05-19 23:13:19 +04001254
Ian Abbott968d1772015-05-22 16:21:38 +01001255 Note that Comedi drivers for most multi-function boards incorporating
1256 an 8255 chip use the 'comedi_8255' module. Most PCI-based 8255
1257 boards use the 8255_pci driver as a wrapper around the 'comedi_8255'
1258 module.
Alexander Kurz82419622010-05-19 23:13:19 +04001259
1260 To compile this driver as a module, choose M here: the module will be
1261 called 8255.
1262
Ian Abbott9f3a7732014-08-27 20:37:18 +01001263config COMEDI_KCOMEDILIB
1264 tristate "Comedi kcomedilib"
1265 ---help---
1266 Build the kcomedilib.
1267
1268 This is a kernel module used to open and manipulate Comedi devices
1269 from within kernel code. It is currently only used by the
1270 comedi_bond driver, and its functionality has been stripped down to
1271 the needs of that driver, so is currently not very useful for
1272 anything else.
1273
1274 To compile kcomedilib as a module, choose M here: the module will be
1275 called kcomedilib.
1276
Ian Abbott8c287d22012-03-26 16:57:26 +01001277config COMEDI_AMPLC_DIO200
H Hartley Sweeten5a213fa2015-02-24 10:38:49 -07001278 select COMEDI_8254
H Hartley Sweetene3f7e1a2012-05-17 18:08:37 -07001279 tristate
Ian Abbott717ab672012-03-26 16:57:27 +01001280
1281config COMEDI_AMPLC_PC236
H Hartley Sweetene3f7e1a2012-05-17 18:08:37 -07001282 tristate
Ian Abbott717ab672012-03-26 16:57:27 +01001283 select COMEDI_8255
Ian Abbott3e6be972012-03-26 16:57:28 +01001284
Ian Abbott2e3c0242012-03-26 16:57:29 +01001285config COMEDI_DAS08
H Hartley Sweetene3f7e1a2012-05-17 18:08:37 -07001286 tristate
H Hartley Sweeten9a16a012015-02-23 14:57:42 -07001287 select COMEDI_8254
Ian Abbott2e3c0242012-03-26 16:57:29 +01001288 select COMEDI_8255
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001289
H Hartley Sweeten20a1ea72015-01-14 10:05:02 -07001290config COMEDI_ISADMA
1291 tristate
1292
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001293config COMEDI_NI_LABPC
1294 tristate
H Hartley Sweetenc0cfeca2015-02-23 14:58:02 -07001295 select COMEDI_8254
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001296 select COMEDI_8255
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001297
Ian Abbott9a638662013-06-28 17:09:19 +01001298config COMEDI_NI_LABPC_ISADMA
1299 tristate
H Hartley Sweetencf0438c2015-01-14 10:05:10 -07001300 select COMEDI_ISADMA
Ian Abbott9a638662013-06-28 17:09:19 +01001301
Ian Abbotta7719882012-06-25 19:49:38 +01001302config COMEDI_NI_TIO
1303 tristate
1304
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001305endif # COMEDI