Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 1 | config PPC_PSERIES |
| 2 | depends on PPC_MULTIPLATFORM && PPC64 |
| 3 | bool "IBM pSeries & new (POWER5-based) iSeries" |
| 4 | select MPIC |
| 5 | select PPC_I8259 |
| 6 | select PPC_RTAS |
| 7 | select RTAS_ERROR_LOGGING |
| 8 | select PPC_UDBG_16550 |
| 9 | select PPC_NATIVE |
| 10 | default y |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 11 | |
| 12 | config PPC_SPLPAR |
| 13 | depends on PPC_PSERIES |
| 14 | bool "Support for shared-processor logical partitions" |
| 15 | default n |
| 16 | help |
| 17 | Enabling this option will make the kernel run more efficiently |
| 18 | on logically-partitioned pSeries systems which use shared |
| 19 | processors, that is, which share physical processors between |
| 20 | two or more partitions. |
| 21 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 22 | config EEH |
| 23 | bool "PCI Extended Error Handling (EEH)" if EMBEDDED |
| 24 | depends on PPC_PSERIES |
| 25 | default y if !EMBEDDED |
| 26 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 27 | config SCANLOG |
| 28 | tristate "Scanlog dump interface" |
| 29 | depends on RTAS_PROC && PPC_PSERIES |
| 30 | |
| 31 | config LPARCFG |
Paul Mackerras | 82dfdca | 2006-03-14 11:35:37 +1100 | [diff] [blame] | 32 | bool "LPAR Configuration Data" |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 33 | depends on PPC_PSERIES || PPC_ISERIES |
| 34 | help |
| 35 | Provide system capacity information via human readable |
| 36 | <key word>=<value> pairs through a /proc/ppc64/lparcfg interface. |