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 |
John Rigby | b500563 | 2008-06-26 11:07:56 -0600 | [diff] [blame] | 10 | select PPC_PCI_CHOICE if EMBEDDED |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 11 | default y |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 12 | |
| 13 | config PPC_SPLPAR |
| 14 | depends on PPC_PSERIES |
| 15 | bool "Support for shared-processor logical partitions" |
| 16 | default n |
| 17 | help |
| 18 | Enabling this option will make the kernel run more efficiently |
| 19 | on logically-partitioned pSeries systems which use shared |
| 20 | processors, that is, which share physical processors between |
| 21 | two or more partitions. |
| 22 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 23 | config EEH |
| 24 | bool "PCI Extended Error Handling (EEH)" if EMBEDDED |
Stephen Rothwell | 8693208 | 2007-11-14 15:07:39 +1100 | [diff] [blame] | 25 | depends on PPC_PSERIES && PCI |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 26 | default y if !EMBEDDED |
| 27 | |
Michael Ellerman | 1bac022 | 2009-03-05 17:36:39 +0000 | [diff] [blame^] | 28 | config PSERIES_MSI |
| 29 | bool |
| 30 | depends on PCI_MSI && EEH |
| 31 | default y |
| 32 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 33 | config SCANLOG |
| 34 | tristate "Scanlog dump interface" |
| 35 | depends on RTAS_PROC && PPC_PSERIES |
| 36 | |
| 37 | config LPARCFG |
Paul Mackerras | 82dfdca | 2006-03-14 11:35:37 +1100 | [diff] [blame] | 38 | bool "LPAR Configuration Data" |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 39 | depends on PPC_PSERIES || PPC_ISERIES |
| 40 | help |
| 41 | Provide system capacity information via human readable |
| 42 | <key word>=<value> pairs through a /proc/ppc64/lparcfg interface. |
Michael Ellerman | 36f8a2c | 2008-04-24 15:13:21 +1000 | [diff] [blame] | 43 | |
| 44 | config PPC_PSERIES_DEBUG |
| 45 | depends on PPC_PSERIES && PPC_EARLY_DEBUG |
| 46 | bool "Enable extra debug logging in platforms/pseries" |
| 47 | default y |
Brian King | 84af458 | 2008-07-24 04:30:29 +1000 | [diff] [blame] | 48 | |
| 49 | config PPC_SMLPAR |
| 50 | bool "Support for shared-memory logical partitions" |
| 51 | depends on PPC_PSERIES |
| 52 | select LPARCFG |
| 53 | default n |
| 54 | help |
| 55 | Select this option to enable shared memory partition support. |
| 56 | With this option a system running in an LPAR can be given more |
| 57 | memory than physically available and will allow firmware to |
| 58 | balance memory across many LPARs. |
| 59 | |
| 60 | config CMM |
| 61 | tristate "Collaborative memory management" |
Brian King | 2218108 | 2008-12-18 11:13:46 +0000 | [diff] [blame] | 62 | depends on PPC_SMLPAR && !CRASH_DUMP |
Brian King | 84af458 | 2008-07-24 04:30:29 +1000 | [diff] [blame] | 63 | default y |
| 64 | help |
| 65 | Select this option, if you want to enable the kernel interface |
| 66 | to reduce the memory size of the system. This is accomplished |
| 67 | by allocating pages of memory and put them "on hold". This only |
| 68 | makes sense for a system running in an LPAR where the unused pages |
| 69 | will be reused for other LPARs. The interface allows firmware to |
| 70 | balance memory across many LPARs. |