blob: 2d819d278b0ece94afad8f71be331180bbcd1bfb [file] [log] [blame]
David Schleefed9eccb2008-11-04 20:29:31 -08001config COMEDI
Matt LaPlante692105b2009-01-26 11:12:25 +01002 tristate "Data acquisition support (comedi)"
David Schleefed9eccb2008-11-04 20:29:31 -08003 default N
Greg Kroah-Hartmanc69a1f02009-01-16 17:59:15 -08004 depends on m
David Schleefed9eccb2008-11-04 20:29:31 -08005 ---help---
Matt LaPlante692105b2009-01-26 11:12:25 +01006 Enable support a wide range of data acquisition devices
David Schleefed9eccb2008-11-04 20:29:31 -08007 for Linux.
8
Mariusz Kozlowski0a3b8b62009-02-16 21:31:27 +01009config 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
David Schleefed9eccb2008-11-04 20:29:31 -080016config COMEDI_RT
17 tristate "Comedi Real-time support"
18 depends on COMEDI && RT
19 default N
20 ---help---
21 Enable Real time support for the Comedi core.
Greg Kroah-Hartman84c9dc22008-11-14 14:10:15 -080022
23config COMEDI_PCI_DRIVERS
24 tristate "Comedi PCI drivers"
25 depends on COMEDI && PCI
26 default N
27 ---help---
28 Enable lots of comedi PCI drivers to be built
29
Greg Kroah-Hartman851a2c12009-02-19 10:25:52 -080030config COMEDI_PCMCIA_DRIVERS
31 tristate "Comedi PCMCIA drivers"
32 depends on COMEDI && PCMCIAI
33 default N
34 ---help---
35 Enable lots of comedi PCMCIA drivers to be built
36
Greg Kroah-Hartman84c9dc22008-11-14 14:10:15 -080037config COMEDI_USB_DRIVERS
38 tristate "Comedi USB drivers"
39 depends on COMEDI && USB
40 default N
41 ---help---
42 Enable lots of comedi USB drivers to be built