Kconfig 260 B

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