Kconfig 389 B

1234567891011121314151617
  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 PPC_POWERNV_RTAS
  11. depends on PPC_POWERNV
  12. bool "Support for RTAS based PowerNV platforms such as BML"
  13. default y
  14. select PPC_ICS_RTAS
  15. select PPC_RTAS