Staging: comedi: add new drivers to the kernel build
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / comedi / Kconfig
blob6365a2023d524a363bab79742517eb3ccd352943
1 config COMEDI
2         tristate "Data Acquision support (comedi)"
3         default N
4         depends on m
5         ---help---
6           Enable support a wide range of data acquision devices
7           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.
16 config 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.
23 config 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
30 config 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
37 config 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