diff options
author | Gavin Shan <shangw@linux.vnet.ibm.com> | 2013-04-25 15:20:58 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-04-26 02:09:58 -0400 |
commit | a486bdb0e9da8d876d6ff4efc3138d35e141c0b5 (patch) | |
tree | 0925a90c8e5e6570578b3a2f2530f73e763cf714 /arch/powerpc/sysdev | |
parent | aa0c033f99d9c32a8dd6b1e07d41caf1fced0e1a (diff) |
powerpc/powernv: Add option CONFIG_POWERNV_MSI
As Michael Ellerman suggested, to add CONFIG_POWERNV_MSI for PowerNV
platform. That's similar to CONFIG_PSERIES_MSI for pSeries platform.
For now, we don't make it dependent on CONFIG_EEH since it's not ready
to enable that yet.
Apart from that, we also enable CONFIG_PPC_MSI_BITMAP on selecting
CONFIG_POWERNV_MSI.
Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev')
-rw-r--r-- | arch/powerpc/sysdev/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/Kconfig b/arch/powerpc/sysdev/Kconfig index 8223f7843498..ab4cb5476472 100644 --- a/arch/powerpc/sysdev/Kconfig +++ b/arch/powerpc/sysdev/Kconfig | |||
@@ -19,7 +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 | default y if POWERNV_MSI |
23 | 23 | ||
24 | source "arch/powerpc/sysdev/xics/Kconfig" | 24 | source "arch/powerpc/sysdev/xics/Kconfig" |
25 | 25 | ||