Kconfig 755 字节
Newer Older
1 2 3 4 5 6
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
7
	select PPC_XIVE_NATIVE
8
	select PPC_P7_NAP
9 10
	select PCI
	select PCI_MSI
11
	select EPAPR_BOOT
12
	select PPC_INDIRECT_PIO
13
	select PPC_UDBG_16550
14
	select PPC_SCOM
15
	select ARCH_RANDOM
16 17 18 19 20 21
	select CPU_FREQ
	select CPU_FREQ_GOV_PERFORMANCE
	select CPU_FREQ_GOV_POWERSAVE
	select CPU_FREQ_GOV_USERSPACE
	select CPU_FREQ_GOV_ONDEMAND
	select CPU_FREQ_GOV_CONSERVATIVE
22
	select PPC_DOORBELL
23
	select MMU_NOTIFIER
24
	default y
25 26 27 28 29 30 31

config OPAL_PRD
	tristate 'OPAL PRD driver'
	depends on PPC_POWERNV
	help
	  This enables the opal-prd driver, a facility to run processor
	  recovery diagnostics on OpenPower machines