mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 14:43:54 +08:00
83920c498e
The zImage.epapr wrapper allows to use zImages when booting via a flat device-tree which can be used on powernv. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
23 lines
503 B
Plaintext
23 lines
503 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
|
|
select EPAPR_BOOT
|
|
default y
|
|
|
|
config POWERNV_MSI
|
|
bool "Support PCI MSI on PowerNV platform"
|
|
depends on PCI_MSI
|
|
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
|