2011-09-20 01:44:52 +08:00
|
|
|
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
|
2017-04-05 15:54:50 +08:00
|
|
|
select PPC_XIVE_NATIVE
|
2011-09-20 01:44:52 +08:00
|
|
|
select PPC_P7_NAP
|
2017-02-17 14:34:13 +08:00
|
|
|
select PCI
|
|
|
|
select PCI_MSI
|
2013-05-22 07:00:22 +08:00
|
|
|
select EPAPR_BOOT
|
2013-07-15 11:03:11 +08:00
|
|
|
select PPC_INDIRECT_PIO
|
2013-07-15 11:03:15 +08:00
|
|
|
select PPC_UDBG_16550
|
2013-08-29 14:57:33 +08:00
|
|
|
select PPC_SCOM
|
2013-10-11 11:07:57 +08:00
|
|
|
select ARCH_RANDOM
|
2014-04-01 15:13:28 +08:00
|
|
|
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
|
2014-06-11 13:59:28 +08:00
|
|
|
select PPC_DOORBELL
|
2017-04-10 13:24:35 +08:00
|
|
|
select MMU_NOTIFIER
|
2017-04-05 10:44:50 +08:00
|
|
|
select FORCE_SMP
|
2011-09-20 01:44:52 +08:00
|
|
|
default y
|
2015-06-04 21:51:47 +08:00
|
|
|
|
|
|
|
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
|
2017-06-01 13:34:38 +08:00
|
|
|
|
|
|
|
config PPC_MEMTRACE
|
|
|
|
bool "Enable removal of RAM from kernel mappings for tracing"
|
|
|
|
depends on PPC_POWERNV && MEMORY_HOTREMOVE
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Enabling this option allows for the removal of memory (RAM)
|
|
|
|
from the kernel mappings to be used for hardware tracing.
|
2017-08-29 14:23:33 +08:00
|
|
|
|
|
|
|
config PPC_VAS
|
|
|
|
bool "IBM Virtual Accelerator Switchboard (VAS)"
|
|
|
|
depends on PPC_POWERNV && PPC_64K_PAGES
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
This enables support for IBM Virtual Accelerator Switchboard (VAS).
|
|
|
|
|
|
|
|
VAS allows accelerators in co-processors like NX-GZIP and NX-842
|
|
|
|
to be accessible to kernel subsystems and user processes.
|
|
|
|
|
|
|
|
VAS adapters are found in POWER9 based systems.
|
|
|
|
|
|
|
|
If unsure, say N.
|