diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-04-24 01:15:33 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-04-24 01:15:33 -0400 |
commit | 6263fb3bd79834411e41acb8b02153e034ab810d (patch) | |
tree | 1b36aaefdf98b00b3aee57467422a8085eb150e8 /arch/powerpc/sysdev | |
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>
Diffstat (limited to 'arch/powerpc/sysdev')
-rw-r--r-- | arch/powerpc/sysdev/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/Kconfig b/arch/powerpc/sysdev/Kconfig index a84fecf63c4d..8223f7843498 100644 --- a/arch/powerpc/sysdev/Kconfig +++ b/arch/powerpc/sysdev/Kconfig | |||
@@ -19,6 +19,7 @@ config PPC_MSI_BITMAP | |||
19 | default y if MPIC | 19 | default y if MPIC |
20 | default y if FSL_PCI | 20 | default y if FSL_PCI |
21 | default y if PPC4xx_MSI | 21 | default y if PPC4xx_MSI |
22 | default y if PPC_POWERNV | ||
22 | 23 | ||
23 | source "arch/powerpc/sysdev/xics/Kconfig" | 24 | source "arch/powerpc/sysdev/xics/Kconfig" |
24 | 25 | ||