xref: /linux/arch/powerpc/sysdev/xics/Kconfig (revision 1b69c6d0ae90b7f1a4f61d5c8209d5cb7a55f849)
1config PPC_XICS
2       def_bool n
3       select PPC_SMP_MUXED_IPI
4
5config PPC_ICP_NATIVE
6       def_bool n
7
8config PPC_ICP_HV
9       def_bool n
10
11config PPC_ICS_RTAS
12       def_bool n
13
14