8a05dd8514
Legacy UARTs can exist on PowerNV, memory-mapped ones on PCI or IO based ones on the LPC bus. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
25 lines
551 B
Plaintext
25 lines
551 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
|
|
select PPC_INDIRECT_PIO
|
|
select PPC_UDBG_16550
|
|
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
|