aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2012-05-17 21:08:37 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-18 20:15:47 -0400
commite3f7e1a5b118323fdb79d8092f08adf1890b8efe (patch)
tree17c488dbfb3f31ec1fa641e9f3f00c471c498ae3
parent0f64507473b9d8fef6592748ed4180908f5d26cc (diff)
staging: comedi: remove all 'default N' in Kconfig
Remove all the 'default N' lines in the comedi Kconfig. They should all be 'default n' but that is the default anyway. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/comedi/Kconfig139
1 files changed, 4 insertions, 135 deletions
diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig
index a1cf0b04c16..3bbe3fd103f 100644
--- a/drivers/staging/comedi/Kconfig
+++ b/drivers/staging/comedi/Kconfig
@@ -1,6 +1,5 @@
1config COMEDI 1config COMEDI
2 tristate "Data acquisition support (comedi)" 2 tristate "Data acquisition support (comedi)"
3 default N
4 depends on m 3 depends on m
5 depends on BROKEN || FRV || M32R || MN10300 || SUPERH || TILE || X86 4 depends on BROKEN || FRV || M32R || MN10300 || SUPERH || TILE || X86
6 ---help--- 5 ---help---
@@ -37,7 +36,6 @@ config COMEDI_DEFAULT_BUF_MAXSIZE_KB
37menuconfig COMEDI_MISC_DRIVERS 36menuconfig COMEDI_MISC_DRIVERS
38 tristate "Comedi misc drivers" 37 tristate "Comedi misc drivers"
39 depends on COMEDI 38 depends on COMEDI
40 default N
41 ---help--- 39 ---help---
42 Enable comedi misc drivers to be built 40 Enable comedi misc drivers to be built
43 41
@@ -55,7 +53,6 @@ config COMEDI_KCOMEDILIB
55config COMEDI_BOND 53config COMEDI_BOND
56 tristate "Device bonding support" 54 tristate "Device bonding support"
57 depends on COMEDI_KCOMEDILIB 55 depends on COMEDI_KCOMEDILIB
58 default N
59 ---help--- 56 ---help---
60 Enable support for a driver to 'bond' (merge) multiple subdevices 57 Enable support for a driver to 'bond' (merge) multiple subdevices
61 from multiple devices together as one. 58 from multiple devices together as one.
@@ -66,7 +63,6 @@ config COMEDI_BOND
66config COMEDI_TEST 63config COMEDI_TEST
67 tristate "Fake waveform generator support" 64 tristate "Fake waveform generator support"
68 select COMEDI_FC 65 select COMEDI_FC
69 default N
70 ---help--- 66 ---help---
71 Enable support for the fake waveform generator. 67 Enable support for the fake waveform generator.
72 This driver is mainly for testing purposes, but can also be used to 68 This driver is mainly for testing purposes, but can also be used to
@@ -78,7 +74,6 @@ config COMEDI_TEST
78 74
79config COMEDI_PARPORT 75config COMEDI_PARPORT
80 tristate "Parallel port support" 76 tristate "Parallel port support"
81 default N
82 ---help--- 77 ---help---
83 Enable support for the standard parallel port. 78 Enable support for the standard parallel port.
84 A cheap and easy way to get a few more digital I/O lines. Steal 79 A cheap and easy way to get a few more digital I/O lines. Steal
@@ -90,7 +85,6 @@ config COMEDI_PARPORT
90 85
91config COMEDI_SERIAL2002 86config COMEDI_SERIAL2002
92 tristate "Driver for serial connected hardware" 87 tristate "Driver for serial connected hardware"
93 default N
94 ---help--- 88 ---help---
95 Enable support for serial connected hardware 89 Enable support for serial connected hardware
96 90
@@ -99,7 +93,6 @@ config COMEDI_SERIAL2002
99 93
100config COMEDI_SKEL 94config COMEDI_SKEL
101 tristate "Comedi skeleton driver" 95 tristate "Comedi skeleton driver"
102 default N
103 ---help--- 96 ---help---
104 Build the Skeleton driver, an example for driver writers 97 Build the Skeleton driver, an example for driver writers
105 98
@@ -111,7 +104,6 @@ endif # COMEDI_MISC_DRIVERS
111menuconfig COMEDI_ISA_DRIVERS 104menuconfig COMEDI_ISA_DRIVERS
112 tristate "Comedi ISA and PC/104 drivers" 105 tristate "Comedi ISA and PC/104 drivers"
113 depends on COMEDI && ISA 106 depends on COMEDI && ISA
114 default N
115 ---help--- 107 ---help---
116 Enable comedi ISA and PC/104 drivers to be built 108 Enable comedi ISA and PC/104 drivers to be built
117 109
@@ -123,7 +115,6 @@ if COMEDI_ISA_DRIVERS && ISA
123 115
124config COMEDI_ACL7225B 116config COMEDI_ACL7225B
125 tristate "ADlink NuDAQ ACL-7225b and compatibles support" 117 tristate "ADlink NuDAQ ACL-7225b and compatibles support"
126 default N
127 ---help--- 118 ---help---
128 Enable support for ADlink NuDAQ ACL-7225b and compatibles, 119 Enable support for ADlink NuDAQ ACL-7225b and compatibles,
129 ADlink ACL-7225b (acl7225b), ICP P16R16DIO (p16r16dio) 120 ADlink ACL-7225b (acl7225b), ICP P16R16DIO (p16r16dio)
@@ -133,7 +124,6 @@ config COMEDI_ACL7225B
133 124
134config COMEDI_PCL711 125config COMEDI_PCL711
135 tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support" 126 tristate "Advantech PCL-711/711b and ADlink ACL-8112 ISA card support"
136 default N
137 ---help--- 127 ---help---
138 Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112 128 Enable support for Advantech PCL-711 and 711b, ADlink ACL-8112
139 129
@@ -143,7 +133,6 @@ config COMEDI_PCL711
143config COMEDI_PCL724 133config COMEDI_PCL724
144 tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO" 134 tristate "Advantech PCL-722/724/731 and ADlink ACL-7122/7124/PET-48DIO"
145 select COMEDI_8255 135 select COMEDI_8255
146 default N
147 ---help--- 136 ---help---
148 Enable support for Advantech PCL-724, PCL-722, PCL-731 and 137 Enable support for Advantech PCL-724, PCL-722, PCL-731 and
149 ADlink ACL-7122, ACL-7124, PET-48DIO ISA cards 138 ADlink ACL-7122, ACL-7124, PET-48DIO ISA cards
@@ -153,7 +142,6 @@ config COMEDI_PCL724
153 142
154config COMEDI_PCL725 143config COMEDI_PCL725
155 tristate "Advantech PCL-725 and compatible ISA card support" 144 tristate "Advantech PCL-725 and compatible ISA card support"
156 default N
157 ---help--- 145 ---help---
158 Enable support for Advantech PCL-725 and compatible ISA cards. 146 Enable support for Advantech PCL-725 and compatible ISA cards.
159 147
@@ -162,7 +150,6 @@ config COMEDI_PCL725
162 150
163config COMEDI_PCL726 151config COMEDI_PCL726
164 tristate "Advantech PCL-726 and compatible ISA card support" 152 tristate "Advantech PCL-726 and compatible ISA card support"
165 default N
166 ---help--- 153 ---help---
167 Enable support for Advantech PCL-726 and compatible ISA cards. 154 Enable support for Advantech PCL-726 and compatible ISA cards.
168 155
@@ -171,7 +158,6 @@ config COMEDI_PCL726
171 158
172config COMEDI_PCL730 159config COMEDI_PCL730
173 tristate "Advantech PCL-730 and ADlink ACL-7130 ISA card support" 160 tristate "Advantech PCL-730 and ADlink ACL-7130 ISA card support"
174 default N
175 ---help--- 161 ---help---
176 Enable support for Advantech PCL-730, ICP ISO-730 and ADlink 162 Enable support for Advantech PCL-730, ICP ISO-730 and ADlink
177 ACL-7130 ISA cards 163 ACL-7130 ISA cards
@@ -182,7 +168,6 @@ config COMEDI_PCL730
182config COMEDI_PCL812 168config COMEDI_PCL812
183 tristate "Advantech PCL-812/813 and ADlink ACL-8112/8113/8113/8216" 169 tristate "Advantech PCL-812/813 and ADlink ACL-8112/8113/8113/8216"
184 depends on VIRT_TO_BUS 170 depends on VIRT_TO_BUS
185 default N
186 ---help--- 171 ---help---
187 Enable support for Advantech PCL-812/PG, PCL-813/B, ADLink 172 Enable support for Advantech PCL-812/PG, PCL-813/B, ADLink
188 ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA, 173 ACL-8112DG/HG/PG, ACL-8113, ACL-8216, ICP DAS A-821PGH/PGL/PGL-NDA,
@@ -194,7 +179,6 @@ config COMEDI_PCL812
194config COMEDI_PCL816 179config COMEDI_PCL816
195 tristate "Advantech PCL-814 and PCL-816 ISA card support" 180 tristate "Advantech PCL-814 and PCL-816 ISA card support"
196 depends on VIRT_TO_BUS 181 depends on VIRT_TO_BUS
197 default N
198 ---help--- 182 ---help---
199 Enable support for Advantech PCL-814 and PCL-816 ISA cards 183 Enable support for Advantech PCL-814 and PCL-816 ISA cards
200 184
@@ -204,7 +188,6 @@ config COMEDI_PCL816
204config COMEDI_PCL818 188config COMEDI_PCL818
205 tristate "Advantech PCL-718 and PCL-818 ISA card support" 189 tristate "Advantech PCL-718 and PCL-818 ISA card support"
206 depends on VIRT_TO_BUS 190 depends on VIRT_TO_BUS
207 default N
208 ---help--- 191 ---help---
209 Enable support for Advantech PCL-818 ISA cards 192 Enable support for Advantech PCL-818 ISA cards
210 PCL-818L, PCL-818H, PCL-818HD, PCL-818HG, PCL-818 and PCL-718 193 PCL-818L, PCL-818H, PCL-818HD, PCL-818HG, PCL-818 and PCL-718
@@ -215,7 +198,6 @@ config COMEDI_PCL818
215config COMEDI_PCM3724 198config COMEDI_PCM3724
216 tristate "Advantech PCM-3724 PC/104 card support" 199 tristate "Advantech PCM-3724 PC/104 card support"
217 select COMEDI_8255 200 select COMEDI_8255
218 default N
219 ---help--- 201 ---help---
220 Enable support for Advantech PCM-3724 PC/104 cards. 202 Enable support for Advantech PCM-3724 PC/104 cards.
221 203
@@ -224,7 +206,6 @@ config COMEDI_PCM3724
224 206
225config COMEDI_PCM3730 207config COMEDI_PCM3730
226 tristate "Advantech PCM-3730 and clone PC/104 board support" 208 tristate "Advantech PCM-3730 and clone PC/104 board support"
227 default N
228 ---help--- 209 ---help---
229 Enable support for Advantech PCM-3730 and clone PC/104 boards 210 Enable support for Advantech PCM-3730 and clone PC/104 boards
230 211
@@ -235,7 +216,6 @@ config COMEDI_AMPLC_DIO200_ISA
235 tristate "Amplicon PC212E/PC214E/PC215E/PC218E/PC272E" 216 tristate "Amplicon PC212E/PC214E/PC215E/PC218E/PC272E"
236 select COMEDI_AMPLC_DIO200 217 select COMEDI_AMPLC_DIO200
237 depends on COMEDI_ISA_DRIVERS 218 depends on COMEDI_ISA_DRIVERS
238 default N
239 ---help--- 219 ---help---
240 Enable support for Amplicon PC212E, PC214E, PC215E, PC218E and 220 Enable support for Amplicon PC212E, PC214E, PC215E, PC218E and
241 PC272E ISA DIO boards 221 PC272E ISA DIO boards
@@ -246,7 +226,6 @@ config COMEDI_AMPLC_DIO200_ISA
246config COMEDI_AMPLC_PC236_ISA 226config COMEDI_AMPLC_PC236_ISA
247 tristate "Amplicon PC36AT DIO board support" 227 tristate "Amplicon PC36AT DIO board support"
248 select COMEDI_AMPLC_PC236 228 select COMEDI_AMPLC_PC236
249 default N
250 ---help--- 229 ---help---
251 Enable support for Amplicon PC36AT ISA DIO board. 230 Enable support for Amplicon PC36AT ISA DIO board.
252 231
@@ -256,7 +235,6 @@ config COMEDI_AMPLC_PC236_ISA
256config COMEDI_AMPLC_PC263_ISA 235config COMEDI_AMPLC_PC263_ISA
257 tristate "Amplicon PC263 relay board support" 236 tristate "Amplicon PC263 relay board support"
258 select COMEDI_AMPLC_PC263 237 select COMEDI_AMPLC_PC263
259 default N
260 ---help--- 238 ---help---
261 Enable support for Amplicon PC263 ISA relay board. 239 Enable support for Amplicon PC263 ISA relay board.
262 240
@@ -265,7 +243,6 @@ config COMEDI_AMPLC_PC263_ISA
265 243
266config COMEDI_RTI800 244config COMEDI_RTI800
267 tristate "Analog Devices RTI-800/815 ISA card support" 245 tristate "Analog Devices RTI-800/815 ISA card support"
268 default N
269 ---help--- 246 ---help---
270 Enable support for Analog Devices RTI-800/815 ISA cards 247 Enable support for Analog Devices RTI-800/815 ISA cards
271 248
@@ -274,7 +251,6 @@ config COMEDI_RTI800
274 251
275config COMEDI_RTI802 252config COMEDI_RTI802
276 tristate "Analog Devices RTI-802 ISA card support" 253 tristate "Analog Devices RTI-802 ISA card support"
277 default N
278 ---help--- 254 ---help---
279 Enable support for Analog Devices RTI-802 ISA cards 255 Enable support for Analog Devices RTI-802 ISA cards
280 256
@@ -285,7 +261,6 @@ config COMEDI_DAS16M1
285 tristate "MeasurementComputing CIO-DAS16/M1DAS-16 ISA card support" 261 tristate "MeasurementComputing CIO-DAS16/M1DAS-16 ISA card support"
286 select COMEDI_8255 262 select COMEDI_8255
287 select COMEDI_FC 263 select COMEDI_FC
288 default N
289 ---help--- 264 ---help---
290 Enable support for Measurement Computing CIO-DAS16/M1 ISA cards. 265 Enable support for Measurement Computing CIO-DAS16/M1 ISA cards.
291 266
@@ -295,7 +270,6 @@ config COMEDI_DAS16M1
295config COMEDI_DAS08_ISA 270config COMEDI_DAS08_ISA
296 tristate "DAS-08 compatible ISA and PC/104 card support" 271 tristate "DAS-08 compatible ISA and PC/104 card support"
297 select COMEDI_DAS08 272 select COMEDI_DAS08
298 default N
299 ---help--- 273 ---help---
300 Enable support for Keithley Metrabyte/ComputerBoards DAS08 274 Enable support for Keithley Metrabyte/ComputerBoards DAS08
301 and compatible ISA and PC/104 cards: 275 and compatible ISA and PC/104 cards:
@@ -310,7 +284,6 @@ config COMEDI_DAS16
310 tristate "DAS-16 compatible ISA and PC/104 card support" 284 tristate "DAS-16 compatible ISA and PC/104 card support"
311 select COMEDI_8255 285 select COMEDI_8255
312 select COMEDI_FC 286 select COMEDI_FC
313 default N
314 ---help--- 287 ---help---
315 Enable support for Keithley Metrabyte/ComputerBoards DAS16 288 Enable support for Keithley Metrabyte/ComputerBoards DAS16
316 and compatible ISA and PC/104 cards: 289 and compatible ISA and PC/104 cards:
@@ -327,7 +300,6 @@ config COMEDI_DAS16
327config COMEDI_DAS800 300config COMEDI_DAS800
328 tristate "DAS800 and compatible ISA card support" 301 tristate "DAS800 and compatible ISA card support"
329 select COMEDI_FC 302 select COMEDI_FC
330 default N
331 ---help--- 303 ---help---
332 Enable support for Keithley Metrabyte DAS800 and compatible ISA cards 304 Enable support for Keithley Metrabyte DAS800 and compatible ISA cards
333 Keithley Metrabyte DAS-800, DAS-801, DAS-802 305 Keithley Metrabyte DAS-800, DAS-801, DAS-802
@@ -341,7 +313,6 @@ config COMEDI_DAS1800
341 tristate "DAS1800 and compatible ISA card support" 313 tristate "DAS1800 and compatible ISA card support"
342 depends on VIRT_TO_BUS 314 depends on VIRT_TO_BUS
343 select COMEDI_FC 315 select COMEDI_FC
344 default N
345 ---help--- 316 ---help---
346 Enable support for DAS1800 and compatible ISA cards 317 Enable support for DAS1800 and compatible ISA cards
347 Keithley Metrabyte DAS-1701ST, DAS-1701ST-DA, DAS-1701/AO, 318 Keithley Metrabyte DAS-1701ST, DAS-1701ST-DA, DAS-1701/AO,
@@ -355,7 +326,6 @@ config COMEDI_DAS1800
355 326
356config COMEDI_DAS6402 327config COMEDI_DAS6402
357 tristate "DAS6402 and compatible ISA card support" 328 tristate "DAS6402 and compatible ISA card support"
358 default N
359 ---help--- 329 ---help---
360 Enable support for DAS6402 and compatible ISA cards 330 Enable support for DAS6402 and compatible ISA cards
361 Computerboards, Keithley Metrabyte DAS6402 and compatibles 331 Computerboards, Keithley Metrabyte DAS6402 and compatibles
@@ -365,7 +335,6 @@ config COMEDI_DAS6402
365 335
366config COMEDI_DT2801 336config COMEDI_DT2801
367 tristate "Data Translation DT2801 ISA card support" 337 tristate "Data Translation DT2801 ISA card support"
368 default N
369 ---help--- 338 ---help---
370 Enable support for Data Translation DT2801 ISA cards 339 Enable support for Data Translation DT2801 ISA cards
371 340
@@ -374,7 +343,6 @@ config COMEDI_DT2801
374 343
375config COMEDI_DT2811 344config COMEDI_DT2811
376 tristate "Data Translation DT2811 ISA card support" 345 tristate "Data Translation DT2811 ISA card support"
377 default N
378 ---help--- 346 ---help---
379 Enable support for Data Translation DT2811 ISA cards 347 Enable support for Data Translation DT2811 ISA cards
380 348
@@ -383,7 +351,6 @@ config COMEDI_DT2811
383 351
384config COMEDI_DT2814 352config COMEDI_DT2814
385 tristate "Data Translation DT2814 ISA card support" 353 tristate "Data Translation DT2814 ISA card support"
386 default N
387 ---help--- 354 ---help---
388 Enable support for Data Translation DT2814 ISA cards 355 Enable support for Data Translation DT2814 ISA cards
389 356
@@ -392,7 +359,6 @@ config COMEDI_DT2814
392 359
393config COMEDI_DT2815 360config COMEDI_DT2815
394 tristate "Data Translation DT2815 ISA card support" 361 tristate "Data Translation DT2815 ISA card support"
395 default N
396 ---help--- 362 ---help---
397 Enable support for Data Translation DT2815 ISA cards 363 Enable support for Data Translation DT2815 ISA cards
398 364
@@ -401,7 +367,6 @@ config COMEDI_DT2815
401 367
402config COMEDI_DT2817 368config COMEDI_DT2817
403 tristate "Data Translation DT2817 ISA card support" 369 tristate "Data Translation DT2817 ISA card support"
404 default N
405 ---help--- 370 ---help---
406 Enable support for Data Translation DT2817 ISA cards 371 Enable support for Data Translation DT2817 ISA cards
407 372
@@ -412,7 +377,6 @@ config COMEDI_DT282X
412 tristate "Data Translation DT2821 series and DT-EZ ISA card support" 377 tristate "Data Translation DT2821 series and DT-EZ ISA card support"
413 select COMEDI_FC 378 select COMEDI_FC
414 depends on VIRT_TO_BUS 379 depends on VIRT_TO_BUS
415 default N
416 ---help--- 380 ---help---
417 Enable support for Data Translation DT2821 series including DT-EZ 381 Enable support for Data Translation DT2821 series including DT-EZ
418 DT2821, DT2821-F-16SE, DT2821-F-8DI, DT2821-G-16SE, DT2821-G-8DI, 382 DT2821, DT2821-F-16SE, DT2821-F-8DI, DT2821-G-16SE, DT2821-G-8DI,
@@ -424,7 +388,6 @@ config COMEDI_DT282X
424 388
425config COMEDI_DMM32AT 389config COMEDI_DMM32AT
426 tristate "Diamond Systems MM-32-AT PC/104 board support" 390 tristate "Diamond Systems MM-32-AT PC/104 board support"
427 default N
428 ---help--- 391 ---help---
429 Enable support for Diamond Systems MM-32-AT PC/104 boards 392 Enable support for Diamond Systems MM-32-AT PC/104 boards
430 393
@@ -433,7 +396,6 @@ config COMEDI_DMM32AT
433 396
434config COMEDI_FL512 397config COMEDI_FL512
435 tristate "FL512 ISA card support" 398 tristate "FL512 ISA card support"
436 default N
437 ---help--- 399 ---help---
438 Enable support for FL512 ISA card 400 Enable support for FL512 ISA card
439 401
@@ -443,7 +405,6 @@ config COMEDI_FL512
443config COMEDI_AIO_AIO12_8 405config COMEDI_AIO_AIO12_8
444 tristate "I/O Products PC/104 AIO12-8 Analog I/O Board support" 406 tristate "I/O Products PC/104 AIO12-8 Analog I/O Board support"
445 select COMEDI_8255 407 select COMEDI_8255
446 default N
447 ---help--- 408 ---help---
448 Enable support for I/O Products PC/104 AIO12-8 Analog I/O Board 409 Enable support for I/O Products PC/104 AIO12-8 Analog I/O Board
449 410
@@ -452,7 +413,6 @@ config COMEDI_AIO_AIO12_8
452 413
453config COMEDI_AIO_IIRO_16 414config COMEDI_AIO_IIRO_16
454 tristate "I/O Products PC/104 IIRO16 Board support" 415 tristate "I/O Products PC/104 IIRO16 Board support"
455 default N
456 ---help--- 416 ---help---
457 Enable support for I/O Products PC/104 IIRO16 Relay And Isolated 417 Enable support for I/O Products PC/104 IIRO16 Relay And Isolated
458 Input Board 418 Input Board
@@ -462,7 +422,6 @@ config COMEDI_AIO_IIRO_16
462 422
463config COMEDI_C6XDIGIO 423config COMEDI_C6XDIGIO
464 tristate "Mechatronic Systems Inc. C6x_DIGIO DSP daughter card support" 424 tristate "Mechatronic Systems Inc. C6x_DIGIO DSP daughter card support"
465 default N
466 ---help--- 425 ---help---
467 Enable support for Mechatronic Systems Inc. C6x_DIGIO DSP daughter 426 Enable support for Mechatronic Systems Inc. C6x_DIGIO DSP daughter
468 card 427 card
@@ -472,7 +431,6 @@ config COMEDI_C6XDIGIO
472 431
473config COMEDI_MPC624 432config COMEDI_MPC624
474 tristate "Micro/sys MPC-624 PC/104 board support" 433 tristate "Micro/sys MPC-624 PC/104 board support"
475 default N
476 ---help--- 434 ---help---
477 Enable support for Micro/sys MPC-624 PC/104 board 435 Enable support for Micro/sys MPC-624 PC/104 board
478 436
@@ -481,7 +439,6 @@ config COMEDI_MPC624
481 439
482config COMEDI_ADQ12B 440config COMEDI_ADQ12B
483 tristate "MicroAxial ADQ12-B data acquisition and control card support" 441 tristate "MicroAxial ADQ12-B data acquisition and control card support"
484 default N
485 ---help--- 442 ---help---
486 Enable MicroAxial ADQ12-B daq and control card support. 443 Enable MicroAxial ADQ12-B daq and control card support.
487 444
@@ -492,7 +449,6 @@ config COMEDI_NI_AT_A2150
492 tristate "NI AT-A2150 ISA card support" 449 tristate "NI AT-A2150 ISA card support"
493 depends on COMEDI_NI_COMMON 450 depends on COMEDI_NI_COMMON
494 depends on VIRT_TO_BUS 451 depends on VIRT_TO_BUS
495 default N
496 ---help--- 452 ---help---
497 Enable support for National Instruments AT-A2150 cards 453 Enable support for National Instruments AT-A2150 cards
498 454
@@ -502,7 +458,6 @@ config COMEDI_NI_AT_A2150
502config COMEDI_NI_AT_AO 458config COMEDI_NI_AT_AO
503 tristate "NI AT-AO-6/10 EISA card support" 459 tristate "NI AT-AO-6/10 EISA card support"
504 depends on COMEDI_NI_COMMON 460 depends on COMEDI_NI_COMMON
505 default N
506 ---help--- 461 ---help---
507 Enable support for National Instruments AT-AO-6/10 cards 462 Enable support for National Instruments AT-AO-6/10 cards
508 463
@@ -513,7 +468,6 @@ config COMEDI_NI_ATMIO
513 tristate "NI AT-MIO E series ISA-PNP card support" 468 tristate "NI AT-MIO E series ISA-PNP card support"
514 depends on ISAPNP && COMEDI_NI_TIO && COMEDI_NI_COMMON 469 depends on ISAPNP && COMEDI_NI_TIO && COMEDI_NI_COMMON
515 select COMEDI_8255 470 select COMEDI_8255
516 default N
517 ---help--- 471 ---help---
518 Enable support for National Instruments AT-MIO E series cards 472 Enable support for National Instruments AT-MIO E series cards
519 National Instruments AT-MIO-16E-1 (ni_atmio), 473 National Instruments AT-MIO-16E-1 (ni_atmio),
@@ -527,7 +481,6 @@ config COMEDI_NI_ATMIO16D
527 tristate "NI AT-MIO16/AT-MIO16D series ISA-PNP card support" 481 tristate "NI AT-MIO16/AT-MIO16D series ISA-PNP card support"
528 depends on ISAPNP && COMEDI_NI_COMMON 482 depends on ISAPNP && COMEDI_NI_COMMON
529 select COMEDI_8255 483 select COMEDI_8255
530 default N
531 ---help--- 484 ---help---
532 Enable support for National Instruments AT-MIO16/AT-MIO16D cards. 485 Enable support for National Instruments AT-MIO16/AT-MIO16D cards.
533 486
@@ -536,7 +489,6 @@ config COMEDI_NI_ATMIO16D
536 489
537config COMEDI_PCMAD 490config COMEDI_PCMAD
538 tristate "Winsystems PCM-A/D12 and PCM-A/D16 PC/104 board support" 491 tristate "Winsystems PCM-A/D12 and PCM-A/D16 PC/104 board support"
539 default N
540 ---help--- 492 ---help---
541 Enable support for Winsystems PCM-A/D12 and PCM-A/D16 PC/104 boards. 493 Enable support for Winsystems PCM-A/D12 and PCM-A/D16 PC/104 boards.
542 494
@@ -545,7 +497,6 @@ config COMEDI_PCMAD
545 497
546config COMEDI_PCMDA12 498config COMEDI_PCMDA12
547 tristate "Winsystems PCM-D/A-12 8-channel AO PC/104 board support" 499 tristate "Winsystems PCM-D/A-12 8-channel AO PC/104 board support"
548 default N
549 ---help--- 500 ---help---
550 Enable support for Winsystems PCM-D/A-12 8-channel AO PC/104 boards. 501 Enable support for Winsystems PCM-D/A-12 8-channel AO PC/104 boards.
551 Note that the board is not ISA-PNP capable and thus needs the I/O 502 Note that the board is not ISA-PNP capable and thus needs the I/O
@@ -556,7 +507,6 @@ config COMEDI_PCMDA12
556 507
557config COMEDI_PCMMIO 508config COMEDI_PCMMIO
558 tristate "Winsystems PCM-MIO PC/104 board support" 509 tristate "Winsystems PCM-MIO PC/104 board support"
559 default N
560 ---help--- 510 ---help---
561 Enable support for Winsystems PCM-MIO multifunction PC/104 boards. 511 Enable support for Winsystems PCM-MIO multifunction PC/104 boards.
562 512
@@ -565,7 +515,6 @@ config COMEDI_PCMMIO
565 515
566config COMEDI_PCMUIO 516config COMEDI_PCMUIO
567 tristate "Winsystems PCM-UIO48A and PCM-UIO96A PC/104 board support" 517 tristate "Winsystems PCM-UIO48A and PCM-UIO96A PC/104 board support"
568 default N
569 ---help--- 518 ---help---
570 Enable support for PCM-UIO48A and PCM-UIO96A PC/104 boards. 519 Enable support for PCM-UIO48A and PCM-UIO96A PC/104 boards.
571 520
@@ -574,7 +523,6 @@ config COMEDI_PCMUIO
574 523
575config COMEDI_MULTIQ3 524config COMEDI_MULTIQ3
576 tristate "Quanser Consulting MultiQ-3 ISA card support" 525 tristate "Quanser Consulting MultiQ-3 ISA card support"
577 default N
578 ---help--- 526 ---help---
579 Enable support for Quanser Consulting MultiQ-3 ISA cards 527 Enable support for Quanser Consulting MultiQ-3 ISA cards
580 528
@@ -583,7 +531,6 @@ config COMEDI_MULTIQ3
583 531
584config COMEDI_POC 532config COMEDI_POC
585 tristate "Generic driver for very simple devices" 533 tristate "Generic driver for very simple devices"
586 default N
587 ---help--- 534 ---help---
588 Enable generic support for very simple / POC (Piece of Crap) boards, 535 Enable generic support for very simple / POC (Piece of Crap) boards,
589 Keithley Metrabyte DAC-02 (dac02), Advantech PCL-733 (pcl733) and 536 Keithley Metrabyte DAC-02 (dac02), Advantech PCL-733 (pcl733) and
@@ -597,7 +544,6 @@ endif # COMEDI_ISA_DRIVERS
597menuconfig COMEDI_PCI_DRIVERS 544menuconfig COMEDI_PCI_DRIVERS
598 tristate "Comedi PCI drivers" 545 tristate "Comedi PCI drivers"
599 depends on COMEDI && PCI 546 depends on COMEDI && PCI
600 default N
601 ---help--- 547 ---help---
602 Enable comedi PCI drivers to be built 548 Enable comedi PCI drivers to be built
603 549
@@ -610,7 +556,6 @@ if COMEDI_PCI_DRIVERS && PCI
610config COMEDI_ADDI_APCI_035 556config COMEDI_ADDI_APCI_035
611 tristate "ADDI-DATA APCI_035 support" 557 tristate "ADDI-DATA APCI_035 support"
612 depends on VIRT_TO_BUS 558 depends on VIRT_TO_BUS
613 default N
614 ---help--- 559 ---help---
615 Enable support for ADDI-DATA APCI_035 cards 560 Enable support for ADDI-DATA APCI_035 cards
616 561
@@ -620,7 +565,6 @@ config COMEDI_ADDI_APCI_035
620config COMEDI_ADDI_APCI_1032 565config COMEDI_ADDI_APCI_1032
621 tristate "ADDI-DATA APCI_1032 support" 566 tristate "ADDI-DATA APCI_1032 support"
622 depends on VIRT_TO_BUS 567 depends on VIRT_TO_BUS
623 default N
624 ---help--- 568 ---help---
625 Enable support for ADDI-DATA APCI_1032 cards 569 Enable support for ADDI-DATA APCI_1032 cards
626 570
@@ -630,7 +574,6 @@ config COMEDI_ADDI_APCI_1032
630config COMEDI_ADDI_APCI_1500 574config COMEDI_ADDI_APCI_1500
631 tristate "ADDI-DATA APCI_1500 support" 575 tristate "ADDI-DATA APCI_1500 support"
632 depends on VIRT_TO_BUS 576 depends on VIRT_TO_BUS
633 default N
634 ---help--- 577 ---help---
635 Enable support for ADDI-DATA APCI_1500 cards 578 Enable support for ADDI-DATA APCI_1500 cards
636 579
@@ -640,7 +583,6 @@ config COMEDI_ADDI_APCI_1500
640config COMEDI_ADDI_APCI_1516 583config COMEDI_ADDI_APCI_1516
641 tristate "ADDI-DATA APCI_1516 support" 584 tristate "ADDI-DATA APCI_1516 support"
642 depends on VIRT_TO_BUS 585 depends on VIRT_TO_BUS
643 default N
644 ---help--- 586 ---help---
645 Enable support for ADDI-DATA APCI_1516 cards 587 Enable support for ADDI-DATA APCI_1516 cards
646 588
@@ -650,7 +592,6 @@ config COMEDI_ADDI_APCI_1516
650config COMEDI_ADDI_APCI_1564 592config COMEDI_ADDI_APCI_1564
651 tristate "ADDI-DATA APCI_1564 support" 593 tristate "ADDI-DATA APCI_1564 support"
652 depends on VIRT_TO_BUS 594 depends on VIRT_TO_BUS
653 default N
654 ---help--- 595 ---help---
655 Enable support for ADDI-DATA APCI_1564 cards 596 Enable support for ADDI-DATA APCI_1564 cards
656 597
@@ -660,7 +601,6 @@ config COMEDI_ADDI_APCI_1564
660config COMEDI_ADDI_APCI_16XX 601config COMEDI_ADDI_APCI_16XX
661 tristate "ADDI-DATA APCI_16xx support" 602 tristate "ADDI-DATA APCI_16xx support"
662 depends on VIRT_TO_BUS 603 depends on VIRT_TO_BUS
663 default N
664 ---help--- 604 ---help---
665 Enable support for ADDI-DATA APCI_16xx cards 605 Enable support for ADDI-DATA APCI_16xx cards
666 606
@@ -670,7 +610,6 @@ config COMEDI_ADDI_APCI_16XX
670config COMEDI_ADDI_APCI_2016 610config COMEDI_ADDI_APCI_2016
671 tristate "ADDI-DATA APCI_2016 support" 611 tristate "ADDI-DATA APCI_2016 support"
672 depends on VIRT_TO_BUS 612 depends on VIRT_TO_BUS
673 default N
674 ---help--- 613 ---help---
675 Enable support for ADDI-DATA APCI_2016 cards 614 Enable support for ADDI-DATA APCI_2016 cards
676 615
@@ -680,7 +619,6 @@ config COMEDI_ADDI_APCI_2016
680config COMEDI_ADDI_APCI_2032 619config COMEDI_ADDI_APCI_2032
681 tristate "ADDI-DATA APCI_2032 support" 620 tristate "ADDI-DATA APCI_2032 support"
682 depends on VIRT_TO_BUS 621 depends on VIRT_TO_BUS
683 default N
684 ---help--- 622 ---help---
685 Enable support for ADDI-DATA APCI_2032 cards 623 Enable support for ADDI-DATA APCI_2032 cards
686 624
@@ -690,7 +628,6 @@ config COMEDI_ADDI_APCI_2032
690config COMEDI_ADDI_APCI_2200 628config COMEDI_ADDI_APCI_2200
691 tristate "ADDI-DATA APCI_2200 support" 629 tristate "ADDI-DATA APCI_2200 support"
692 depends on VIRT_TO_BUS 630 depends on VIRT_TO_BUS
693 default N
694 ---help--- 631 ---help---
695 Enable support for ADDI-DATA APCI_2200 cards 632 Enable support for ADDI-DATA APCI_2200 cards
696 633
@@ -701,7 +638,6 @@ config COMEDI_ADDI_APCI_3001
701 tristate "ADDI-DATA APCI_3001 support" 638 tristate "ADDI-DATA APCI_3001 support"
702 depends on VIRT_TO_BUS 639 depends on VIRT_TO_BUS
703 select COMEDI_FC 640 select COMEDI_FC
704 default N
705 ---help--- 641 ---help---
706 Enable support for ADDI-DATA APCI_3001 cards 642 Enable support for ADDI-DATA APCI_3001 cards
707 643
@@ -712,7 +648,6 @@ config COMEDI_ADDI_APCI_3120
712 tristate "ADDI-DATA APCI_3520 support" 648 tristate "ADDI-DATA APCI_3520 support"
713 depends on VIRT_TO_BUS 649 depends on VIRT_TO_BUS
714 select COMEDI_FC 650 select COMEDI_FC
715 default N
716 ---help--- 651 ---help---
717 Enable support for ADDI-DATA APCI_3520 cards 652 Enable support for ADDI-DATA APCI_3520 cards
718 653
@@ -722,7 +657,6 @@ config COMEDI_ADDI_APCI_3120
722config COMEDI_ADDI_APCI_3501 657config COMEDI_ADDI_APCI_3501
723 tristate "ADDI-DATA APCI_3501 support" 658 tristate "ADDI-DATA APCI_3501 support"
724 depends on VIRT_TO_BUS 659 depends on VIRT_TO_BUS
725 default N
726 ---help--- 660 ---help---
727 Enable support for ADDI-DATA APCI_3501 cards 661 Enable support for ADDI-DATA APCI_3501 cards
728 662
@@ -732,7 +666,6 @@ config COMEDI_ADDI_APCI_3501
732config COMEDI_ADDI_APCI_3XXX 666config COMEDI_ADDI_APCI_3XXX
733 tristate "ADDI-DATA APCI_3xxx support" 667 tristate "ADDI-DATA APCI_3xxx support"
734 depends on VIRT_TO_BUS 668 depends on VIRT_TO_BUS
735 default N
736 ---help--- 669 ---help---
737 Enable support for ADDI-DATA APCI_3xxx cards 670 Enable support for ADDI-DATA APCI_3xxx cards
738 671
@@ -742,7 +675,6 @@ config COMEDI_ADDI_APCI_3XXX
742config COMEDI_ADL_PCI6208 675config COMEDI_ADL_PCI6208
743 tristate "ADLink PCI-6208A support" 676 tristate "ADLink PCI-6208A support"
744 select COMEDI_8255 677 select COMEDI_8255
745 default N
746 ---help--- 678 ---help---
747 Enable support for ADLink PCI-6208A cards 679 Enable support for ADLink PCI-6208A cards
748 680
@@ -751,7 +683,6 @@ config COMEDI_ADL_PCI6208
751 683
752config COMEDI_ADL_PCI7230 684config COMEDI_ADL_PCI7230
753 tristate "ADLink PCI-7230 digital io board support" 685 tristate "ADLink PCI-7230 digital io board support"
754 default N
755 ---help--- 686 ---help---
756 Enable support for ADlink PCI-7230 digital io board support 687 Enable support for ADlink PCI-7230 digital io board support
757 688
@@ -760,7 +691,6 @@ config COMEDI_ADL_PCI7230
760 691
761config COMEDI_ADL_PCI7296 692config COMEDI_ADL_PCI7296
762 tristate "ADLink PCI-7296 96 ch. digital io board support" 693 tristate "ADLink PCI-7296 96 ch. digital io board support"
763 default N
764 ---help--- 694 ---help---
765 Enable support for ADlink PCI-7296 96 ch. digital io board support 695 Enable support for ADlink PCI-7296 96 ch. digital io board support
766 696
@@ -769,7 +699,6 @@ config COMEDI_ADL_PCI7296
769 699
770config COMEDI_ADL_PCI7432 700config COMEDI_ADL_PCI7432
771 tristate "ADLink PCI-7432 64 ch. isolated digital io board support" 701 tristate "ADLink PCI-7432 64 ch. isolated digital io board support"
772 default N
773 ---help--- 702 ---help---
774 Enable support for ADlink PCI-7432 64 ch. isolated digital io board 703 Enable support for ADlink PCI-7432 64 ch. isolated digital io board
775 704
@@ -778,7 +707,6 @@ config COMEDI_ADL_PCI7432
778 707
779config COMEDI_ADL_PCI8164 708config COMEDI_ADL_PCI8164
780 tristate "ADLink PCI-8164 4 Axes Motion Control board support" 709 tristate "ADLink PCI-8164 4 Axes Motion Control board support"
781 default N
782 ---help--- 710 ---help---
783 Enable support for ADlink PCI-8164 4 Axes Motion Control board 711 Enable support for ADlink PCI-8164 4 Axes Motion Control board
784 712
@@ -788,7 +716,6 @@ config COMEDI_ADL_PCI8164
788config COMEDI_ADL_PCI9111 716config COMEDI_ADL_PCI9111
789 tristate "ADLink PCI-9111HR support" 717 tristate "ADLink PCI-9111HR support"
790 select COMEDI_FC 718 select COMEDI_FC
791 default N
792 ---help--- 719 ---help---
793 Enable support for ADlink PCI9111 cards 720 Enable support for ADlink PCI9111 cards
794 721
@@ -799,7 +726,6 @@ config COMEDI_ADL_PCI9118
799 tristate "ADLink PCI-9118DG, PCI-9118HG, PCI-9118HR support" 726 tristate "ADLink PCI-9118DG, PCI-9118HG, PCI-9118HR support"
800 select COMEDI_FC 727 select COMEDI_FC
801 depends on VIRT_TO_BUS 728 depends on VIRT_TO_BUS
802 default N
803 ---help--- 729 ---help---
804 Enable support for ADlink PCI-9118DG, PCI-9118HG, PCI-9118HR cards 730 Enable support for ADlink PCI-9118DG, PCI-9118HG, PCI-9118HR cards
805 731
@@ -808,7 +734,6 @@ config COMEDI_ADL_PCI9118
808 734
809config COMEDI_ADV_PCI1710 735config COMEDI_ADV_PCI1710
810 tristate "Advantech PCI-171x, PCI-1720 and PCI-1731 support" 736 tristate "Advantech PCI-171x, PCI-1720 and PCI-1731 support"
811 default N
812 ---help--- 737 ---help---
813 Enable support for Advantech PCI-1710, PCI-1710HG, PCI-1711, 738 Enable support for Advantech PCI-1710, PCI-1710HG, PCI-1711,
814 PCI-1713, PCI-1720 and PCI-1731 739 PCI-1713, PCI-1720 and PCI-1731
@@ -818,7 +743,6 @@ config COMEDI_ADV_PCI1710
818 743
819config COMEDI_ADV_PCI1723 744config COMEDI_ADV_PCI1723
820 tristate "Advantech PCI-1723 support" 745 tristate "Advantech PCI-1723 support"
821 default N
822 ---help--- 746 ---help---
823 Enable support for Advantech PCI-1723 cards 747 Enable support for Advantech PCI-1723 cards
824 748
@@ -828,7 +752,6 @@ config COMEDI_ADV_PCI1723
828config COMEDI_ADV_PCI_DIO 752config COMEDI_ADV_PCI_DIO
829 tristate "Advantech PCI DIO card support" 753 tristate "Advantech PCI DIO card support"
830 select COMEDI_8255 754 select COMEDI_8255
831 default N
832 ---help--- 755 ---help---
833 Enable support for Advantech PCI DIO cards 756 Enable support for Advantech PCI DIO cards
834 PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U, 757 PCI-1730, PCI-1733, PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U,
@@ -841,7 +764,6 @@ config COMEDI_ADV_PCI_DIO
841config COMEDI_AMPLC_DIO200_PCI 764config COMEDI_AMPLC_DIO200_PCI
842 tristate "Amplicon PCI215 and PCI272 DIO board support" 765 tristate "Amplicon PCI215 and PCI272 DIO board support"
843 select COMEDI_AMPLC_DIO200 766 select COMEDI_AMPLC_DIO200
844 default N
845 ---help--- 767 ---help---
846 Enable support for Amplicon PCI215 and PCI272 DIO boards. 768 Enable support for Amplicon PCI215 and PCI272 DIO boards.
847 769
@@ -851,7 +773,6 @@ config COMEDI_AMPLC_DIO200_PCI
851config COMEDI_AMPLC_PC236_PCI 773config COMEDI_AMPLC_PC236_PCI
852 tristate "Amplicon PCI236 DIO board support" 774 tristate "Amplicon PCI236 DIO board support"
853 select COMEDI_AMPLC_PC236 775 select COMEDI_AMPLC_PC236
854 default N
855 ---help--- 776 ---help---
856 Enable support for Amplicon PCI236 DIO board. 777 Enable support for Amplicon PCI236 DIO board.
857 778
@@ -861,7 +782,6 @@ config COMEDI_AMPLC_PC236_PCI
861config COMEDI_AMPLC_PC263_PCI 782config COMEDI_AMPLC_PC263_PCI
862 tristate "Amplicon PCI263 relay board support" 783 tristate "Amplicon PCI263 relay board support"
863 select COMEDI_AMPLC_PC263 784 select COMEDI_AMPLC_PC263
864 default N
865 ---help--- 785 ---help---
866 Enable support for Amplicon PCI263 relay board. 786 Enable support for Amplicon PCI263 relay board.
867 787
@@ -871,7 +791,6 @@ config COMEDI_AMPLC_PC263_PCI
871config COMEDI_AMPLC_PCI224 791config COMEDI_AMPLC_PCI224
872 tristate "Amplicon PCI224 and PCI234 support" 792 tristate "Amplicon PCI224 and PCI234 support"
873 select COMEDI_FC 793 select COMEDI_FC
874 default N
875 ---help--- 794 ---help---
876 Enable support for Amplicon PCI224 and PCI234 AO boards 795 Enable support for Amplicon PCI224 and PCI234 AO boards
877 796
@@ -881,7 +800,6 @@ config COMEDI_AMPLC_PCI224
881config COMEDI_AMPLC_PCI230 800config COMEDI_AMPLC_PCI230
882 tristate "Amplicon PCI230 and PCI260 support" 801 tristate "Amplicon PCI230 and PCI260 support"
883 select COMEDI_8255 802 select COMEDI_8255
884 default N
885 ---help--- 803 ---help---
886 Enable support for Amplicon PCI230 and PCI260 Multifunction I/O 804 Enable support for Amplicon PCI230 and PCI260 Multifunction I/O
887 boards 805 boards
@@ -891,7 +809,6 @@ config COMEDI_AMPLC_PCI230
891 809
892config COMEDI_CONTEC_PCI_DIO 810config COMEDI_CONTEC_PCI_DIO
893 tristate "Contec PIO1616L digital I/O board support" 811 tristate "Contec PIO1616L digital I/O board support"
894 default N
895 ---help--- 812 ---help---
896 Enable support for the Contec PIO1616L digital I/O board 813 Enable support for the Contec PIO1616L digital I/O board
897 814
@@ -901,7 +818,6 @@ config COMEDI_CONTEC_PCI_DIO
901config COMEDI_DAS08_PCI 818config COMEDI_DAS08_PCI
902 tristate "DAS-08 PCI support" 819 tristate "DAS-08 PCI support"
903 select COMEDI_DAS08 820 select COMEDI_DAS08
904 default N
905 ---help--- 821 ---help---
906 Enable support for PCI DAS-08 cards. 822 Enable support for PCI DAS-08 cards.
907 823
@@ -910,7 +826,6 @@ config COMEDI_DAS08_PCI
910 826
911config COMEDI_DT3000 827config COMEDI_DT3000
912 tristate "Data Translation DT3000 series support" 828 tristate "Data Translation DT3000 series support"
913 default N
914 ---help--- 829 ---help---
915 Enable support for Data Translation DT3000 series 830 Enable support for Data Translation DT3000 series
916 DT3001, DT3001-PGL, DT3002, DT3003, DT3003-PGL, DT3004, DT3005 and 831 DT3001, DT3001-PGL, DT3002, DT3003, DT3003-PGL, DT3004, DT3005 and
@@ -921,7 +836,6 @@ config COMEDI_DT3000
921 836
922config COMEDI_DYNA_PCI10XX 837config COMEDI_DYNA_PCI10XX
923 tristate "Dynalog PCI DAQ series support" 838 tristate "Dynalog PCI DAQ series support"
924 default N
925 ---help--- 839 ---help---
926 Enable support for Dynalog PCI DAQ series 840 Enable support for Dynalog PCI DAQ series
927 PCI-1050 841 PCI-1050
@@ -931,7 +845,6 @@ config COMEDI_DYNA_PCI10XX
931 845
932config COMEDI_UNIOXX5 846config COMEDI_UNIOXX5
933 tristate "Fastwel UNIOxx-5 analog and digital io board support" 847 tristate "Fastwel UNIOxx-5 analog and digital io board support"
934 default N
935 ---help--- 848 ---help---
936 Enable support for Fastwel UNIOxx-5 (analog and digital i/o) boards 849 Enable support for Fastwel UNIOxx-5 (analog and digital i/o) boards
937 850
@@ -941,7 +854,6 @@ config COMEDI_UNIOXX5
941config COMEDI_GSC_HPDI 854config COMEDI_GSC_HPDI
942 tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support" 855 tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support"
943 select COMEDI_FC 856 select COMEDI_FC
944 default N
945 ---help--- 857 ---help---
946 Enable support for General Standards Corporation high speed parallel 858 Enable support for General Standards Corporation high speed parallel
947 digital interface rs485 boards PCI-HPDI32 and PMC-HPDI32. 859 digital interface rs485 boards PCI-HPDI32 and PMC-HPDI32.
@@ -952,7 +864,6 @@ config COMEDI_GSC_HPDI
952 864
953config COMEDI_ICP_MULTI 865config COMEDI_ICP_MULTI
954 tristate "Inova ICP_MULTI support" 866 tristate "Inova ICP_MULTI support"
955 default N
956 ---help--- 867 ---help---
957 Enable support for Inova ICP_MULTI card 868 Enable support for Inova ICP_MULTI card
958 869
@@ -961,7 +872,6 @@ config COMEDI_ICP_MULTI
961 872
962config COMEDI_II_PCI20KC 873config COMEDI_II_PCI20KC
963 tristate "Intelligent Instruments PCI-20001C carrier support" 874 tristate "Intelligent Instruments PCI-20001C carrier support"
964 default N
965 ---help--- 875 ---help---
966 Enable support for Intelligent Instruments PCI-20001C carrier 876 Enable support for Intelligent Instruments PCI-20001C carrier
967 PCI-20001, PCI-20006 and PCI-20341 877 PCI-20001, PCI-20006 and PCI-20341
@@ -972,7 +882,6 @@ config COMEDI_II_PCI20KC
972config COMEDI_DAQBOARD2000 882config COMEDI_DAQBOARD2000
973 tristate "IOtech DAQboard/2000 support" 883 tristate "IOtech DAQboard/2000 support"
974 select COMEDI_8255 884 select COMEDI_8255
975 default N
976 ---help--- 885 ---help---
977 Enable support for the IOtech DAQboard/2000 886 Enable support for the IOtech DAQboard/2000
978 887
@@ -981,7 +890,6 @@ config COMEDI_DAQBOARD2000
981 890
982config COMEDI_JR3_PCI 891config COMEDI_JR3_PCI
983 tristate "JR3/PCI force sensor board support" 892 tristate "JR3/PCI force sensor board support"
984 default N
985 ---help--- 893 ---help---
986 Enable support for JR3/PCI force sensor boards 894 Enable support for JR3/PCI force sensor boards
987 895
@@ -990,7 +898,6 @@ config COMEDI_JR3_PCI
990 898
991config COMEDI_KE_COUNTER 899config COMEDI_KE_COUNTER
992 tristate "Kolter-Electronic PCI Counter 1 card support" 900 tristate "Kolter-Electronic PCI Counter 1 card support"
993 default N
994 ---help--- 901 ---help---
995 Enable support for Kolter-Electronic PCI Counter 1 cards 902 Enable support for Kolter-Electronic PCI Counter 1 cards
996 903
@@ -1001,7 +908,6 @@ config COMEDI_CB_PCIDAS64
1001 tristate "MeasurementComputing PCI-DAS 64xx, 60xx, and 4020 support" 908 tristate "MeasurementComputing PCI-DAS 64xx, 60xx, and 4020 support"
1002 select COMEDI_8255 909 select COMEDI_8255
1003 select COMEDI_FC 910 select COMEDI_FC
1004 default N
1005 ---help--- 911 ---help---
1006 Enable support for ComputerBoards/MeasurementComputing PCI-DAS 64xx, 912 Enable support for ComputerBoards/MeasurementComputing PCI-DAS 64xx,
1007 60xx, and 4020 series with the PLX 9080 PCI controller 913 60xx, and 4020 series with the PLX 9080 PCI controller
@@ -1013,7 +919,6 @@ config COMEDI_CB_PCIDAS
1013 tristate "MeasurementComputing PCI-DAS support" 919 tristate "MeasurementComputing PCI-DAS support"
1014 select COMEDI_8255 920 select COMEDI_8255
1015 select COMEDI_FC 921 select COMEDI_FC
1016 default N
1017 ---help--- 922 ---help---
1018 Enable support for ComputerBoards/MeasurementComputing PCI-DAS with 923 Enable support for ComputerBoards/MeasurementComputing PCI-DAS with
1019 AMCC S5933 PCIcontroller: PCI-DAS1602/16, PCI-DAS1602/16jr, 924 AMCC S5933 PCIcontroller: PCI-DAS1602/16, PCI-DAS1602/16jr,
@@ -1026,7 +931,6 @@ config COMEDI_CB_PCIDAS
1026config COMEDI_CB_PCIDDA 931config COMEDI_CB_PCIDDA
1027 tristate "MeasurementComputing PCI-DDA series support" 932 tristate "MeasurementComputing PCI-DDA series support"
1028 select COMEDI_8255 933 select COMEDI_8255
1029 default N
1030 ---help--- 934 ---help---
1031 Enable support for ComputerBoards/MeasurementComputing PCI-DDA 935 Enable support for ComputerBoards/MeasurementComputing PCI-DDA
1032 series: PCI-DDA08/12, PCI-DDA04/12, PCI-DDA02/12, PCI-DDA08/16, 936 series: PCI-DDA08/12, PCI-DDA04/12, PCI-DDA02/12, PCI-DDA08/16,
@@ -1038,7 +942,6 @@ config COMEDI_CB_PCIDDA
1038config COMEDI_CB_PCIDIO 942config COMEDI_CB_PCIDIO
1039 tristate "MeasurementComputing PCI-DIO series support" 943 tristate "MeasurementComputing PCI-DIO series support"
1040 select COMEDI_8255 944 select COMEDI_8255
1041 default N
1042 ---help--- 945 ---help---
1043 Enable support for ComputerBoards/MeasurementComputing PCI-DIO series 946 Enable support for ComputerBoards/MeasurementComputing PCI-DIO series
1044 PCI-DIO24, PCI-DIO24H and PCI-DIO48H 947 PCI-DIO24, PCI-DIO24H and PCI-DIO48H
@@ -1049,7 +952,6 @@ config COMEDI_CB_PCIDIO
1049config COMEDI_CB_PCIMDAS 952config COMEDI_CB_PCIMDAS
1050 tristate "MeasurementComputing PCIM-DAS1602/16 support" 953 tristate "MeasurementComputing PCIM-DAS1602/16 support"
1051 select COMEDI_8255 954 select COMEDI_8255
1052 default N
1053 ---help--- 955 ---help---
1054 Enable support for ComputerBoards/MeasurementComputing PCI Migration 956 Enable support for ComputerBoards/MeasurementComputing PCI Migration
1055 series PCIM-DAS1602/16 957 series PCIM-DAS1602/16
@@ -1060,7 +962,6 @@ config COMEDI_CB_PCIMDAS
1060config COMEDI_CB_PCIMDDA 962config COMEDI_CB_PCIMDDA
1061 tristate "MeasurementComputing PCIM-DDA06-16 support" 963 tristate "MeasurementComputing PCIM-DDA06-16 support"
1062 select COMEDI_8255 964 select COMEDI_8255
1063 default N
1064 ---help--- 965 ---help---
1065 Enable support for ComputerBoards/MeasurementComputing PCIM-DDA06-16 966 Enable support for ComputerBoards/MeasurementComputing PCIM-DDA06-16
1066 967
@@ -1069,7 +970,6 @@ config COMEDI_CB_PCIMDDA
1069 970
1070config COMEDI_ME4000 971config COMEDI_ME4000
1071 tristate "Meilhaus ME-4000 support" 972 tristate "Meilhaus ME-4000 support"
1072 default N
1073 ---help--- 973 ---help---
1074 Enable support for Meilhaus PCI data acquisition cards 974 Enable support for Meilhaus PCI data acquisition cards
1075 ME-4650, ME-4670i, ME-4680, ME-4680i and ME-4680is 975 ME-4650, ME-4670i, ME-4680, ME-4680i and ME-4680is
@@ -1079,7 +979,6 @@ config COMEDI_ME4000
1079 979
1080config COMEDI_ME_DAQ 980config COMEDI_ME_DAQ
1081 tristate "Meilhaus ME-2000i, ME-2600i, ME-3000vm1 support" 981 tristate "Meilhaus ME-2000i, ME-2600i, ME-3000vm1 support"
1082 default N
1083 ---help--- 982 ---help---
1084 Enable support for Meilhaus PCI data acquisition cards 983 Enable support for Meilhaus PCI data acquisition cards
1085 ME-2000i, ME-2600i and ME-3000vm1 984 ME-2000i, ME-2600i and ME-3000vm1
@@ -1090,7 +989,6 @@ config COMEDI_ME_DAQ
1090config COMEDI_NI_6527 989config COMEDI_NI_6527
1091 tristate "NI 6527 support" 990 tristate "NI 6527 support"
1092 depends on COMEDI_MITE 991 depends on COMEDI_MITE
1093 default N
1094 ---help--- 992 ---help---
1095 Enable support for the National Instruments 6527 PCI card 993 Enable support for the National Instruments 6527 PCI card
1096 994
@@ -1100,7 +998,6 @@ config COMEDI_NI_6527
1100config COMEDI_NI_65XX 998config COMEDI_NI_65XX
1101 tristate "NI 65xx static dio PCI card support" 999 tristate "NI 65xx static dio PCI card support"
1102 depends on COMEDI_MITE 1000 depends on COMEDI_MITE
1103 default N
1104 ---help--- 1001 ---help---
1105 Enable support for National Instruments 65xx static dio boards. 1002 Enable support for National Instruments 65xx static dio boards.
1106 Supported devices: National Instruments PCI-6509 (ni_65xx), 1003 Supported devices: National Instruments PCI-6509 (ni_65xx),
@@ -1114,7 +1011,6 @@ config COMEDI_NI_65XX
1114config COMEDI_NI_660X 1011config COMEDI_NI_660X
1115 tristate "NI 660x counter/timer PCI card support" 1012 tristate "NI 660x counter/timer PCI card support"
1116 depends on COMEDI_NI_TIO && COMEDI_NI_COMMON 1013 depends on COMEDI_NI_TIO && COMEDI_NI_COMMON
1117 default N
1118 ---help--- 1014 ---help---
1119 Enable support for National Instruments PCI-6601 (ni_660x), PCI-6602, 1015 Enable support for National Instruments PCI-6601 (ni_660x), PCI-6602,
1120 PXI-6602 and PXI-6608. 1016 PXI-6602 and PXI-6608.
@@ -1125,7 +1021,6 @@ config COMEDI_NI_660X
1125config COMEDI_NI_670X 1021config COMEDI_NI_670X
1126 tristate "NI 670x PCI card support" 1022 tristate "NI 670x PCI card support"
1127 depends on COMEDI_MITE 1023 depends on COMEDI_MITE
1128 default N
1129 ---help--- 1024 ---help---
1130 Enable support for National Instruments PCI-6703 and PCI-6704 1025 Enable support for National Instruments PCI-6703 and PCI-6704
1131 1026
@@ -1136,7 +1031,6 @@ config COMEDI_NI_PCIDIO
1136 tristate "NI PCI-DIO32HS, PCI-DIO96, PCI-6533, PCI-6503 support" 1031 tristate "NI PCI-DIO32HS, PCI-DIO96, PCI-6533, PCI-6503 support"
1137 depends on COMEDI_MITE 1032 depends on COMEDI_MITE
1138 select COMEDI_8255 1033 select COMEDI_8255
1139 default N
1140 ---help--- 1034 ---help---
1141 Enable support for National Instruments PCI-DIO-32HS, PXI-6533, 1035 Enable support for National Instruments PCI-DIO-32HS, PXI-6533,
1142 PCI-DIO-96, PCI-DIO-96B, PXI-6508, PCI-6503, PCI-6503B, PCI-6503X, 1036 PCI-DIO-96, PCI-DIO-96B, PXI-6508, PCI-6503, PCI-6503B, PCI-6503X,
@@ -1152,7 +1046,6 @@ config COMEDI_NI_PCIMIO
1152 depends on COMEDI_NI_TIO && COMEDI_NI_COMMON 1046 depends on COMEDI_NI_TIO && COMEDI_NI_COMMON
1153 select COMEDI_8255 1047 select COMEDI_8255
1154 select COMEDI_FC 1048 select COMEDI_FC
1155 default N
1156 ---help--- 1049 ---help---
1157 Enable support for National Instruments PCI-MIO-E series and M series 1050 Enable support for National Instruments PCI-MIO-E series and M series
1158 (all boards): PCI-MIO-16XE-10, PXI-6030E, PCI-MIO-16E-1, 1051 (all boards): PCI-MIO-16XE-10, PXI-6030E, PCI-MIO-16E-1,
@@ -1171,7 +1064,6 @@ config COMEDI_NI_PCIMIO
1171config COMEDI_RTD520 1064config COMEDI_RTD520
1172 tristate "Real Time Devices PCI4520/DM7520 support" 1065 tristate "Real Time Devices PCI4520/DM7520 support"
1173 select COMEDI_8255 1066 select COMEDI_8255
1174 default N
1175 ---help--- 1067 ---help---
1176 Enable support for Real Time Devices PCI4520/DM7520 1068 Enable support for Real Time Devices PCI4520/DM7520
1177 1069
@@ -1180,7 +1072,6 @@ config COMEDI_RTD520
1180 1072
1181config COMEDI_S526 1073config COMEDI_S526
1182 tristate "Sensoray s526 support" 1074 tristate "Sensoray s526 support"
1183 default N
1184 ---help--- 1075 ---help---
1185 Enable support for Sensoray s526 1076 Enable support for Sensoray s526
1186 1077
@@ -1190,7 +1081,6 @@ config COMEDI_S526
1190config COMEDI_S626 1081config COMEDI_S626
1191 tristate "Sensoray 626 support" 1082 tristate "Sensoray 626 support"
1192 select COMEDI_FC 1083 select COMEDI_FC
1193 default N
1194 ---help--- 1084 ---help---
1195 Enable support for Sensoray 626 1085 Enable support for Sensoray 626
1196 1086
@@ -1199,7 +1089,6 @@ config COMEDI_S626
1199 1089
1200config COMEDI_SSV_DNP 1090config COMEDI_SSV_DNP
1201 tristate "SSV Embedded Systems DIL/Net-PC support" 1091 tristate "SSV Embedded Systems DIL/Net-PC support"
1202 default N
1203 ---help--- 1092 ---help---
1204 Enable support for SSV Embedded Systems DIL/Net-PC 1093 Enable support for SSV Embedded Systems DIL/Net-PC
1205 1094
@@ -1211,7 +1100,6 @@ endif # COMEDI_PCI_DRIVERS
1211menuconfig COMEDI_PCMCIA_DRIVERS 1100menuconfig COMEDI_PCMCIA_DRIVERS
1212 tristate "Comedi PCMCIA drivers" 1101 tristate "Comedi PCMCIA drivers"
1213 depends on COMEDI && (PCMCIA || PCCARD) 1102 depends on COMEDI && (PCMCIA || PCCARD)
1214 default N
1215 ---help--- 1103 ---help---
1216 Enable comedi PCMCIA and PCCARD drivers to be built 1104 Enable comedi PCMCIA and PCCARD drivers to be built
1217 1105
@@ -1223,7 +1111,6 @@ if COMEDI_PCMCIA_DRIVERS && PCMCIA
1223 1111
1224config COMEDI_CB_DAS16_CS 1112config COMEDI_CB_DAS16_CS
1225 tristate "CB DAS16 series PCMCIA support" 1113 tristate "CB DAS16 series PCMCIA support"
1226 default N
1227 ---help--- 1114 ---help---
1228 Enable support for the ComputerBoards/MeasurementComputing PCMCIA 1115 Enable support for the ComputerBoards/MeasurementComputing PCMCIA
1229 cards DAS16/16, PCM-DAS16D/12 and PCM-DAS16s/16 1116 cards DAS16/16, PCM-DAS16D/12 and PCM-DAS16s/16
@@ -1234,7 +1121,6 @@ config COMEDI_CB_DAS16_CS
1234config COMEDI_DAS08_CS 1121config COMEDI_DAS08_CS
1235 tristate "CB DAS08 PCMCIA support" 1122 tristate "CB DAS08 PCMCIA support"
1236 select COMEDI_DAS08 1123 select COMEDI_DAS08
1237 default N
1238 ---help--- 1124 ---help---
1239 Enable support for the ComputerBoards/MeasurementComputing DAS-08 1125 Enable support for the ComputerBoards/MeasurementComputing DAS-08
1240 PCMCIA card 1126 PCMCIA card
@@ -1245,7 +1131,6 @@ config COMEDI_DAS08_CS
1245config COMEDI_NI_DAQ_700_CS 1131config COMEDI_NI_DAQ_700_CS
1246 tristate "NI DAQCard-700 PCMCIA support" 1132 tristate "NI DAQCard-700 PCMCIA support"
1247 depends on COMEDI_NI_COMMON 1133 depends on COMEDI_NI_COMMON
1248 default N
1249 ---help--- 1134 ---help---
1250 Enable support for the National Instruments PCMCIA DAQCard-700 DIO 1135 Enable support for the National Instruments PCMCIA DAQCard-700 DIO
1251 1136
@@ -1256,7 +1141,6 @@ config COMEDI_NI_DAQ_DIO24_CS
1256 tristate "NI DAQ-Card DIO-24 PCMCIA support" 1141 tristate "NI DAQ-Card DIO-24 PCMCIA support"
1257 depends on COMEDI_NI_COMMON 1142 depends on COMEDI_NI_COMMON
1258 select COMEDI_8255 1143 select COMEDI_8255
1259 default N
1260 ---help--- 1144 ---help---
1261 Enable support for the National Instruments PCMCIA DAQ-Card DIO-24 1145 Enable support for the National Instruments PCMCIA DAQ-Card DIO-24
1262 1146
@@ -1266,7 +1150,6 @@ config COMEDI_NI_DAQ_DIO24_CS
1266config COMEDI_NI_LABPC_CS 1150config COMEDI_NI_LABPC_CS
1267 tristate "NI DAQCard-1200 PCMCIA support" 1151 tristate "NI DAQCard-1200 PCMCIA support"
1268 depends on COMEDI_NI_LABPC 1152 depends on COMEDI_NI_LABPC
1269 default N
1270 ---help--- 1153 ---help---
1271 Enable support for the National Instruments PCMCIA DAQCard-1200 1154 Enable support for the National Instruments PCMCIA DAQCard-1200
1272 1155
@@ -1278,7 +1161,6 @@ config COMEDI_NI_MIO_CS
1278 depends on COMEDI_NI_TIO && COMEDI_NI_COMMON 1161 depends on COMEDI_NI_TIO && COMEDI_NI_COMMON
1279 select COMEDI_8255 1162 select COMEDI_8255
1280 select COMEDI_FC 1163 select COMEDI_FC
1281 default N
1282 ---help--- 1164 ---help---
1283 Enable support for the National Instruments PCMCIA DAQCard E series 1165 Enable support for the National Instruments PCMCIA DAQCard E series
1284 DAQCard-ai-16xe-50, DAQCard-ai-16e-4, DAQCard-6062E, DAQCard-6024E 1166 DAQCard-ai-16xe-50, DAQCard-ai-16e-4, DAQCard-6062E, DAQCard-6024E
@@ -1289,7 +1171,6 @@ config COMEDI_NI_MIO_CS
1289 1171
1290config COMEDI_QUATECH_DAQP_CS 1172config COMEDI_QUATECH_DAQP_CS
1291 tristate "Quatech DAQP PCMCIA data capture card support" 1173 tristate "Quatech DAQP PCMCIA data capture card support"
1292 default N
1293 ---help--- 1174 ---help---
1294 Enable support for the Quatech DAQP PCMCIA data capture cards 1175 Enable support for the Quatech DAQP PCMCIA data capture cards
1295 DAQP-208 and DAQP-308 1176 DAQP-208 and DAQP-308
@@ -1302,7 +1183,6 @@ endif # COMEDI_PCMCIA_DRIVERS
1302menuconfig COMEDI_USB_DRIVERS 1183menuconfig COMEDI_USB_DRIVERS
1303 tristate "Comedi USB drivers" 1184 tristate "Comedi USB drivers"
1304 depends on COMEDI && USB 1185 depends on COMEDI && USB
1305 default N
1306 ---help--- 1186 ---help---
1307 Enable comedi USB drivers to be built 1187 Enable comedi USB drivers to be built
1308 1188
@@ -1314,7 +1194,6 @@ if COMEDI_USB_DRIVERS && USB
1314 1194
1315config COMEDI_DT9812 1195config COMEDI_DT9812
1316 tristate "DataTranslation DT9812 USB module support" 1196 tristate "DataTranslation DT9812 USB module support"
1317 default N
1318 ---help--- 1197 ---help---
1319 Enable support for the Data Translation DT9812 USB module 1198 Enable support for the Data Translation DT9812 USB module
1320 1199
@@ -1323,7 +1202,6 @@ config COMEDI_DT9812
1323 1202
1324config COMEDI_USBDUX 1203config COMEDI_USBDUX
1325 tristate "ITL USB-DUX-D support" 1204 tristate "ITL USB-DUX-D support"
1326 default N
1327 ---help--- 1205 ---help---
1328 Enable support for the Incite Technology Ltd USB-DUX-D Board 1206 Enable support for the Incite Technology Ltd USB-DUX-D Board
1329 1207
@@ -1333,7 +1211,6 @@ config COMEDI_USBDUX
1333config COMEDI_USBDUXFAST 1211config COMEDI_USBDUXFAST
1334 tristate "ITL USB-DUXfast support" 1212 tristate "ITL USB-DUXfast support"
1335 select COMEDI_FC 1213 select COMEDI_FC
1336 default N
1337 ---help--- 1214 ---help---
1338 Enable support for the Incite Technology Ltd USB-DUXfast Board 1215 Enable support for the Incite Technology Ltd USB-DUXfast Board
1339 1216
@@ -1343,7 +1220,6 @@ config COMEDI_USBDUXFAST
1343config COMEDI_USBDUXSIGMA 1220config COMEDI_USBDUXSIGMA
1344 tristate "ITL USB-DUXsigma support" 1221 tristate "ITL USB-DUXsigma support"
1345 select COMEDI_FC 1222 select COMEDI_FC
1346 default N
1347 ---help--- 1223 ---help---
1348 Enable support for the Incite Technology Ltd USB-DUXsigma Board 1224 Enable support for the Incite Technology Ltd USB-DUXsigma Board
1349 1225
@@ -1352,7 +1228,6 @@ config COMEDI_USBDUXSIGMA
1352 1228
1353config COMEDI_VMK80XX 1229config COMEDI_VMK80XX
1354 tristate "Velleman VM110/VM140 USB Board support" 1230 tristate "Velleman VM110/VM140 USB Board support"
1355 default N
1356 ---help--- 1231 ---help---
1357 Build the Velleman USB Board Low-Level Driver supporting the 1232 Build the Velleman USB Board Low-Level Driver supporting the
1358 K8055/K8061 aka VM110/VM140 devices 1233 K8055/K8061 aka VM110/VM140 devices
@@ -1365,7 +1240,6 @@ endif # COMEDI_USB_DRIVERS
1365menuconfig COMEDI_NI_COMMON 1240menuconfig COMEDI_NI_COMMON
1366 tristate "Comedi National Instruments card support" 1241 tristate "Comedi National Instruments card support"
1367 depends on COMEDI 1242 depends on COMEDI
1368 default N
1369 ---help--- 1243 ---help---
1370 Enable comedi support for National Instruments cards. 1244 Enable comedi support for National Instruments cards.
1371 Modules in this section are used by many comedi NI drivers. 1245 Modules in this section are used by many comedi NI drivers.
@@ -1379,7 +1253,6 @@ if COMEDI_NI_COMMON
1379config COMEDI_MITE 1253config COMEDI_MITE
1380 tristate "NI Mite PCI interface chip support" 1254 tristate "NI Mite PCI interface chip support"
1381 depends on PCI 1255 depends on PCI
1382 default N
1383 ---help--- 1256 ---help---
1384 Enable support for National Instruments Mite PCI interface chip 1257 Enable support for National Instruments Mite PCI interface chip
1385 1258
@@ -1389,7 +1262,6 @@ config COMEDI_MITE
1389config COMEDI_NI_TIO 1262config COMEDI_NI_TIO
1390 tristate "NI general purpose counter support" 1263 tristate "NI general purpose counter support"
1391 depends on COMEDI_MITE 1264 depends on COMEDI_MITE
1392 default N
1393 ---help--- 1265 ---help---
1394 Enable support for National Instruments general purpose counters. 1266 Enable support for National Instruments general purpose counters.
1395 This module is not used directly by end-users. Rather, it 1267 This module is not used directly by end-users. Rather, it
@@ -1405,7 +1277,6 @@ config COMEDI_NI_LABPC
1405 select COMEDI_8255 1277 select COMEDI_8255
1406 select COMEDI_FC 1278 select COMEDI_FC
1407 depends on VIRT_TO_BUS 1279 depends on VIRT_TO_BUS
1408 default N
1409 ---help--- 1280 ---help---
1410 Enable support for National Instruments Lab-PC and compatibles 1281 Enable support for National Instruments Lab-PC and compatibles
1411 Lab-PC-1200, Lab-PC-1200AI, Lab-PC+ and PCI-1200. 1282 Lab-PC-1200, Lab-PC-1200AI, Lab-PC+ and PCI-1200.
@@ -1420,7 +1291,6 @@ endif # COMEDI_NI_COMMON
1420config COMEDI_8255 1291config COMEDI_8255
1421 tristate "Generic 8255 support" 1292 tristate "Generic 8255 support"
1422 depends on COMEDI 1293 depends on COMEDI
1423 default N
1424 ---help--- 1294 ---help---
1425 Enable generic 8255 support. 1295 Enable generic 8255 support.
1426 1296
@@ -1437,7 +1307,6 @@ config COMEDI_8255
1437config COMEDI_FC 1307config COMEDI_FC
1438 tristate "Comedi shared functions for low-level driver support" 1308 tristate "Comedi shared functions for low-level driver support"
1439 depends on COMEDI 1309 depends on COMEDI
1440 default N
1441 ---help--- 1310 ---help---
1442 Enable support for shared functions for low-level drivers. 1311 Enable support for shared functions for low-level drivers.
1443 This module is not used directly by end-users. Rather, it 1312 This module is not used directly by end-users. Rather, it
@@ -1447,20 +1316,20 @@ config COMEDI_FC
1447 called comedi_fc. 1316 called comedi_fc.
1448 1317
1449config COMEDI_AMPLC_DIO200 1318config COMEDI_AMPLC_DIO200
1450 def_tristate N 1319 tristate
1451 depends on COMEDI 1320 depends on COMEDI
1452 select COMEDI_8255 1321 select COMEDI_8255
1453 1322
1454config COMEDI_AMPLC_PC236 1323config COMEDI_AMPLC_PC236
1455 def_tristate N 1324 tristate
1456 depends on COMEDI 1325 depends on COMEDI
1457 select COMEDI_8255 1326 select COMEDI_8255
1458 1327
1459config COMEDI_AMPLC_PC263 1328config COMEDI_AMPLC_PC263
1460 def_tristate N 1329 tristate
1461 depends on COMEDI 1330 depends on COMEDI
1462 1331
1463config COMEDI_DAS08 1332config COMEDI_DAS08
1464 def_tristate N 1333 tristate
1465 depends on COMEDI 1334 depends on COMEDI
1466 select COMEDI_8255 1335 select COMEDI_8255