blob: a57032cf6f1b2da4c573c6742119416293ea68f2 [file] [log] [blame]
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001
2config 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
Paul Mackerras14cf11a2005-09-26 16:04:21 +100012config EEH
13 bool "PCI Extended Error Handling (EEH)" if EMBEDDED
14 depends on PPC_PSERIES
15 default y if !EMBEDDED
16
Paul Mackerras14cf11a2005-09-26 16:04:21 +100017config SCANLOG
18 tristate "Scanlog dump interface"
19 depends on RTAS_PROC && PPC_PSERIES
20
21config LPARCFG
Paul Mackerras82dfdca2006-03-14 11:35:37 +110022 bool "LPAR Configuration Data"
Paul Mackerras14cf11a2005-09-26 16:04:21 +100023 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.