aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powernv/Kconfig
blob: d3e840d643af5135dc0b4e0acb6cec114967264a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 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