Kconfig revision 84c9dc212ace974acf2ccfc5a97e83796c6385b2
1config COMEDI
2	tristate "Data Acquision support (comedi)"
3	default N
4	---help---
5	  Enable support a wide range of data acquision devices
6	  for Linux.
7
8config COMEDI_RT
9	tristate "Comedi Real-time support"
10	depends on COMEDI && RT
11	default N
12	---help---
13	  Enable Real time support for the Comedi core.
14
15config COMEDI_PCI_DRIVERS
16	tristate "Comedi PCI drivers"
17	depends on COMEDI && PCI
18	default N
19	---help---
20	  Enable lots of comedi PCI drivers to be built
21
22config COMEDI_USB_DRIVERS
23	tristate "Comedi USB drivers"
24	depends on COMEDI && USB
25	default N
26	---help---
27	  Enable lots of comedi USB drivers to be built
28