mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 15:47:39 +07:00
14a43e69ed
Add definition of OPAL interfaces along with the wrappers to call into OPAL runtime and the early device-tree parsing hook to locate the OPAL runtime firmware. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
17 lines
389 B
Plaintext
17 lines
389 B
Plaintext
config PPC_POWERNV
|
|
depends on PPC64 && PPC_BOOK3S
|
|
bool "IBM PowerNV (Non-Virtualized) platform support"
|
|
select PPC_NATIVE
|
|
select PPC_XICS
|
|
select PPC_ICP_NATIVE
|
|
select PPC_P7_NAP
|
|
select PPC_PCI_CHOICE if EMBEDDED
|
|
default y
|
|
|
|
config PPC_POWERNV_RTAS
|
|
depends on PPC_POWERNV
|
|
bool "Support for RTAS based PowerNV platforms such as BML"
|
|
default y
|
|
select PPC_ICS_RTAS
|
|
select PPC_RTAS
|