powerpc/xics: Add ICP OPAL backend
This adds a new XICS backend that uses OPAL calls, which can be used when we don't have native support for the platform interrupt controller. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
1d607bb3bd
commit
d74361881f
@@ -4,4 +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
|
||||
obj-$(CONFIG_PPC_POWERNV) += ics-opal.o icp-opal.o
|
||||
|
Reference in New Issue
Block a user