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 13:03:11 +10:00
|
|
|
select PPC_INDIRECT_PIO
|
2013-07-15 13:03:15 +10:00
|
|
|
select PPC_UDBG_16550
|
2013-08-29 16:57:33 +10:00
|
|
|
select PPC_SCOM
|
2013-10-11 14:07:57 +11:00
|
|
|
select ARCH_RANDOM
|
2014-04-01 12:43:28 +05:30
|
|
|
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 15:59:28 +10:00
|
|
|
select PPC_DOORBELL
|
2011-09-19 17:44:52 +00: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
|