Revert "genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier"
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / comedi / Kconfig
blob1d6834d271fea06d529bb50ec6f2045842a5eee5
1 config 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.
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_PCI_DRIVERS
17         tristate "Comedi PCI drivers"
18         depends on COMEDI && PCI
19         select COMEDI_8255
20         default N
21         ---help---
22           Enable lots of comedi PCI drivers to be built
24 config COMEDI_PCMCIA_DRIVERS
25         tristate "Comedi PCMCIA drivers"
26         depends on COMEDI && PCMCIA && PCCARD
27         select COMEDI_8255
28         default N
29         ---help---
30           Enable lots of comedi PCMCIA and PCCARD drivers to be built
32 config COMEDI_USB_DRIVERS
33         tristate "Comedi USB drivers"
34         depends on COMEDI && USB
35         default N
36         ---help---
37           Enable lots of comedi USB drivers to be built
39 config COMEDI_8255
40         tristate