URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [pci/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
## PCI configuration#config ARCH_SUPPORTS_MSIbooldefault nconfig PCI_MSIbool "Message Signaled Interrupts (MSI and MSI-X)"depends on PCIdepends on ARCH_SUPPORTS_MSIhelpThis allows device drivers to enable MSI (Message SignaledInterrupts). Message Signaled Interrupts enable a device togenerate an interrupt using an inbound Memory Write on itsPCI bus instead of asserting a device IRQ pin.Use of PCI MSI interrupts can be disabled at kernel boot timeby using the 'pci=nomsi' option. This disables MSI for theentire system.If you don't know what to do here, say N.config PCI_LEGACYbool "Enable deprecated pci_find_* API"depends on PCIdefault yhelpSay Y here if you want to include support for the deprecatedpci_find_slot() and pci_find_device() APIs. Most drivers havebeen converted over to using the proper hotplug APIs, so thisoption serves to include/exclude only a few drivers that arestill using this API.config PCI_DEBUGbool "PCI Debugging"depends on PCI && DEBUG_KERNELhelpSay Y here if you want the PCI core to produce a bunch of debugmessages to the system log. Select this if you are having aproblem with PCI support and want to see more of what is going on.When in doubt, say N.config HT_IRQbool "Interrupts on hypertransport devices"default ydepends on PCI && X86_LOCAL_APIC && X86_IO_APIChelpThis allows native hypertransport devices to use interrupts.If unsure say Y.
