summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/xics/Makefile
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-09-19 17:45:02 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-09-20 16:09:59 +1000
commit5c7c1e9444d8bfb721a27a35bba3eeb5236c75d8 (patch)
treeb63c895e73bfb9b921a20acde8254c10656e99b4 /arch/powerpc/sysdev/xics/Makefile
parent628daa8d5abfd904a7329a660c5c374212230123 (diff)
downloadblackbird-op-linux-5c7c1e9444d8bfb721a27a35bba3eeb5236c75d8.tar.gz
blackbird-op-linux-5c7c1e9444d8bfb721a27a35bba3eeb5236c75d8.zip
powerpc/powernv: Add OPAL ICS backend
OPAL handles HW access to the various ICS or equivalent chips for us (with the exception of p5ioc2 based HEA which uses a different backend) similarily to what RTAS does on pSeries. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/xics/Makefile')
-rw-r--r--arch/powerpc/sysdev/xics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/xics/Makefile b/arch/powerpc/sysdev/xics/Makefile
index b75a6059337f..c606aa8ba60a 100644
--- a/arch/powerpc/sysdev/xics/Makefile
+++ b/arch/powerpc/sysdev/xics/Makefile
@@ -4,3 +4,4 @@ obj-y += xics-common.o
obj-$(CONFIG_PPC_ICP_NATIVE) += icp-native.o
obj-$(CONFIG_PPC_ICP_HV) += icp-hv.o
obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
+obj-$(CONFIG_PPC_POWERNV) += ics-opal.o
OpenPOWER on IntegriCloud