From: Andrew Morton drivers/built-in.o: In function `ht_destroy_irq': drivers/pci/htirq.c:183: undefined reference to `destroy_irq' drivers/built-in.o: In function `ht_create_irq': drivers/pci/htirq.c:155: undefined reference to `create_irq' Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton --- drivers/pci/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/pci/Kconfig~initial-generic-hypertransport-interrupt-support-Kconfig-fix drivers/pci/Kconfig --- a/drivers/pci/Kconfig~initial-generic-hypertransport-interrupt-support-Kconfig-fix +++ a/drivers/pci/Kconfig @@ -55,7 +55,7 @@ config PCI_DEBUG config HT_IRQ bool "Interrupts on hypertransport devices" default y - depends on PCI + depends on PCI_MSI depends on X86_LOCAL_APIC && X86_IO_APIC help This allows native hypertransport devices to use interrupts. _