]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/powerpc/platforms/pseries/Kconfig
a57032cf6f1b2da4c573c6742119416293ea68f2
[mirror_ubuntu-artful-kernel.git] / arch / powerpc / platforms / pseries / Kconfig
1
2 config PPC_SPLPAR
3 depends on PPC_PSERIES
4 bool "Support for shared-processor logical partitions"
5 default n
6 help
7 Enabling this option will make the kernel run more efficiently
8 on logically-partitioned pSeries systems which use shared
9 processors, that is, which share physical processors between
10 two or more partitions.
11
12 config EEH
13 bool "PCI Extended Error Handling (EEH)" if EMBEDDED
14 depends on PPC_PSERIES
15 default y if !EMBEDDED
16
17 config SCANLOG
18 tristate "Scanlog dump interface"
19 depends on RTAS_PROC && PPC_PSERIES
20
21 config LPARCFG
22 bool "LPAR Configuration Data"
23 depends on PPC_PSERIES || PPC_ISERIES
24 help
25 Provide system capacity information via human readable
26 <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.