[RFC/PATCH 4/4] Enable MSI on Powerpc
    Michael Ellerman 
    michael at ellerman.id.au
       
    Fri Aug 18 18:13:31 EST 2006
    
    
  
Allow PCI_MSI to build on POWERPC.
Signed-off-by: Michael Ellerman <michael at ellerman.id.au>
---
 drivers/pci/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Index: git/drivers/pci/Kconfig
===================================================================
--- git.orig/drivers/pci/Kconfig
+++ git/drivers/pci/Kconfig
@@ -4,7 +4,7 @@
 config PCI_MSI
 	bool "Message Signaled Interrupts (MSI and MSI-X)"
 	depends on PCI
-	depends on (X86_LOCAL_APIC && X86_IO_APIC) || IA64
+	depends on (X86_LOCAL_APIC && X86_IO_APIC) || IA64 || POWERPC
 	help
 	   This allows device drivers to enable MSI (Message Signaled
 	   Interrupts).  Message Signaled Interrupts enable a device to
    
    
More information about the Linuxppc-dev
mailing list