2007-03-16 17:14:08 +03:00
config PPC_PSERIES
2009-03-10 20:53:27 +03:00
depends on PPC64 && PPC_BOOK3S
2007-03-16 17:14:08 +03:00
bool "IBM pSeries & new (POWER5-based) iSeries"
select MPIC
2009-11-27 09:33:58 +03:00
select PCI_MSI
select XICS
2007-03-16 17:14:08 +03:00
select PPC_I8259
select PPC_RTAS
2009-09-24 23:30:05 +04:00
select PPC_RTAS_DAEMON
2007-03-16 17:14:08 +03:00
select RTAS_ERROR_LOGGING
select PPC_UDBG_16550
select PPC_NATIVE
2008-06-26 21:07:56 +04:00
select PPC_PCI_CHOICE if EMBEDDED
2007-03-16 17:14:08 +03:00
default y
2005-09-26 10:04:21 +04: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.
config EEH
bool "PCI Extended Error Handling (EEH)" if EMBEDDED
2007-11-14 07:07:39 +03:00
depends on PPC_PSERIES && PCI
2005-09-26 10:04:21 +04:00
default y if !EMBEDDED
2009-03-05 20:36:39 +03:00
config PSERIES_MSI
bool
depends on PCI_MSI && EEH
default y
2005-09-26 10:04:21 +04:00
config SCANLOG
tristate "Scanlog dump interface"
depends on RTAS_PROC && PPC_PSERIES
config LPARCFG
2006-03-14 03:35:37 +03:00
bool "LPAR Configuration Data"
2005-09-26 10:04:21 +04:00
depends on PPC_PSERIES || PPC_ISERIES
help
Provide system capacity information via human readable
<key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
2008-04-24 09:13:21 +04:00
config PPC_PSERIES_DEBUG
depends on PPC_PSERIES && PPC_EARLY_DEBUG
bool "Enable extra debug logging in platforms/pseries"
2010-10-14 18:48:52 +04: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 09:13:21 +04:00
default y
2008-07-23 22:30:29 +04: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 09:51:34 +04:00
depends on PPC_SMLPAR
2008-07-23 22:30:29 +04: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-11 20:55:52 +03: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.