2007-03-16 22:14:08 +08:00
|
|
|
config PPC_PSERIES
|
2009-03-11 01:53:27 +08:00
|
|
|
depends on PPC64 && PPC_BOOK3S
|
2007-03-16 22:14:08 +08:00
|
|
|
bool "IBM pSeries & new (POWER5-based) iSeries"
|
2011-06-02 02:05:09 +08:00
|
|
|
select HAVE_PCSPKR_PLATFORM
|
2007-03-16 22:14:08 +08:00
|
|
|
select MPIC
|
2012-02-16 11:38:40 +08:00
|
|
|
select OF_DYNAMIC
|
2009-11-27 14:33:58 +08:00
|
|
|
select PCI_MSI
|
2011-04-04 11:46:58 +08:00
|
|
|
select PPC_XICS
|
|
|
|
select PPC_ICP_NATIVE
|
|
|
|
select PPC_ICP_HV
|
|
|
|
select PPC_ICS_RTAS
|
2007-03-16 22:14:08 +08:00
|
|
|
select PPC_I8259
|
|
|
|
select PPC_RTAS
|
2009-09-25 03:30:05 +08:00
|
|
|
select PPC_RTAS_DAEMON
|
2007-03-16 22:14:08 +08:00
|
|
|
select RTAS_ERROR_LOGGING
|
|
|
|
select PPC_UDBG_16550
|
|
|
|
select PPC_NATIVE
|
2011-01-21 06:44:16 +08:00
|
|
|
select PPC_PCI_CHOICE if EXPERT
|
2011-07-25 15:54:50 +08:00
|
|
|
select ZLIB_DEFLATE
|
2012-11-15 02:49:50 +08:00
|
|
|
select PPC_DOORBELL
|
2013-05-14 00:16:44 +08:00
|
|
|
select HAVE_CONTEXT_TRACKING
|
2013-05-21 17:32:48 +08:00
|
|
|
select HOTPLUG_CPU if SMP
|
2013-12-10 11:02:49 +08:00
|
|
|
select ARCH_RANDOM
|
2014-06-11 13:59:28 +08:00
|
|
|
select PPC_DOORBELL
|
2007-03-16 22:14:08 +08:00
|
|
|
default y
|
2005-09-26 14:04:21 +08:00
|
|
|
|
|
|
|
config PPC_SPLPAR
|
|
|
|
depends on PPC_PSERIES
|
|
|
|
bool "Support for shared-processor logical partitions"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Enabling this option will make the kernel run more efficiently
|
|
|
|
on logically-partitioned pSeries systems which use shared
|
|
|
|
processors, that is, which share physical processors between
|
|
|
|
two or more partitions.
|
|
|
|
|
2014-05-13 11:09:55 +08:00
|
|
|
config DTL
|
|
|
|
bool "Dispatch Trace Log"
|
|
|
|
depends on PPC_SPLPAR && DEBUG_FS
|
|
|
|
help
|
|
|
|
SPLPAR machines can log hypervisor preempt & dispatch events to a
|
|
|
|
kernel buffer. Saying Y here will enable logging these events,
|
|
|
|
which are accessible through a debugfs file.
|
|
|
|
|
|
|
|
Say N if you are unsure.
|
|
|
|
|
2009-03-06 01:36:39 +08:00
|
|
|
config PSERIES_MSI
|
|
|
|
bool
|
2013-09-26 15:52:16 +08:00
|
|
|
depends on PCI_MSI && PPC_PSERIES && EEH
|
2009-03-06 01:36:39 +08:00
|
|
|
default y
|
|
|
|
|
2010-10-06 16:37:09 +08:00
|
|
|
config PSERIES_ENERGY
|
|
|
|
tristate "pSeries energy management capabilities driver"
|
|
|
|
depends on PPC_PSERIES
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Provides interface to platform energy management capabilities
|
|
|
|
on supported PSERIES platforms.
|
|
|
|
Provides: /sys/devices/system/cpu/pseries_(de)activation_hint_list
|
|
|
|
and /sys/devices/system/cpu/cpuN/pseries_(de)activation_hint
|
|
|
|
|
2005-09-26 14:04:21 +08:00
|
|
|
config SCANLOG
|
|
|
|
tristate "Scanlog dump interface"
|
|
|
|
depends on RTAS_PROC && PPC_PSERIES
|
|
|
|
|
2011-05-05 20:32:48 +08:00
|
|
|
config IO_EVENT_IRQ
|
|
|
|
bool "IO Event Interrupt support"
|
|
|
|
depends on PPC_PSERIES
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Select this option, if you want to enable support for IO Event
|
|
|
|
interrupts. IO event interrupt is a mechanism provided by RTAS
|
|
|
|
to return information about hardware error and non-error events
|
|
|
|
which may need OS attention. RTAS returns events for multiple
|
|
|
|
event types and scopes. Device drivers can register their handlers
|
|
|
|
to receive events.
|
|
|
|
|
|
|
|
This option will only enable the IO event platform code. You
|
|
|
|
will still need to enable or compile the actual drivers
|
2012-04-13 23:14:11 +08:00
|
|
|
that use this infrastructure to handle IO event interrupts.
|
2011-05-05 20:32:48 +08:00
|
|
|
|
|
|
|
Say Y if you are unsure.
|
|
|
|
|
2005-09-26 14:04:21 +08:00
|
|
|
config LPARCFG
|
2006-03-14 08:35:37 +08:00
|
|
|
bool "LPAR Configuration Data"
|
2012-02-22 22:10:12 +08:00
|
|
|
depends on PPC_PSERIES
|
2005-09-26 14:04:21 +08:00
|
|
|
help
|
|
|
|
Provide system capacity information via human readable
|
|
|
|
<key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
|
2008-04-24 13:13:21 +08:00
|
|
|
|
|
|
|
config PPC_PSERIES_DEBUG
|
|
|
|
depends on PPC_PSERIES && PPC_EARLY_DEBUG
|
|
|
|
bool "Enable extra debug logging in platforms/pseries"
|
2010-10-14 22:48:52 +08:00
|
|
|
help
|
|
|
|
Say Y here if you want the pseries core to produce a bunch of
|
|
|
|
debug messages to the system log. Select this if you are having a
|
|
|
|
problem with the pseries core and want to see more of what is
|
|
|
|
going on. This does not enable debugging in lpar.c, which must
|
|
|
|
be manually done due to its verbosity.
|
2008-04-24 13:13:21 +08:00
|
|
|
default y
|
2008-07-24 02:30:29 +08:00
|
|
|
|
|
|
|
config PPC_SMLPAR
|
|
|
|
bool "Support for shared-memory logical partitions"
|
|
|
|
depends on PPC_PSERIES
|
|
|
|
select LPARCFG
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Select this option to enable shared memory partition support.
|
|
|
|
With this option a system running in an LPAR can be given more
|
|
|
|
memory than physically available and will allow firmware to
|
|
|
|
balance memory across many LPARs.
|
|
|
|
|
|
|
|
config CMM
|
|
|
|
tristate "Collaborative memory management"
|
2009-10-19 13:51:34 +08:00
|
|
|
depends on PPC_SMLPAR
|
2008-07-24 02:30:29 +08:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Select this option, if you want to enable the kernel interface
|
|
|
|
to reduce the memory size of the system. This is accomplished
|
|
|
|
by allocating pages of memory and put them "on hold". This only
|
|
|
|
makes sense for a system running in an LPAR where the unused pages
|
|
|
|
will be reused for other LPARs. The interface allows firmware to
|
|
|
|
balance memory across many LPARs.
|
2009-03-12 01:55:52 +08:00
|
|
|
|
2014-03-14 13:00:43 +08:00
|
|
|
config HV_PERF_CTRS
|
|
|
|
bool "Hypervisor supplied PMU events (24x7 & GPCI)"
|
|
|
|
default y
|
|
|
|
depends on PERF_EVENTS && PPC_PSERIES
|
|
|
|
help
|
|
|
|
Enable access to hypervisor supplied counters in perf. Currently,
|
|
|
|
this enables code that uses the hcall GetPerfCounterInfo and 24x7
|
|
|
|
interfaces to retrieve counters. GPCI exists on Power 6 and later
|
|
|
|
systems. 24x7 is available on Power 8 systems.
|
|
|
|
|
|
|
|
If unsure, select Y.
|