diff options
author | Christian Krafft <parabelboi@bopserverein.de> | 2007-02-14 08:09:45 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-15 22:00:19 -0500 |
commit | 0e8266437c62f4848676ea6e87a1ff10367502a9 (patch) | |
tree | 57f3b86ffb2c205f513896bbf52f836c7d0a0302 /arch/powerpc/configs | |
parent | fde5efd0e50e026f3f69629fc5790a4f0533dcaa (diff) |
[POWERPC] Add PMI driver for cell blade
This adds driver code for the PMI device found in future IBM products.
PMI stands for "Platform Management Interrupt" and is a way to
communicate with the BMC (Baseboard Management Controller).
It provides bidirectional communication with a low latency.
Signed-off-by: Christian Krafft <krafft@de.ibm.com>
Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Acked-by: Heiko J Schick <schickhj@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/cell_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/cell_defconfig b/arch/powerpc/configs/cell_defconfig index e956548da00c..24367319ce24 100644 --- a/arch/powerpc/configs/cell_defconfig +++ b/arch/powerpc/configs/cell_defconfig | |||
@@ -147,6 +147,7 @@ CONFIG_PPC_RTAS=y | |||
147 | # CONFIG_RTAS_ERROR_LOGGING is not set | 147 | # CONFIG_RTAS_ERROR_LOGGING is not set |
148 | CONFIG_RTAS_PROC=y | 148 | CONFIG_RTAS_PROC=y |
149 | CONFIG_RTAS_FLASH=y | 149 | CONFIG_RTAS_FLASH=y |
150 | CONFIG_PPC_PMI=m | ||
150 | CONFIG_MMIO_NVRAM=y | 151 | CONFIG_MMIO_NVRAM=y |
151 | # CONFIG_PPC_MPC106 is not set | 152 | # CONFIG_PPC_MPC106 is not set |
152 | # CONFIG_PPC_970_NAP is not set | 153 | # CONFIG_PPC_970_NAP is not set |