]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/powernv: Fix missing Kconfig dependency for MSIs
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 24 Apr 2013 05:15:33 +0000 (15:15 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 24 Apr 2013 05:15:33 +0000 (15:15 +1000)
We need PPC_MSI_BITMAP support

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/sysdev/Kconfig

index a84fecf63c4d0841120b1d12c523e5567e5848da..8223f7843498d087782a205839a3ff37a5fff724 100644 (file)
@@ -19,6 +19,7 @@ config PPC_MSI_BITMAP
        default y if MPIC
        default y if FSL_PCI
        default y if PPC4xx_MSI
+       default y if PPC_POWERNV
 
 source "arch/powerpc/sysdev/xics/Kconfig"