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
|
|
|
|
select PPC_P7_NAP
|
|
|
|
select PPC_PCI_CHOICE if EMBEDDED
|
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
|
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
|