2011-09-19 17:44:52 +00: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
|
|
|
|
select PPC_P7_NAP
|
|
|
|
select PPC_PCI_CHOICE if EMBEDDED
|
2013-05-21 23:00:22 +00:00
|
|
|
select EPAPR_BOOT
|
2013-07-15 03:03:11 +00:00
|
|
|
select PPC_INDIRECT_PIO
|
2013-07-15 03:03:15 +00:00
|
|
|
select PPC_UDBG_16550
|
2013-08-29 06:57:33 +00:00
|
|
|
select PPC_SCOM
|
2013-10-11 03:07:57 +00:00
|
|
|
select ARCH_RANDOM
|
2014-04-01 07:13:28 +00: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 05:59:28 +00:00
|
|
|
select PPC_DOORBELL
|
2011-09-19 17:44:52 +00:00
|
|
|
default y
|
2015-06-04 13:51:47 +00: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
|