X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=drivers%2Fpci%2FKconfig;h=5f1b9f58070e7cd55ace1d08f0c99a3ce4c9d1dc;hp=c27e782e6df999de618dc5a96e6cfd2ec15f6939;hb=752c58a471c108d64da1676b2925dfbd83eb177e;hpb=b278240839e20fa9384ea430df463b367b90e04e diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index c27e782e6df9..5f1b9f58070e 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -19,7 +19,7 @@ config PCI_MSI config PCI_MULTITHREAD_PROBE bool "PCI Multi-threaded probe (EXPERIMENTAL)" - depends on PCI && EXPERIMENTAL + depends on PCI && EXPERIMENTAL && BROKEN help Say Y here if you want the PCI core to spawn a new thread for every PCI device that is probed. This can cause a huge @@ -52,3 +52,11 @@ config PCI_DEBUG When in doubt, say N. +config HT_IRQ + bool "Interrupts on hypertransport devices" + default y + depends on PCI && X86_LOCAL_APIC && X86_IO_APIC + help + This allows native hypertransport devices to use interrupts. + + If unsure say Y.