Kconfig 227 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0
  2. config PPC_XIVE
  3. bool
  4. select PPC_SMP_MUXED_IPI
  5. select HARDIRQS_SW_RESEND
  6. config PPC_XIVE_NATIVE
  7. bool
  8. select PPC_XIVE
  9. depends on PPC_POWERNV
  10. config PPC_XIVE_SPAPR
  11. bool
  12. select PPC_XIVE