1config 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	select EPAPR_BOOT
10	select PPC_INDIRECT_PIO
11	select PPC_UDBG_16550
12	default y
13
14config POWERNV_MSI
15	bool "Support PCI MSI on PowerNV platform"
16	depends on PCI_MSI
17	default y
18
19config PPC_POWERNV_RTAS
20	depends on PPC_POWERNV
21	bool "Support for RTAS based PowerNV platforms such as BML"
22	default y
23	select PPC_ICS_RTAS
24	select PPC_RTAS
25