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