Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. help
  9. This allows device drivers to enable MSI (Message Signaled
  10. Interrupts). Message Signaled Interrupts enable a device to
  11. generate an interrupt using an inbound Memory Write on its
  12. PCI bus instead of asserting a device IRQ pin.
  13. If you don't know what to do here, say N.
  14. config PCI_LEGACY_PROC
  15. bool "Legacy /proc/pci interface"
  16. depends on PCI
  17. ---help---
  18. This feature enables a procfs file -- /proc/pci -- that provides a
  19. summary of PCI devices in the system.
  20. This feature has been deprecated as of v2.5.53, in favor of using the
  21. tool lspci(8). This feature may be removed at a future date.
  22. lspci can provide the same data, as well as much more. lspci is a part of
  23. the pci-utils package, which should be installed by your distribution.
  24. See <file:Documentation/Changes> for information on where to get the latest
  25. version.
  26. When in doubt, say N.
  27. config PCI_DEBUG
  28. bool "PCI Debugging"
  29. depends on PCI && DEBUG_KERNEL
  30. help
  31. Say Y here if you want the PCI core to produce a bunch of debug
  32. messages to the system log. Select this if you are having a
  33. problem with PCI support and want to see more of what is going on.
  34. When in doubt, say N.