Kconfig revision cad9e3c75bdddfb214fd2a5885f5cce3a38ba300
1config COMEDI
2	tristate "Data acquisition support (comedi)"
3	default N
4	depends on m && (PCI || PCMCIA || PCCARD || USB)
5	---help---
6	  Enable support a wide range of data acquisition devices
7	  for Linux.
8
9config 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
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_PCMCIA_DRIVERS
24	tristate "Comedi PCMCIA drivers"
25	depends on COMEDI && PCMCIA && PCCARD
26	default N
27	---help---
28	  Enable lots of comedi PCMCIA and PCCARD drivers to be built
29
30config COMEDI_USB_DRIVERS
31	tristate "Comedi USB drivers"
32	depends on COMEDI && USB
33	default N
34	---help---
35	  Enable lots of comedi USB drivers to be built
36