2011-09-20 00:44:52 +07: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 14:54:50 +07:00
|
|
|
select PPC_XIVE_NATIVE
|
2011-09-20 00:44:52 +07:00
|
|
|
select PPC_P7_NAP
|
2017-02-17 13:34:13 +07:00
|
|
|
select PCI
|
|
|
|
select PCI_MSI
|
2013-05-22 06:00:22 +07:00
|
|
|
select EPAPR_BOOT
|
2013-07-15 10:03:11 +07:00
|
|
|
select PPC_INDIRECT_PIO
|
2013-07-15 10:03:15 +07:00
|
|
|
select PPC_UDBG_16550
|
2013-08-29 13:57:33 +07:00
|
|
|
select PPC_SCOM
|
2013-10-11 10:07:57 +07:00
|
|
|
select ARCH_RANDOM
|
2014-04-01 14:13:28 +07: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 12:59:28 +07:00
|
|
|
select PPC_DOORBELL
|
2017-04-10 12:24:35 +07:00
|
|
|
select MMU_NOTIFIER
|
2017-04-05 09:44:50 +07:00
|
|
|
select FORCE_SMP
|
2011-09-20 00:44:52 +07:00
|
|
|
default y
|
2015-06-04 20:51:47 +07: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
|