blob: 3cb61fa2c5c3b2fb8a994ebaec65d10821508863 [file] [log] [blame]
Greg Kroah-Hartman99b75a42019-04-02 12:31:48 +02001# SPDX-License-Identifier: GPL-2.0
David Schleefed9eccb2008-11-04 20:29:31 -08002config COMEDI
Matt LaPlante692105b2009-01-26 11:12:25 +01003 tristate "Data acquisition support (comedi)"
Moses Christopher24c9f9b2019-04-16 22:38:58 +05304 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"
Moses Christopher24c9f9b2019-04-16 22:38:58 +053012 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"
Moses Christopher24c9f9b2019-04-16 22:38:58 +053019 help
Ian Abbott234bb3c2012-04-13 14:12:54 +010020 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"
Moses Christopher24c9f9b2019-04-16 22:38:58 +053028 help
Ian Abbott234bb3c2012-04-13 14:12:54 +010029 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"
Moses Christopher24c9f9b2019-04-16 22:38:58 +053036 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040037 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
Moses Christopher24c9f9b2019-04-16 22:38:58 +053048 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040049 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"
Moses Christopher24c9f9b2019-04-16 22:38:58 +053059 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040060 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"
Moses Christopher24c9f9b2019-04-16 22:38:58 +053070 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040071 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
Ben Hutchings650433b2013-09-01 20:18:49 +010079config COMEDI_SSV_DNP
80 tristate "SSV Embedded Systems DIL/Net-PC support"
81 depends on X86_32 || COMPILE_TEST
Moses Christopher24c9f9b2019-04-16 22:38:58 +053082 help
Ben Hutchings650433b2013-09-01 20:18:49 +010083 Enable support for SSV Embedded Systems DIL/Net-PC
84
85 To compile this driver as a module, choose M here: the module will be
86 called ssv_dnp.
87
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040088endif # COMEDI_MISC_DRIVERS
89
90menuconfig COMEDI_ISA_DRIVERS
H Hartley Sweeten64be0962012-06-19 16:20:28 -070091 bool "Comedi ISA and PC/104 drivers"
Moses Christopher24c9f9b2019-04-16 22:38:58 +053092 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +040093 Enable comedi ISA and PC/104 drivers to be built
94
95 Note that the answer to this question won't directly affect the
96 kernel: saying N will just cause the configurator to skip all
97 the questions about ISA and PC/104 comedi drivers.
98
H Hartley Sweeten4829a992012-06-12 17:37:10 -070099if COMEDI_ISA_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400100
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400101config COMEDI_PCL711
102 tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support"
H Hartley Sweeten9ef02de2015-02-23 14:57:33 -0700103 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530104 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400105 Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112
106
107 To compile this driver as a module, choose M here: the module will be
108 called pcl711.
109
110config COMEDI_PCL724
111 tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO"
Alexander Kurz82419622010-05-19 23:13:19 +0400112 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530113 help
H Hartley Sweetenee680802013-06-24 17:09:20 -0700114 Enable support for ISA and PC/104 based 8255 digital i/o boards. This
115 driver provides a legacy comedi driver wrapper for the generic 8255
116 support driver.
117
118 Supported boards include:
H Hartley Sweeten55e51ba2014-05-29 10:42:23 -0700119 Advantech PCL-724 24 channels
120 Advantech PCL-722 144 (or 96) channels
121 Advantech PCL-731 48 channels
122 ADlink ACL-7122 144 (or 96) channels
123 ADlink ACL-7124 24 channels
124 ADlink PET-48DIO 48 channels
125 WinSystems PCM-IO48 48 channels (PC/104)
126 Diamond Systems ONYX-MM-DIO 48 channels (PC/104)
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400127
128 To compile this driver as a module, choose M here: the module will be
129 called pcl724.
130
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400131config COMEDI_PCL726
132 tristate "Advantech PCL-726 and compatible ISA card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530133 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400134 Enable support for Advantech PCL-726 and compatible ISA cards.
135
136 To compile this driver as a module, choose M here: the module will be
137 called pcl726.
138
139config COMEDI_PCL730
H Hartley Sweetenf68d07f2013-06-06 15:37:44 -0700140 tristate "Simple Digital I/O board support (8-bit ports)"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530141 help
H Hartley Sweetenf68d07f2013-06-06 15:37:44 -0700142 Enable support for various simple ISA or PC/104 Digital I/O boards.
143 These boards all use 8-bit I/O ports.
144
H Hartley Sweeten53030b12014-05-06 16:08:56 -0700145 Advantech PCL-730 iso - 16 in/16 out ttl - 16 in/16 out
146 ICP ISO-730 iso - 16 in/16 out ttl - 16 in/16 out
147 ADlink ACL-7130 iso - 16 in/16 out ttl - 16 in/16 out
148 Advantech PCM-3730 iso - 8 in/8 out ttl - 16 in/16 out
149 Advantech PCL-725 iso - 8 in/8 out
150 ICP P8R8-DIO iso - 8 in/8 out
151 ADlink ACL-7225b iso - 16 in/16 out
152 ICP P16R16-DIO iso - 16 in/16 out
153 Advantech PCL-733 iso - 32 in
154 Advantech PCL-734 iso - 32 out
155 Diamond Systems OPMM-1616-XT iso - 16 in/16 out
156 Diamond Systems PEARL-MM-P iso - 16 out
H Hartley Sweeten757c1fa2014-05-29 10:42:22 -0700157 Diamond Systems IR104-PBF iso - 20 in/20 out
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400158
159 To compile this driver as a module, choose M here: the module will be
160 called pcl730.
161
162config COMEDI_PCL812
163 tristate "Advantech PCL-812/813 and ADlink ACL-8112/8113/8113/8216"
H Hartley Sweetenf3df4822015-01-14 10:05:05 -0700164 select COMEDI_ISADMA if ISA_DMA_API
H Hartley Sweetenfb5678a2015-02-23 14:57:30 -0700165 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530166 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400167 Enable support for Advantech PCL-812/PG, PCL-813/B, ADLink
168 ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA,
169 A-822PGH/PGL, A-823PGH/PGL, A-826PG and ICP DAS ISO-813 ISA cards
170
171 To compile this driver as a module, choose M here: the module will be
172 called pcl812.
173
174config COMEDI_PCL816
175 tristate "Advantech PCL-814 and PCL-816 ISA card support"
H Hartley Sweetenbd7ea422015-01-14 10:05:04 -0700176 select COMEDI_ISADMA if ISA_DMA_API
H Hartley Sweetenf48c21f2015-02-23 14:57:31 -0700177 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530178 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400179 Enable support for Advantech PCL-814 and PCL-816 ISA cards
180
181 To compile this driver as a module, choose M here: the module will be
182 called pcl816.
183
184config COMEDI_PCL818
185 tristate "Advantech PCL-718 and PCL-818 ISA card support"
H Hartley Sweetendd7c0f02015-01-14 10:05:03 -0700186 select COMEDI_ISADMA if ISA_DMA_API
H Hartley Sweeten18c284c2015-02-23 14:57:32 -0700187 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530188 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400189 Enable support for Advantech PCL-818 ISA cards
190 PCL-818L, PCL-818H, PCL-818HD, PCL-818HG, PCL-818 and PCL-718
191
192 To compile this driver as a module, choose M here: the module will be
193 called pcl818.
194
195config COMEDI_PCM3724
196 tristate "Advantech PCM-3724 PC/104 card support"
Alexander Kurz82419622010-05-19 23:13:19 +0400197 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530198 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400199 Enable support for Advantech PCM-3724 PC/104 cards.
200
201 To compile this driver as a module, choose M here: the module will be
202 called pcm3724.
203
Ian Abbott8c287d22012-03-26 16:57:26 +0100204config COMEDI_AMPLC_DIO200_ISA
205 tristate "Amplicon PC212E/PC214E/PC215E/PC218E/PC272E"
206 select COMEDI_AMPLC_DIO200
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530207 help
Ian Abbott8c287d22012-03-26 16:57:26 +0100208 Enable support for Amplicon PC212E, PC214E, PC215E, PC218E and
209 PC272E ISA DIO boards
210
211 To compile this driver as a module, choose M here: the module will be
212 called amplc_dio200.
213
Ian Abbott717ab672012-03-26 16:57:27 +0100214config COMEDI_AMPLC_PC236_ISA
215 tristate "Amplicon PC36AT DIO board support"
216 select COMEDI_AMPLC_PC236
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530217 help
Ian Abbott717ab672012-03-26 16:57:27 +0100218 Enable support for Amplicon PC36AT ISA DIO board.
219
220 To compile this driver as a module, choose M here: the module will be
221 called amplc_pc236.
222
Ian Abbott3e6be972012-03-26 16:57:28 +0100223config COMEDI_AMPLC_PC263_ISA
224 tristate "Amplicon PC263 relay board support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530225 help
Ian Abbott22691ae2013-04-12 17:01:54 +0100226 Enable support for Amplicon PC263 ISA relay board. This board has
227 16 reed relay output channels.
Ian Abbott3e6be972012-03-26 16:57:28 +0100228
229 To compile this driver as a module, choose M here: the module will be
230 called amplc_pc263.
231
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400232config COMEDI_RTI800
233 tristate "Analog Devices RTI-800/815 ISA card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530234 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400235 Enable support for Analog Devices RTI-800/815 ISA cards
236
237 To compile this driver as a module, choose M here: the module will be
238 called rti800.
239
240config COMEDI_RTI802
241 tristate "Analog Devices RTI-802 ISA card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530242 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400243 Enable support for Analog Devices RTI-802 ISA cards
244
245 To compile this driver as a module, choose M here: the module will be
246 called rti802.
247
H Hartley Sweeten99999e22014-03-11 12:04:17 -0700248config COMEDI_DAC02
249 tristate "Keithley Metrabyte DAC02 compatible ISA card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530250 help
H Hartley Sweeten99999e22014-03-11 12:04:17 -0700251 Enable support for Keithley Metrabyte DAC02 compatible ISA cards.
252
253 To compile this driver as a module, choose M here: the module will be
254 called dac02.
255
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400256config COMEDI_DAS16M1
257 tristate "MeasurementComputing CIO-DAS16/M1DAS-16 ISA card support"
H Hartley Sweeteneb9bb1f2015-02-23 14:57:38 -0700258 select COMEDI_8254
Alexander Kurz82419622010-05-19 23:13:19 +0400259 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530260 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400261 Enable support for Measurement Computing CIO-DAS16/M1 ISA cards.
262
263 To compile this driver as a module, choose M here: the module will be
264 called das16m1.
265
Ian Abbott2e3c0242012-03-26 16:57:29 +0100266config COMEDI_DAS08_ISA
267 tristate "DAS-08 compatible ISA and PC/104 card support"
268 select COMEDI_DAS08
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530269 help
Ian Abbott2e3c0242012-03-26 16:57:29 +0100270 Enable support for Keithley Metrabyte/ComputerBoards DAS08
271 and compatible ISA and PC/104 cards:
272 Keithley Metrabyte/ComputerBoards DAS08, DAS08-PGM, DAS08-PGH,
273 DAS08-PGL, DAS08-AOH, DAS08-AOL, DAS08-AOM, DAS08/JR-AO,
274 DAS08/JR-16-AO, PC104-DAS08, DAS08/JR/16.
275
276 To compile this driver as a module, choose M here: the module will be
H Hartley Sweetenf91f9be2013-01-31 15:25:49 -0700277 called das08_isa.
Ian Abbott2e3c0242012-03-26 16:57:29 +0100278
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400279config COMEDI_DAS16
280 tristate "DAS-16 compatible ISA and PC/104 card support"
H Hartley Sweeten14009642015-01-14 10:05:06 -0700281 select COMEDI_ISADMA if ISA_DMA_API
H Hartley Sweeten4ffe2b22015-02-23 14:57:52 -0700282 select COMEDI_8254
Alexander Kurz82419622010-05-19 23:13:19 +0400283 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530284 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400285 Enable support for Keithley Metrabyte/ComputerBoards DAS16
286 and compatible ISA and PC/104 cards:
287 Keithley Metrabyte DAS-16, DAS-16G, DAS-16F, DAS-1201, DAS-1202,
288 DAS-1401, DAS-1402, DAS-1601, DAS-1602 and
289 ComputerBoards/MeasurementComputing PC104-DAS16/JR/,
290 PC104-DAS16JR/16, CIO-DAS16JR/16, CIO-DAS16/JR, CIO-DAS1401/12,
291 CIO-DAS1402/12, CIO-DAS1402/16, CIO-DAS1601/12, CIO-DAS1602/12,
292 CIO-DAS1602/16, CIO-DAS16/330
293
294 To compile this driver as a module, choose M here: the module will be
295 called das16.
296
297config COMEDI_DAS800
298 tristate "DAS800 and compatible ISA card support"
H Hartley Sweetene4690de2015-02-23 14:57:37 -0700299 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530300 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400301 Enable support for Keithley Metrabyte DAS800 and compatible ISA cards
302 Keithley Metrabyte DAS-800, DAS-801, DAS-802
303 Measurement Computing CIO-DAS800, CIO-DAS801, CIO-DAS802 and
304 CIO-DAS802/16
305
306 To compile this driver as a module, choose M here: the module will be
307 called das800.
308
309config COMEDI_DAS1800
310 tristate "DAS1800 and compatible ISA card support"
H Hartley Sweeten99dfc332015-01-14 10:05:07 -0700311 select COMEDI_ISADMA if ISA_DMA_API
H Hartley Sweetena6c6c9b2015-02-23 14:57:46 -0700312 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530313 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400314 Enable support for DAS1800 and compatible ISA cards
315 Keithley Metrabyte DAS-1701ST, DAS-1701ST-DA, DAS-1701/AO,
316 DAS-1702ST, DAS-1702ST-DA, DAS-1702HR, DAS-1702HR-DA, DAS-1702/AO,
317 DAS-1801ST, DAS-1801ST-DA, DAS-1801HC, DAS-1801AO, DAS-1802ST,
318 DAS-1802ST-DA, DAS-1802HR, DAS-1802HR-DA, DAS-1802HC and
319 DAS-1802AO
320
321 To compile this driver as a module, choose M here: the module will be
322 called das1800.
323
324config COMEDI_DAS6402
325 tristate "DAS6402 and compatible ISA card support"
H Hartley Sweetenad4808b2015-02-23 14:57:45 -0700326 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530327 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400328 Enable support for DAS6402 and compatible ISA cards
329 Computerboards, Keithley Metrabyte DAS6402 and compatibles
330
331 To compile this driver as a module, choose M here: the module will be
332 called das6402.
333
334config COMEDI_DT2801
335 tristate "Data Translation DT2801 ISA card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530336 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400337 Enable support for Data Translation DT2801 ISA cards
338
339 To compile this driver as a module, choose M here: the module will be
340 called dt2801.
341
342config COMEDI_DT2811
343 tristate "Data Translation DT2811 ISA card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530344 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400345 Enable support for Data Translation DT2811 ISA cards
346
347 To compile this driver as a module, choose M here: the module will be
348 called dt2811.
349
350config COMEDI_DT2814
351 tristate "Data Translation DT2814 ISA card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530352 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400353 Enable support for Data Translation DT2814 ISA cards
354
355 To compile this driver as a module, choose M here: the module will be
356 called dt2814.
357
358config COMEDI_DT2815
359 tristate "Data Translation DT2815 ISA card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530360 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400361 Enable support for Data Translation DT2815 ISA cards
362
363 To compile this driver as a module, choose M here: the module will be
364 called dt2815.
365
366config COMEDI_DT2817
367 tristate "Data Translation DT2817 ISA card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530368 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400369 Enable support for Data Translation DT2817 ISA cards
370
371 To compile this driver as a module, choose M here: the module will be
372 called dt2817.
373
374config COMEDI_DT282X
375 tristate "Data Translation DT2821 series and DT-EZ ISA card support"
H Hartley Sweeten860f7c092015-01-14 10:05:08 -0700376 select COMEDI_ISADMA if ISA_DMA_API
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530377 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400378 Enable support for Data Translation DT2821 series including DT-EZ
379 DT2821, DT2821-F-16SE, DT2821-F-8DI, DT2821-G-16SE, DT2821-G-8DI,
380 DT2823 (dt2823), DT2824-PGH, DT2824-PGL, DT2825, DT2827, DT2828,
381 DT21-EZ, DT23-EZ, DT24-EZ and DT24-EZ-PGL
382
383 To compile this driver as a module, choose M here: the module will be
384 called dt282x.
385
386config COMEDI_DMM32AT
387 tristate "Diamond Systems MM-32-AT PC/104 board support"
H Hartley Sweeten387ca512014-11-11 16:55:28 -0700388 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530389 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400390 Enable support for Diamond Systems MM-32-AT PC/104 boards
391
392 To compile this driver as a module, choose M here: the module will be
393 called dmm32at.
394
395config COMEDI_FL512
396 tristate "FL512 ISA card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530397 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400398 Enable support for FL512 ISA card
399
400 To compile this driver as a module, choose M here: the module will be
401 called fl512.
402
403config COMEDI_AIO_AIO12_8
404 tristate "I/O Products PC/104 AIO12-8 Analog I/O Board support"
H Hartley Sweetenffe4a312015-10-12 12:16:32 -0700405 select COMEDI_8254
Alexander Kurz82419622010-05-19 23:13:19 +0400406 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530407 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400408 Enable support for I/O Products PC/104 AIO12-8 Analog I/O Board
409
410 To compile this driver as a module, choose M here: the module will be
411 called aio_aio12_8.
412
413config COMEDI_AIO_IIRO_16
414 tristate "I/O Products PC/104 IIRO16 Board support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530415 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400416 Enable support for I/O Products PC/104 IIRO16 Relay And Isolated
417 Input Board
418
419 To compile this driver as a module, choose M here: the module will be
420 called aio_iiro_16.
421
H Hartley Sweeten381102b2013-06-24 17:07:28 -0700422config COMEDI_II_PCI20KC
423 tristate "Intelligent Instruments PCI-20001C carrier support"
Chen Gangab608c22014-10-02 22:41:18 +0800424 depends on HAS_IOMEM
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530425 help
H Hartley Sweeten381102b2013-06-24 17:07:28 -0700426 Enable support for Intelligent Instruments PCI-20001C carrier
427 PCI-20001, PCI-20006 and PCI-20341
428
429 To compile this driver as a module, choose M here: the module will be
430 called ii_pci20kc.
431
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400432config COMEDI_C6XDIGIO
433 tristate "Mechatronic Systems Inc. C6x_DIGIO DSP daughter card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530434 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400435 Enable support for Mechatronic Systems Inc. C6x_DIGIO DSP daughter
436 card
437
438 To compile this driver as a module, choose M here: the module will be
439 called c6xdigio.
440
441config COMEDI_MPC624
442 tristate "Micro/sys MPC-624 PC/104 board support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530443 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400444 Enable support for Micro/sys MPC-624 PC/104 board
445
446 To compile this driver as a module, choose M here: the module will be
447 called mpc624.
448
449config COMEDI_ADQ12B
450 tristate "MicroAxial ADQ12-B data acquisition and control card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530451 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400452 Enable MicroAxial ADQ12-B daq and control card support.
453
454 To compile this driver as a module, choose M here: the module will be
455 called adq12b.
456
457config COMEDI_NI_AT_A2150
458 tristate "NI AT-A2150 ISA card support"
H Hartley Sweeten1a97f142015-01-14 10:05:09 -0700459 select COMEDI_ISADMA if ISA_DMA_API
H Hartley Sweetene8751322015-02-23 14:57:44 -0700460 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530461 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400462 Enable support for National Instruments AT-A2150 cards
463
464 To compile this driver as a module, choose M here: the module will be
465 called ni_at_a2150.
466
467config COMEDI_NI_AT_AO
468 tristate "NI AT-AO-6/10 EISA card support"
H Hartley Sweetenaf5a9732015-02-23 14:57:43 -0700469 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530470 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400471 Enable support for National Instruments AT-AO-6/10 cards
472
473 To compile this driver as a module, choose M here: the module will be
474 called ni_at_ao.
475
476config COMEDI_NI_ATMIO
477 tristate "NI AT-MIO E series ISA-PNP card support"
Ian Abbott0742cec2011-02-08 15:26:33 +0000478 select COMEDI_8255
Ian Abbott7ac21b82012-06-25 19:49:37 +0100479 select COMEDI_NI_TIO
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530480 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400481 Enable support for National Instruments AT-MIO E series cards
482 National Instruments AT-MIO-16E-1 (ni_atmio),
483 AT-MIO-16E-2, AT-MIO-16E-10, AT-MIO-16DE-10, AT-MIO-64E-3,
484 AT-MIO-16XE-50, AT-MIO-16XE-10, AT-AI-16XE-10
485
486 To compile this driver as a module, choose M here: the module will be
487 called ni_atmio.
488
489config COMEDI_NI_ATMIO16D
Ian Abbott91f44912013-07-26 12:03:19 +0100490 tristate "NI AT-MIO-16/AT-MIO-16D series ISA card support"
Alexander Kurz82419622010-05-19 23:13:19 +0400491 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530492 help
Ian Abbott91f44912013-07-26 12:03:19 +0100493 Enable support for National Instruments AT-MIO-16/AT-MIO-16D cards.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400494
495 To compile this driver as a module, choose M here: the module will be
496 called ni_atmio16d.
497
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -0700498config COMEDI_NI_LABPC_ISA
499 tristate "NI Lab-PC and compatibles ISA support"
500 select COMEDI_NI_LABPC
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530501 help
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -0700502 Enable support for National Instruments Lab-PC and compatibles
503 Lab-PC-1200, Lab-PC-1200AI, Lab-PC+.
504 Kernel-level ISA plug-and-play support for the lab-pc-1200 boards has
505 not yet been added to the driver.
506
507 To compile this driver as a module, choose M here: the module will be
508 called ni_labpc.
509
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400510config COMEDI_PCMAD
511 tristate "Winsystems PCM-A/D12 and PCM-A/D16 PC/104 board support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530512 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400513 Enable support for Winsystems PCM-A/D12 and PCM-A/D16 PC/104 boards.
514
515 To compile this driver as a module, choose M here: the module will be
516 called pcmad.
517
518config COMEDI_PCMDA12
519 tristate "Winsystems PCM-D/A-12 8-channel AO PC/104 board support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530520 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400521 Enable support for Winsystems PCM-D/A-12 8-channel AO PC/104 boards.
522 Note that the board is not ISA-PNP capable and thus needs the I/O
523 port comedi_config parameter.
524
525 To compile this driver as a module, choose M here: the module will be
526 called pcmda12.
527
528config COMEDI_PCMMIO
529 tristate "Winsystems PCM-MIO PC/104 board support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530530 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400531 Enable support for Winsystems PCM-MIO multifunction PC/104 boards.
532
533 To compile this driver as a module, choose M here: the module will be
534 called pcmmio.
535
536config COMEDI_PCMUIO
537 tristate "Winsystems PCM-UIO48A and PCM-UIO96A PC/104 board support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530538 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400539 Enable support for PCM-UIO48A and PCM-UIO96A PC/104 boards.
540
541 To compile this driver as a module, choose M here: the module will be
542 called pcmuio.
543
544config COMEDI_MULTIQ3
545 tristate "Quanser Consulting MultiQ-3 ISA card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530546 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400547 Enable support for Quanser Consulting MultiQ-3 ISA cards
548
549 To compile this driver as a module, choose M here: the module will be
550 called multiq3.
551
H Hartley Sweeten14718822013-06-03 14:38:21 -0700552config COMEDI_S526
553 tristate "Sensoray s526 support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530554 help
H Hartley Sweeten14718822013-06-03 14:38:21 -0700555 Enable support for Sensoray s526
556
557 To compile this driver as a module, choose M here: the module will be
558 called s526.
559
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400560endif # COMEDI_ISA_DRIVERS
561
562menuconfig COMEDI_PCI_DRIVERS
Ian Abbottbc3fe152014-10-31 17:47:39 +0000563 tristate "Comedi PCI drivers"
H Hartley Sweeten4829a992012-06-12 17:37:10 -0700564 depends on PCI
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530565 help
H Hartley Sweeten33782dd2013-01-30 15:22:21 -0700566 Enable support for comedi PCI drivers.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400567
Ian Abbottbc3fe152014-10-31 17:47:39 +0000568 To compile this support as a module, choose M here: the module will
569 be called comedi_pci.
570
H Hartley Sweeten4829a992012-06-12 17:37:10 -0700571if COMEDI_PCI_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400572
H Hartley Sweeten41518de2012-09-12 15:37:14 -0700573config COMEDI_8255_PCI
574 tristate "Generic PCI based 8255 digital i/o board support"
575 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530576 help
H Hartley Sweeten41518de2012-09-12 15:37:14 -0700577 Enable support for PCI based 8255 digital i/o boards. This driver
578 provides a PCI wrapper around the generic 8255 driver.
579
580 Supported boards:
581 ADlink - PCI-7224, PCI-7248, and PCI-7296
H Hartley Sweeten606b0472012-09-12 15:39:48 -0700582 Measurement Computing - PCI-DIO24, PCI-DIO24H, PCI-DIO48H and
583 PCI-DIO96H
H Hartley Sweetenb37c1ae2012-09-13 10:24:00 -0700584 National Instruments - PCI-DIO-96, PCI-DIO-96B, PXI-6508, PCI-6503,
585 PCI-6503B, PCI-6503X, and PXI-6503
H Hartley Sweeten41518de2012-09-12 15:37:14 -0700586
587 To compile this driver as a module, choose M here: the module will
588 be called 8255_pci.
589
H Hartley Sweeten2abcf872013-01-17 17:41:01 -0700590config COMEDI_ADDI_WATCHDOG
591 tristate
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530592 help
H Hartley Sweeten2abcf872013-01-17 17:41:01 -0700593 Provides support for the watchdog subdevice found on many ADDI-DATA
594 boards. This module will be automatically selected when needed. The
595 module will be called addi_watchdog.
596
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400597config COMEDI_ADDI_APCI_1032
598 tristate "ADDI-DATA APCI_1032 support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530599 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400600 Enable support for ADDI-DATA APCI_1032 cards
601
602 To compile this driver as a module, choose M here: the module will be
603 called addi_apci_1032.
604
605config COMEDI_ADDI_APCI_1500
606 tristate "ADDI-DATA APCI_1500 support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530607 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400608 Enable support for ADDI-DATA APCI_1500 cards
609
610 To compile this driver as a module, choose M here: the module will be
611 called addi_apci_1500.
612
613config COMEDI_ADDI_APCI_1516
H Hartley Sweeten98071b62012-11-13 13:48:34 -0700614 tristate "ADDI-DATA APCI-1016/1516/2016 support"
H Hartley Sweeten1445ea12013-01-23 16:51:01 -0700615 select COMEDI_ADDI_WATCHDOG
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530616 help
H Hartley Sweeten98071b62012-11-13 13:48:34 -0700617 Enable support for ADDI-DATA APCI-1016, APCI-1516 and APCI-2016 boards.
618 These are 16 channel, optically isolated, digital I/O boards. The 1516
619 and 2016 boards also have a watchdog for resetting the outputs to "0".
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400620
621 To compile this driver as a module, choose M here: the module will be
622 called addi_apci_1516.
623
624config COMEDI_ADDI_APCI_1564
625 tristate "ADDI-DATA APCI_1564 support"
Arnd Bergmann88513622014-06-03 12:29:29 +0200626 select COMEDI_ADDI_WATCHDOG
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530627 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400628 Enable support for ADDI-DATA APCI_1564 cards
629
630 To compile this driver as a module, choose M here: the module will be
631 called addi_apci_1564.
632
633config COMEDI_ADDI_APCI_16XX
634 tristate "ADDI-DATA APCI_16xx support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530635 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400636 Enable support for ADDI-DATA APCI_16xx cards
637
638 To compile this driver as a module, choose M here: the module will be
639 called addi_apci_16xx.
640
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400641config COMEDI_ADDI_APCI_2032
642 tristate "ADDI-DATA APCI_2032 support"
H Hartley Sweeten5b62fe22013-01-17 17:41:25 -0700643 select COMEDI_ADDI_WATCHDOG
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530644 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400645 Enable support for ADDI-DATA APCI_2032 cards
646
647 To compile this driver as a module, choose M here: the module will be
648 called addi_apci_2032.
649
650config COMEDI_ADDI_APCI_2200
651 tristate "ADDI-DATA APCI_2200 support"
H Hartley Sweeten26b39892013-01-21 15:19:52 -0700652 select COMEDI_ADDI_WATCHDOG
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530653 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400654 Enable support for ADDI-DATA APCI_2200 cards
655
656 To compile this driver as a module, choose M here: the module will be
657 called addi_apci_2200.
658
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400659config COMEDI_ADDI_APCI_3120
H Hartley Sweeten973781a2012-11-01 17:24:06 -0700660 tristate "ADDI-DATA APCI_3120/3001 support"
Ian Abbottfbfd9c82014-09-12 12:19:56 +0100661 depends on HAS_DMA
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530662 help
H Hartley Sweeten973781a2012-11-01 17:24:06 -0700663 Enable support for ADDI-DATA APCI_3120/3001 cards
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400664
665 To compile this driver as a module, choose M here: the module will be
666 called addi_apci_3120.
667
668config COMEDI_ADDI_APCI_3501
669 tristate "ADDI-DATA APCI_3501 support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530670 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400671 Enable support for ADDI-DATA APCI_3501 cards
672
673 To compile this driver as a module, choose M here: the module will be
674 called addi_apci_3501.
675
676config COMEDI_ADDI_APCI_3XXX
677 tristate "ADDI-DATA APCI_3xxx support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530678 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400679 Enable support for ADDI-DATA APCI_3xxx cards
680
681 To compile this driver as a module, choose M here: the module will be
682 called addi_apci_3xxx.
683
684config COMEDI_ADL_PCI6208
685 tristate "ADLink PCI-6208A support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530686 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400687 Enable support for ADLink PCI-6208A cards
688
689 To compile this driver as a module, choose M here: the module will be
690 called adl_pci6208.
691
H Hartley Sweeten8f567c32012-08-03 10:28:18 -0700692config COMEDI_ADL_PCI7X3X
693 tristate "ADLink PCI-723X/743X isolated digital i/o board support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530694 help
H Hartley Sweeten8f567c32012-08-03 10:28:18 -0700695 Enable support for ADlink PCI-723X/743X isolated digital i/o boards.
696 Supported boards include the 32-channel PCI-7230 (16 in/16 out),
697 PCI-7233 (32 in), and PCI-7234 (32 out) as well as the 64-channel
698 PCI-7432 (32 in/32 out), PCI-7433 (64 in), and PCI-7434 (64 out).
699
700 To compile this driver as a module, choose M here: the module will be
701 called adl_pci7x3x.
702
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400703config COMEDI_ADL_PCI8164
704 tristate "ADLink PCI-8164 4 Axes Motion Control board support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530705 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400706 Enable support for ADlink PCI-8164 4 Axes Motion Control board
707
708 To compile this driver as a module, choose M here: the module will be
709 called adl_pci8164.
710
711config COMEDI_ADL_PCI9111
712 tristate "ADLink PCI-9111HR support"
H Hartley Sweeten0880acf2015-02-23 14:57:34 -0700713 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530714 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400715 Enable support for ADlink PCI9111 cards
716
717 To compile this driver as a module, choose M here: the module will be
718 called adl_pci9111.
719
720config COMEDI_ADL_PCI9118
721 tristate "ADLink PCI-9118DG, PCI-9118HG, PCI-9118HR support"
Ian Abbott75fbdbf2014-09-12 10:04:44 +0100722 depends on HAS_DMA
H Hartley Sweetena9da9d22015-02-23 14:57:53 -0700723 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530724 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400725 Enable support for ADlink PCI-9118DG, PCI-9118HG, PCI-9118HR cards
726
727 To compile this driver as a module, choose M here: the module will be
728 called adl_pci9118.
729
730config COMEDI_ADV_PCI1710
H Hartley Sweetenb2cb0682015-10-30 11:10:05 -0700731 tristate "Advantech PCI-171x and PCI-1731 support"
H Hartley Sweeten48a4f222015-02-23 14:57:40 -0700732 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530733 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400734 Enable support for Advantech PCI-1710, PCI-1710HG, PCI-1711,
H Hartley Sweetenb2cb0682015-10-30 11:10:05 -0700735 PCI-1713 and PCI-1731
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400736
737 To compile this driver as a module, choose M here: the module will be
738 called adv_pci1710.
739
H Hartley Sweetenb2cb0682015-10-30 11:10:05 -0700740config COMEDI_ADV_PCI1720
741 tristate "Advantech PCI-1720 support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530742 help
H Hartley Sweetenb2cb0682015-10-30 11:10:05 -0700743 Enable support for Advantech PCI-1720 Analog Output board.
744
745 To compile this driver as a module, choose M here: the module will be
746 called adv_pci1720.
747
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400748config COMEDI_ADV_PCI1723
749 tristate "Advantech PCI-1723 support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530750 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400751 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"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530758 help
Frank Mori Hessf165d812013-03-12 11:42:32 +0000759 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
H Hartley Sweeten14b93bb2015-11-13 12:39:26 -0700766config COMEDI_ADV_PCI1760
767 tristate "Advantech PCI-1760 support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530768 help
H Hartley Sweeten14b93bb2015-11-13 12:39:26 -0700769 Enable support for Advantech PCI-1760 board.
770
771 To compile this driver as a module, choose M here: the module will be
772 called adv_pci1760.
773
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400774config COMEDI_ADV_PCI_DIO
775 tristate "Advantech PCI DIO card support"
H Hartley Sweeten1e1fe082015-02-23 14:57:49 -0700776 select COMEDI_8254
Alexander Kurz82419622010-05-19 23:13:19 +0400777 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530778 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400779 Enable support for Advantech PCI DIO cards
Ian Abbott9e77e6b2012-01-09 15:45:45 +0000780 PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U,
Anton Dozenko682455b2017-10-05 11:39:08 +0100781 PCI-1750, PCI-1751, PCI-1752, PCI-1753/E, PCI-1754, PCI-1756,
782 PCI-1761 and PCI-1762
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400783
784 To compile this driver as a module, choose M here: the module will be
785 called adv_pci_dio.
786
Ian Abbott8c287d22012-03-26 16:57:26 +0100787config COMEDI_AMPLC_DIO200_PCI
Ian Abbott23249ea2012-10-24 16:48:14 +0100788 tristate "Amplicon PCI215/PCI272/PCIe215/PCIe236/PCIe296 DIO support"
Ian Abbott8c287d22012-03-26 16:57:26 +0100789 select COMEDI_AMPLC_DIO200
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530790 help
Ian Abbott23249ea2012-10-24 16:48:14 +0100791 Enable support for Amplicon PCI215, PCI272, PCIe215, PCIe236
792 and PCIe296 DIO boards.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400793
794 To compile this driver as a module, choose M here: the module will be
Ian Abbott89f3e662013-03-19 09:43:01 +0000795 called amplc_dio200_pci.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400796
Ian Abbott717ab672012-03-26 16:57:27 +0100797config COMEDI_AMPLC_PC236_PCI
798 tristate "Amplicon PCI236 DIO board support"
799 select COMEDI_AMPLC_PC236
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530800 help
Ian Abbott717ab672012-03-26 16:57:27 +0100801 Enable support for Amplicon PCI236 DIO board.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400802
803 To compile this driver as a module, choose M here: the module will be
Ian Abbott4cb60db22014-07-28 13:09:34 +0100804 called amplc_pci236.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400805
Ian Abbott3e6be972012-03-26 16:57:28 +0100806config COMEDI_AMPLC_PC263_PCI
807 tristate "Amplicon PCI263 relay board support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530808 help
Ian Abbott22691ae2013-04-12 17:01:54 +0100809 Enable support for Amplicon PCI263 relay board. This is a PCI board
810 with 16 reed relay output channels.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400811
812 To compile this driver as a module, choose M here: the module will be
Ian Abbott22691ae2013-04-12 17:01:54 +0100813 called amplc_pci263.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400814
815config COMEDI_AMPLC_PCI224
816 tristate "Amplicon PCI224 and PCI234 support"
H Hartley Sweeten6aa37d72015-02-23 14:57:35 -0700817 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530818 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400819 Enable support for Amplicon PCI224 and PCI234 AO boards
820
821 To compile this driver as a module, choose M here: the module will be
822 called amplc_pci224.
823
824config COMEDI_AMPLC_PCI230
825 tristate "Amplicon PCI230 and PCI260 support"
H Hartley Sweeten25182d22015-02-23 14:57:41 -0700826 select COMEDI_8254
Alexander Kurz82419622010-05-19 23:13:19 +0400827 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530828 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400829 Enable support for Amplicon PCI230 and PCI260 Multifunction I/O
830 boards
831
832 To compile this driver as a module, choose M here: the module will be
833 called amplc_pci230.
834
835config COMEDI_CONTEC_PCI_DIO
836 tristate "Contec PIO1616L digital I/O board support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530837 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400838 Enable support for the Contec PIO1616L digital I/O board
839
840 To compile this driver as a module, choose M here: the module will be
841 called contec_pci_dio.
842
Ian Abbott2e3c0242012-03-26 16:57:29 +0100843config COMEDI_DAS08_PCI
844 tristate "DAS-08 PCI support"
845 select COMEDI_DAS08
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530846 help
Ian Abbott2e3c0242012-03-26 16:57:29 +0100847 Enable support for PCI DAS-08 cards.
848
849 To compile this driver as a module, choose M here: the module will be
H Hartley Sweetenf91f9be2013-01-31 15:25:49 -0700850 called das08_pci.
Ian Abbott2e3c0242012-03-26 16:57:29 +0100851
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400852config COMEDI_DT3000
853 tristate "Data Translation DT3000 series support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530854 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400855 Enable support for Data Translation DT3000 series
856 DT3001, DT3001-PGL, DT3002, DT3003, DT3003-PGL, DT3004, DT3005 and
857 DT3004-200
858
859 To compile this driver as a module, choose M here: the module will be
860 called dt3000.
861
Prashant P. Shah880e9612011-06-13 12:59:43 +0530862config COMEDI_DYNA_PCI10XX
863 tristate "Dynalog PCI DAQ series support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530864 help
Prashant P. Shah880e9612011-06-13 12:59:43 +0530865 Enable support for Dynalog PCI DAQ series
866 PCI-1050
867
868 To compile this driver as a module, choose M here: the module will be
869 called dyna_pci10xx.
870
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400871config COMEDI_GSC_HPDI
872 tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530873 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400874 Enable support for General Standards Corporation high speed parallel
875 digital interface rs485 boards PCI-HPDI32 and PMC-HPDI32.
876 Only receive mode works, transmit not supported.
877
878 To compile this driver as a module, choose M here: the module will be
879 called gsc_hpdi.
880
Rostislav Lisovy04b56502014-01-09 23:46:46 +0100881config COMEDI_MF6X4
882 tristate "Humusoft MF634 and MF624 DAQ Card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530883 help
Rostislav Lisovy04b56502014-01-09 23:46:46 +0100884 This driver supports both Humusoft MF634 and MF624 Data acquisition
885 cards. The legacy Humusoft MF614 card is not supported.
886
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400887config COMEDI_ICP_MULTI
888 tristate "Inova ICP_MULTI support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530889 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400890 Enable support for Inova ICP_MULTI card
891
892 To compile this driver as a module, choose M here: the module will be
893 called icp_multi.
894
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400895config COMEDI_DAQBOARD2000
896 tristate "IOtech DAQboard/2000 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400897 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530898 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400899 Enable support for the IOtech DAQboard/2000
900
901 To compile this driver as a module, choose M here: the module will be
902 called daqboard2000.
903
904config COMEDI_JR3_PCI
905 tristate "JR3/PCI force sensor board support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530906 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400907 Enable support for JR3/PCI force sensor boards
908
909 To compile this driver as a module, choose M here: the module will be
910 called jr3_pci.
911
912config COMEDI_KE_COUNTER
913 tristate "Kolter-Electronic PCI Counter 1 card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530914 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400915 Enable support for Kolter-Electronic PCI Counter 1 cards
916
917 To compile this driver as a module, choose M here: the module will be
918 called ke_counter.
919
920config COMEDI_CB_PCIDAS64
921 tristate "MeasurementComputing PCI-DAS 64xx, 60xx, and 4020 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400922 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530923 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400924 Enable support for ComputerBoards/MeasurementComputing PCI-DAS 64xx,
925 60xx, and 4020 series with the PLX 9080 PCI controller
926
927 To compile this driver as a module, choose M here: the module will be
928 called cb_pcidas64.
929
930config COMEDI_CB_PCIDAS
931 tristate "MeasurementComputing PCI-DAS support"
H Hartley Sweeten96e56242015-02-23 14:57:36 -0700932 select COMEDI_8254
Alexander Kurz82419622010-05-19 23:13:19 +0400933 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530934 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400935 Enable support for ComputerBoards/MeasurementComputing PCI-DAS with
936 AMCC S5933 PCIcontroller: PCI-DAS1602/16, PCI-DAS1602/16jr,
937 PCI-DAS1602/12, PCI-DAS1200, PCI-DAS1200jr, PCI-DAS1000, PCI-DAS1001
938 and PCI_DAS1002.
939
940 To compile this driver as a module, choose M here: the module will be
941 called cb_pcidas.
942
943config COMEDI_CB_PCIDDA
944 tristate "MeasurementComputing PCI-DDA series support"
Alexander Kurz82419622010-05-19 23:13:19 +0400945 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530946 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400947 Enable support for ComputerBoards/MeasurementComputing PCI-DDA
948 series: PCI-DDA08/12, PCI-DDA04/12, PCI-DDA02/12, PCI-DDA08/16,
949 PCI-DDA04/16 and PCI-DDA02/16
950
951 To compile this driver as a module, choose M here: the module will be
952 called cb_pcidda.
953
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400954config COMEDI_CB_PCIMDAS
Ian Abbott4e3d14a2014-10-13 13:41:22 +0100955 tristate "MeasurementComputing PCIM-DAS1602/16, PCIe-DAS1602/16 support"
H Hartley Sweetenaff0dff2015-02-26 15:43:55 -0700956 select COMEDI_8254
Alexander Kurz82419622010-05-19 23:13:19 +0400957 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530958 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400959 Enable support for ComputerBoards/MeasurementComputing PCI Migration
Ian Abbott4e3d14a2014-10-13 13:41:22 +0100960 series PCIM-DAS1602/16 and PCIe-DAS1602/16.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400961
962 To compile this driver as a module, choose M here: the module will be
963 called cb_pcimdas.
964
965config COMEDI_CB_PCIMDDA
966 tristate "MeasurementComputing PCIM-DDA06-16 support"
Alexander Kurz82419622010-05-19 23:13:19 +0400967 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530968 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400969 Enable support for ComputerBoards/MeasurementComputing PCIM-DDA06-16
970
971 To compile this driver as a module, choose M here: the module will be
972 called cb_pcimdda.
973
974config COMEDI_ME4000
975 tristate "Meilhaus ME-4000 support"
H Hartley Sweetend92d39d92015-02-23 14:57:50 -0700976 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530977 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400978 Enable support for Meilhaus PCI data acquisition cards
979 ME-4650, ME-4670i, ME-4680, ME-4680i and ME-4680is
980
981 To compile this driver as a module, choose M here: the module will be
982 called me4000.
983
984config COMEDI_ME_DAQ
985 tristate "Meilhaus ME-2000i, ME-2600i, ME-3000vm1 support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530986 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400987 Enable support for Meilhaus PCI data acquisition cards
988 ME-2000i, ME-2600i and ME-3000vm1
989
990 To compile this driver as a module, choose M here: the module will be
991 called me_daq.
992
993config COMEDI_NI_6527
994 tristate "NI 6527 support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +0530995 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +0400996 Enable support for the National Instruments 6527 PCI card
997
998 To compile this driver as a module, choose M here: the module will be
999 called ni_6527.
1000
1001config COMEDI_NI_65XX
1002 tristate "NI 65xx static dio PCI card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301003 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001004 Enable support for National Instruments 65xx static dio boards.
1005 Supported devices: National Instruments PCI-6509 (ni_65xx),
1006 PXI-6509, PCI-6510, PCI-6511, PXI-6511, PCI-6512, PXI-6512, PCI-6513,
1007 PXI-6513, PCI-6514, PXI-6514, PCI-6515, PXI-6515, PCI-6516, PCI-6517,
1008 PCI-6518, PCI-6519, PCI-6520, PCI-6521, PXI-6521, PCI-6528, PXI-6528
1009
1010 To compile this driver as a module, choose M here: the module will be
1011 called ni_65xx.
1012
1013config COMEDI_NI_660X
1014 tristate "NI 660x counter/timer PCI card support"
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001015 depends on HAS_DMA
Ian Abbott7ac21b82012-06-25 19:49:37 +01001016 select COMEDI_NI_TIOCMD
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301017 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001018 Enable support for National Instruments PCI-6601 (ni_660x), PCI-6602,
Ian Abbott0d0ad822017-01-16 14:12:55 +00001019 PXI-6602, PXI-6608, PCI-6624, and PXI-6624.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001020
1021 To compile this driver as a module, choose M here: the module will be
1022 called ni_660x.
1023
1024config COMEDI_NI_670X
1025 tristate "NI 670x PCI card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301026 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001027 Enable support for National Instruments PCI-6703 and PCI-6704
1028
1029 To compile this driver as a module, choose M here: the module will be
1030 called ni_670x.
1031
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001032config COMEDI_NI_LABPC_PCI
1033 tristate "NI Lab-PC PCI-1200 support"
1034 select COMEDI_NI_LABPC
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301035 help
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001036 Enable support for National Instruments Lab-PC PCI-1200.
Ian Abbott2f2ac8e2012-06-25 19:49:36 +01001037
1038 To compile this driver as a module, choose M here: the module will be
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001039 called ni_labpc_pci.
Ian Abbott2f2ac8e2012-06-25 19:49:36 +01001040
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001041config COMEDI_NI_PCIDIO
H Hartley Sweetenb37c1ae2012-09-13 10:24:00 -07001042 tristate "NI PCI-DIO32HS, PCI-6533, PCI-6534 support"
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001043 depends on HAS_DMA
Ian Abbott7ac21b82012-06-25 19:49:37 +01001044 select COMEDI_MITE
Alexander Kurz82419622010-05-19 23:13:19 +04001045 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301046 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001047 Enable support for National Instruments PCI-DIO-32HS, PXI-6533,
H Hartley Sweetenb37c1ae2012-09-13 10:24:00 -07001048 PCI-6533 and PCI-6534
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001049
1050 To compile this driver as a module, choose M here: the module will be
1051 called ni_pcidio.
1052
1053config COMEDI_NI_PCIMIO
1054 tristate "NI PCI-MIO-E series and M series support"
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001055 depends on HAS_DMA
Ian Abbott7ac21b82012-06-25 19:49:37 +01001056 select COMEDI_NI_TIOCMD
Ian Abbott0742cec2011-02-08 15:26:33 +00001057 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301058 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001059 Enable support for National Instruments PCI-MIO-E series and M series
1060 (all boards): PCI-MIO-16XE-10, PXI-6030E, PCI-MIO-16E-1,
1061 PCI-MIO-16E-4, PCI-6014, PCI-6040E, PXI-6040E, PCI-6030E, PCI-6031E,
1062 PCI-6032E, PCI-6033E, PCI-6071E, PCI-6023E, PCI-6024E, PCI-6025E,
1063 PXI-6025E, PCI-6034E, PCI-6035E, PCI-6052E, PCI-6110, PCI-6111,
Ian Abbott910f4042017-01-16 14:12:26 +00001064 PCI-6220, PXI-6220, PCI-6221, PXI-6221, PCI-6224, PXI-6224, PCI-6225,
1065 PXI-6225, PCI-6229, PXI-6229, PCI-6250, PXI-6250, PCI-6251, PXI-6251,
1066 PCIe-6251, PXIe-6251, PCI-6254, PXI-6254, PCI-6259, PXI-6259,
1067 PCIe-6259, PXIe-6259, PCI-6280, PXI-6280, PCI-6281, PXI-6281,
1068 PCI-6284, PXI-6284, PCI-6289, PXI-6289, PCI-6711, PXI-6711,
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001069 PCI-6713, PXI-6713, PXI-6071E, PCI-6070E, PXI-6070E, PXI-6052E,
1070 PCI-6036E, PCI-6731, PCI-6733, PXI-6733, PCI-6143, PXI-6143
1071
1072 To compile this driver as a module, choose M here: the module will be
1073 called ni_pcimio.
1074
1075config COMEDI_RTD520
1076 tristate "Real Time Devices PCI4520/DM7520 support"
H Hartley Sweetenbc86e822015-09-24 17:52:12 -07001077 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301078 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001079 Enable support for Real Time Devices PCI4520/DM7520
1080
1081 To compile this driver as a module, choose M here: the module will be
1082 called rtd520.
1083
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001084config COMEDI_S626
1085 tristate "Sensoray 626 support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301086 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001087 Enable support for Sensoray 626
1088
1089 To compile this driver as a module, choose M here: the module will be
1090 called s626.
1091
Ian Abbotta7719882012-06-25 19:49:38 +01001092config COMEDI_MITE
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001093 depends on HAS_DMA
Ian Abbotta7719882012-06-25 19:49:38 +01001094 tristate
1095
1096config COMEDI_NI_TIOCMD
1097 tristate
Ian Abbott4efc4bb2013-05-10 14:07:15 +01001098 depends on HAS_DMA
Ian Abbotta7719882012-06-25 19:49:38 +01001099 select COMEDI_NI_TIO
1100 select COMEDI_MITE
1101
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001102endif # COMEDI_PCI_DRIVERS
1103
1104menuconfig COMEDI_PCMCIA_DRIVERS
Ian Abbottaae434b2014-10-31 17:47:37 +00001105 tristate "Comedi PCMCIA drivers"
H Hartley Sweetendc348142012-06-15 09:18:55 -07001106 depends on PCMCIA
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301107 help
H Hartley Sweeten309231d2013-01-30 15:22:44 -07001108 Enable support for comedi PCMCIA drivers.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001109
Ian Abbottaae434b2014-10-31 17:47:37 +00001110 To compile this support as a module, choose M here: the module will
1111 be called comedi_pcmcia.
1112
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001113if COMEDI_PCMCIA_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001114
1115config COMEDI_CB_DAS16_CS
1116 tristate "CB DAS16 series PCMCIA support"
H Hartley Sweetena90feb72015-02-23 14:57:39 -07001117 select COMEDI_8254
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301118 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001119 Enable support for the ComputerBoards/MeasurementComputing PCMCIA
1120 cards DAS16/16, PCM-DAS16D/12 and PCM-DAS16s/16
1121
1122 To compile this driver as a module, choose M here: the module will be
1123 called cb_das16_cs.
1124
1125config COMEDI_DAS08_CS
1126 tristate "CB DAS08 PCMCIA support"
1127 select COMEDI_DAS08
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301128 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001129 Enable support for the ComputerBoards/MeasurementComputing DAS-08
1130 PCMCIA card
1131
1132 To compile this driver as a module, choose M here: the module will be
1133 called das08_cs.
1134
1135config COMEDI_NI_DAQ_700_CS
1136 tristate "NI DAQCard-700 PCMCIA support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301137 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001138 Enable support for the National Instruments PCMCIA DAQCard-700 DIO
1139
1140 To compile this driver as a module, choose M here: the module will be
1141 called ni_daq_700.
1142
1143config COMEDI_NI_DAQ_DIO24_CS
1144 tristate "NI DAQ-Card DIO-24 PCMCIA support"
Alexander Kurz82419622010-05-19 23:13:19 +04001145 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301146 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001147 Enable support for the National Instruments PCMCIA DAQ-Card DIO-24
1148
1149 To compile this driver as a module, choose M here: the module will be
1150 called ni_daq_dio24.
1151
1152config COMEDI_NI_LABPC_CS
1153 tristate "NI DAQCard-1200 PCMCIA support"
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001154 select COMEDI_NI_LABPC
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301155 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001156 Enable support for the National Instruments PCMCIA DAQCard-1200
1157
1158 To compile this driver as a module, choose M here: the module will be
1159 called ni_labpc_cs.
1160
1161config COMEDI_NI_MIO_CS
1162 tristate "NI DAQCard E series PCMCIA support"
Ian Abbott7ac21b82012-06-25 19:49:37 +01001163 select COMEDI_NI_TIO
Ian Abbott0742cec2011-02-08 15:26:33 +00001164 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301165 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001166 Enable support for the National Instruments PCMCIA DAQCard E series
1167 DAQCard-ai-16xe-50, DAQCard-ai-16e-4, DAQCard-6062E, DAQCard-6024E
1168 and DAQCard-6036E
1169
1170 To compile this driver as a module, choose M here: the module will be
1171 called ni_mio_cs.
1172
1173config COMEDI_QUATECH_DAQP_CS
1174 tristate "Quatech DAQP PCMCIA data capture card support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301175 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001176 Enable support for the Quatech DAQP PCMCIA data capture cards
1177 DAQP-208 and DAQP-308
1178
1179 To compile this driver as a module, choose M here: the module will be
1180 called quatech_daqp_cs.
1181
1182endif # COMEDI_PCMCIA_DRIVERS
1183
1184menuconfig COMEDI_USB_DRIVERS
Ian Abbottba9ac252014-10-31 17:47:38 +00001185 tristate "Comedi USB drivers"
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001186 depends on USB
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301187 help
H Hartley Sweetenabac8b52013-01-30 15:21:49 -07001188 Enable support for comedi USB drivers.
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001189
Ian Abbottba9ac252014-10-31 17:47:38 +00001190 To compile this support as a module, choose M here: the module will
1191 be called comedi_usb.
1192
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001193if COMEDI_USB_DRIVERS
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001194
1195config COMEDI_DT9812
1196 tristate "DataTranslation DT9812 USB module support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301197 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001198 Enable support for the Data Translation DT9812 USB module
1199
1200 To compile this driver as a module, choose M here: the module will be
1201 called dt9812.
1202
Luca Elleroa03bb002014-08-07 09:10:25 +02001203config COMEDI_NI_USB6501
1204 tristate "NI USB-6501 support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301205 help
Luca Elleroa03bb002014-08-07 09:10:25 +02001206 Enable support for the National Instruments USB-6501 module.
1207
1208 The NI USB-6501 is a Full-Speed USB 2.0 (12 Mbit/s) device that
1209 provides 24 digital I/O lines channels and one 32-bit counter.
1210
1211 To compile this driver as a module, choose M here: the module will be
1212 called ni_usb6501.
1213
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001214config COMEDI_USBDUX
Bernd Porrdd89e202011-07-30 11:15:02 +01001215 tristate "ITL USB-DUX-D support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301216 help
Bernd Porrdd89e202011-07-30 11:15:02 +01001217 Enable support for the Incite Technology Ltd USB-DUX-D Board
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001218
1219 To compile this driver as a module, choose M here: the module will be
1220 called usbdux.
1221
1222config COMEDI_USBDUXFAST
1223 tristate "ITL USB-DUXfast support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301224 help
Bernd Porrdd89e202011-07-30 11:15:02 +01001225 Enable support for the Incite Technology Ltd USB-DUXfast Board
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001226
1227 To compile this driver as a module, choose M here: the module will be
1228 called usbduxfast.
1229
Bernd Porrdd89e202011-07-30 11:15:02 +01001230config COMEDI_USBDUXSIGMA
1231 tristate "ITL USB-DUXsigma support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301232 help
Bernd Porrdd89e202011-07-30 11:15:02 +01001233 Enable support for the Incite Technology Ltd USB-DUXsigma Board
1234
1235 To compile this driver as a module, choose M here: the module will be
1236 called usbduxsigma.
1237
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001238config COMEDI_VMK80XX
1239 tristate "Velleman VM110/VM140 USB Board support"
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301240 help
Alexander Kurzf1d7dbb2010-05-08 12:21:45 +04001241 Build the Velleman USB Board Low-Level Driver supporting the
1242 K8055/K8061 aka VM110/VM140 devices
1243
1244 To compile this driver as a module, choose M here: the module will be
1245 called vmk80xx.
1246
1247endif # COMEDI_USB_DRIVERS
1248
H Hartley Sweetend42b5212015-02-23 14:57:28 -07001249config COMEDI_8254
1250 tristate
1251
Alexander Kurz82419622010-05-19 23:13:19 +04001252config COMEDI_8255
Ian Abbott968d1772015-05-22 16:21:38 +01001253 tristate
1254
1255config COMEDI_8255_SA
1256 tristate "Standalone 8255 support"
1257 select COMEDI_8255
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301258 help
Ian Abbott968d1772015-05-22 16:21:38 +01001259 Enable support for 8255 digital I/O as a standalone driver.
Alexander Kurz82419622010-05-19 23:13:19 +04001260
1261 You should enable compilation this driver if you plan to use a board
Ian Abbott968d1772015-05-22 16:21:38 +01001262 that has an 8255 chip at a known I/O base address and there are no
1263 other Comedi drivers for the board.
Alexander Kurz82419622010-05-19 23:13:19 +04001264
Ian Abbott968d1772015-05-22 16:21:38 +01001265 Note that Comedi drivers for most multi-function boards incorporating
1266 an 8255 chip use the 'comedi_8255' module. Most PCI-based 8255
1267 boards use the 8255_pci driver as a wrapper around the 'comedi_8255'
1268 module.
Alexander Kurz82419622010-05-19 23:13:19 +04001269
1270 To compile this driver as a module, choose M here: the module will be
1271 called 8255.
1272
Ian Abbott9f3a7732014-08-27 20:37:18 +01001273config COMEDI_KCOMEDILIB
1274 tristate "Comedi kcomedilib"
Moses Christopher24c9f9b2019-04-16 22:38:58 +05301275 help
Ian Abbott9f3a7732014-08-27 20:37:18 +01001276 Build the kcomedilib.
1277
1278 This is a kernel module used to open and manipulate Comedi devices
1279 from within kernel code. It is currently only used by the
1280 comedi_bond driver, and its functionality has been stripped down to
1281 the needs of that driver, so is currently not very useful for
1282 anything else.
1283
1284 To compile kcomedilib as a module, choose M here: the module will be
1285 called kcomedilib.
1286
Ian Abbott8c287d22012-03-26 16:57:26 +01001287config COMEDI_AMPLC_DIO200
H Hartley Sweeten5a213fa2015-02-24 10:38:49 -07001288 select COMEDI_8254
H Hartley Sweetene3f7e1a2012-05-17 18:08:37 -07001289 tristate
Ian Abbott717ab672012-03-26 16:57:27 +01001290
1291config COMEDI_AMPLC_PC236
H Hartley Sweetene3f7e1a2012-05-17 18:08:37 -07001292 tristate
Ian Abbott717ab672012-03-26 16:57:27 +01001293 select COMEDI_8255
Ian Abbott3e6be972012-03-26 16:57:28 +01001294
Ian Abbott2e3c0242012-03-26 16:57:29 +01001295config COMEDI_DAS08
H Hartley Sweetene3f7e1a2012-05-17 18:08:37 -07001296 tristate
H Hartley Sweeten9a16a012015-02-23 14:57:42 -07001297 select COMEDI_8254
Ian Abbott2e3c0242012-03-26 16:57:29 +01001298 select COMEDI_8255
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001299
H Hartley Sweeten20a1ea72015-01-14 10:05:02 -07001300config COMEDI_ISADMA
1301 tristate
1302
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001303config COMEDI_NI_LABPC
1304 tristate
H Hartley Sweetenc0cfeca2015-02-23 14:58:02 -07001305 select COMEDI_8254
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001306 select COMEDI_8255
H Hartley Sweetenfa3cb212013-04-22 12:33:09 -07001307
Ian Abbott9a638662013-06-28 17:09:19 +01001308config COMEDI_NI_LABPC_ISADMA
1309 tristate
Arnd Bergmann54f74b42017-03-29 23:10:09 +02001310 default COMEDI_NI_LABPC
1311 depends on COMEDI_NI_LABPC_ISA != n
1312 depends on ISA_DMA_API
H Hartley Sweetencf0438c2015-01-14 10:05:10 -07001313 select COMEDI_ISADMA
Ian Abbott9a638662013-06-28 17:09:19 +01001314
Ian Abbotta7719882012-06-25 19:49:38 +01001315config COMEDI_NI_TIO
1316 tristate
Spencer E. Olson4bb90c82018-10-03 14:56:04 -06001317 select COMEDI_NI_ROUTING
1318
1319config COMEDI_NI_ROUTING
1320 tristate
Ian Abbotta7719882012-06-25 19:49:38 +01001321
Ian Abbottc82b1302021-04-07 19:13:42 +01001322config COMEDI_TESTS
1323 tristate "Comedi unit tests"
1324 help
1325 Enable comedi unit-test modules to be built.
1326
1327 Note that the answer to this question won't directly affect the
1328 kernel: saying N will just cause the configurator to skip all
1329 the questions about comedi unit-test modules.
1330
1331if COMEDI_TESTS
1332
1333config COMEDI_TESTS_EXAMPLE
1334 tristate "Comedi example unit-test module"
1335 help
1336 Enable support for an example unit-test module. This is just a
1337 silly example to be used as a basis for writing other unit-test
1338 modules.
1339
1340 To compile this as a module, choose M here: the module will be called
1341 comedi_example_test.
1342
1343config COMEDI_TESTS_NI_ROUTES
1344 tristate "NI routing unit-test module"
Ian Abbotte7442ff2021-04-09 12:08:44 +01001345 select COMEDI_NI_ROUTING
Ian Abbottc82b1302021-04-07 19:13:42 +01001346 help
1347 Enable support for a unit-test module to test the signal routing
1348 code used by comedi drivers for various National Instruments cards.
1349
1350 To compile this as a module, choose M here: the module will be called
1351 ni_routes_test.
1352
1353endif # COMEDI_TESTS
1354
H Hartley Sweeten4829a992012-06-12 17:37:10 -07001355endif # COMEDI