Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 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 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 12 | config EEH |
| 13 | bool "PCI Extended Error Handling (EEH)" if EMBEDDED |
| 14 | depends on PPC_PSERIES |
| 15 | default y if !EMBEDDED |
| 16 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 17 | config SCANLOG |
| 18 | tristate "Scanlog dump interface" |
| 19 | depends on RTAS_PROC && PPC_PSERIES |
| 20 | |
| 21 | config LPARCFG |
Paul Mackerras | 82dfdca | 2006-03-14 11:35:37 +1100 | [diff] [blame^] | 22 | bool "LPAR Configuration Data" |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 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. |