diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-11-11 01:24:58 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 00:08:46 -0500 |
commit | 21fb5a1d9f554970c680b801ba32184bc7c34aa0 (patch) | |
tree | 64ef24883be6e92e46327d681efa9cc622a5465c /arch/powerpc/Kconfig | |
parent | a959ff56bbf07954ea4fa1cf72f99a38795eadb3 (diff) |
[POWERPC] Native cell support for MPIC in southbridge
Add support for southbridges using the MPIC interrupt controller to
the native cell platforms.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 0e564d30fc46..65588a6bd2fe 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -469,6 +469,7 @@ config PPC_CELL_NATIVE | |||
469 | bool | 469 | bool |
470 | select PPC_CELL | 470 | select PPC_CELL |
471 | select PPC_DCR_MMIO | 471 | select PPC_DCR_MMIO |
472 | select MPIC | ||
472 | default n | 473 | default n |
473 | 474 | ||
474 | config PPC_IBM_CELL_BLADE | 475 | config PPC_IBM_CELL_BLADE |