2005-09-26 02: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
|
|
|
|
depends on PPC_PSERIES
|
|
|
|
default y if !EMBEDDED
|
|
|
|
|
|
|
|
config SCANLOG
|
|
|
|
tristate "Scanlog dump interface"
|
|
|
|
depends on RTAS_PROC && PPC_PSERIES
|
|
|
|
|
|
|
|
config LPARCFG
|
2006-03-13 19:35:37 -05:00
|
|
|
bool "LPAR Configuration Data"
|
2005-09-26 02: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.
|