commit | 6263fb3bd79834411e41acb8b02153e034ab810d | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Apr 24 15:15:33 2013 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Apr 24 15:15:33 2013 +1000 |
tree | 1b36aaefdf98b00b3aee57467422a8085eb150e8 | |
parent | 234d15def96ac49027dc869f7bc250d5cb0eb5d7 [diff] |
powerpc/powernv: Fix missing Kconfig dependency for MSIs We need PPC_MSI_BITMAP support Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
diff --git a/arch/powerpc/sysdev/Kconfig b/arch/powerpc/sysdev/Kconfig index a84fecf..8223f78 100644 --- a/arch/powerpc/sysdev/Kconfig +++ b/arch/powerpc/sysdev/Kconfig
@@ -19,6 +19,7 @@ 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"