Merge to Fedora kernel-2.6.17-1.2187_FC5 patched with stable patch-2.6.17.13-vs2...
[linux-2.6.git] / drivers / pci / Kconfig
1 #
2 # PCI configuration
3 #
4 config PCI_MSI
5         bool "Message Signaled Interrupts (MSI and MSI-X)"
6         depends on PCI
7         depends on (X86_LOCAL_APIC && X86_IO_APIC) || IA64
8         depends on !XEN
9         help
10            This allows device drivers to enable MSI (Message Signaled
11            Interrupts).  Message Signaled Interrupts enable a device to
12            generate an interrupt using an inbound Memory Write on its
13            PCI bus instead of asserting a device IRQ pin.
14
15            Use of PCI MSI interrupts can be disabled at kernel boot time
16            by using the 'pci=nomsi' option.  This disables MSI for the
17            entire system.
18
19            If you don't know what to do here, say N.
20
21 config PCI_DEBUG
22         bool "PCI Debugging"
23         depends on PCI && DEBUG_KERNEL
24         help
25           Say Y here if you want the PCI core to produce a bunch of debug
26           messages to the system log.  Select this if you are having a
27           problem with PCI support and want to see more of what is going on.
28
29           When in doubt, say N.
30