Kconfig 484 B

123456789101112131415161718192021
  1. config PPC_POWERNV
  2. depends on PPC64 && PPC_BOOK3S
  3. bool "IBM PowerNV (Non-Virtualized) platform support"
  4. select PPC_NATIVE
  5. select PPC_XICS
  6. select PPC_ICP_NATIVE
  7. select PPC_P7_NAP
  8. select PPC_PCI_CHOICE if EMBEDDED
  9. default y
  10. config POWERNV_MSI
  11. bool "Support PCI MSI on PowerNV platform"
  12. depends on PCI_MSI
  13. default y
  14. config PPC_POWERNV_RTAS
  15. depends on PPC_POWERNV
  16. bool "Support for RTAS based PowerNV platforms such as BML"
  17. default y
  18. select PPC_ICS_RTAS
  19. select PPC_RTAS