[RFC/PATCH 4/4] Enable MSI on Powerpc
Jake Moilanen
moilanen at austin.ibm.com
Thu Sep 28 05:46:05 EST 2006
On Fri, 2006-08-18 at 18:13 +1000, Michael Ellerman wrote:
> 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
Shouldn't this be PPC?
> 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