Kconfig 39 KB

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