| .. | .. |
|---|
| 5 | 5 | select HAVE_PCSPKR_PLATFORM |
|---|
| 6 | 6 | select MPIC |
|---|
| 7 | 7 | select OF_DYNAMIC |
|---|
| 8 | | - select PCI |
|---|
| 8 | + select FORCE_PCI |
|---|
| 9 | 9 | select PCI_MSI |
|---|
| 10 | 10 | select PPC_XICS |
|---|
| 11 | 11 | select PPC_XIVE_SPAPR |
|---|
| .. | .. |
|---|
| 21 | 21 | select PPC_DOORBELL |
|---|
| 22 | 22 | select HOTPLUG_CPU |
|---|
| 23 | 23 | select ARCH_RANDOM |
|---|
| 24 | | - select PPC_DOORBELL |
|---|
| 25 | 24 | select FORCE_SMP |
|---|
| 25 | + select SWIOTLB |
|---|
| 26 | 26 | default y |
|---|
| 27 | 27 | |
|---|
| 28 | +config PARAVIRT_SPINLOCKS |
|---|
| 29 | + bool |
|---|
| 30 | + |
|---|
| 28 | 31 | config PPC_SPLPAR |
|---|
| 29 | | - depends on PPC_PSERIES |
|---|
| 30 | 32 | bool "Support for shared-processor logical partitions" |
|---|
| 31 | | - default n |
|---|
| 33 | + depends on PPC_PSERIES |
|---|
| 34 | + select PARAVIRT_SPINLOCKS if PPC_QUEUED_SPINLOCKS |
|---|
| 35 | + default y |
|---|
| 32 | 36 | help |
|---|
| 33 | 37 | Enabling this option will make the kernel run more efficiently |
|---|
| 34 | 38 | on logically-partitioned pSeries systems which use shared |
|---|
| 35 | 39 | processors, that is, which share physical processors between |
|---|
| 36 | 40 | two or more partitions. |
|---|
| 41 | + |
|---|
| 42 | + Say Y if you are unsure. |
|---|
| 37 | 43 | |
|---|
| 38 | 44 | config DTL |
|---|
| 39 | 45 | bool "Dispatch Trace Log" |
|---|
| .. | .. |
|---|
| 81 | 87 | bool "LPAR Configuration Data" |
|---|
| 82 | 88 | depends on PPC_PSERIES |
|---|
| 83 | 89 | help |
|---|
| 84 | | - Provide system capacity information via human readable |
|---|
| 85 | | - <key word>=<value> pairs through a /proc/ppc64/lparcfg interface. |
|---|
| 90 | + Provide system capacity information via human readable |
|---|
| 91 | + <key word>=<value> pairs through a /proc/ppc64/lparcfg interface. |
|---|
| 86 | 92 | |
|---|
| 87 | 93 | config PPC_PSERIES_DEBUG |
|---|
| 88 | 94 | depends on PPC_PSERIES && PPC_EARLY_DEBUG |
|---|
| 89 | 95 | bool "Enable extra debug logging in platforms/pseries" |
|---|
| 90 | | - help |
|---|
| 96 | + default y |
|---|
| 97 | + help |
|---|
| 91 | 98 | Say Y here if you want the pseries core to produce a bunch of |
|---|
| 92 | 99 | debug messages to the system log. Select this if you are having a |
|---|
| 93 | 100 | problem with the pseries core and want to see more of what is |
|---|
| 94 | 101 | going on. This does not enable debugging in lpar.c, which must |
|---|
| 95 | 102 | be manually done due to its verbosity. |
|---|
| 96 | | - default y |
|---|
| 97 | 103 | |
|---|
| 98 | 104 | config PPC_SMLPAR |
|---|
| 99 | 105 | bool "Support for shared-memory logical partitions" |
|---|
| 100 | 106 | depends on PPC_PSERIES |
|---|
| 101 | 107 | select LPARCFG |
|---|
| 102 | | - default n |
|---|
| 103 | 108 | help |
|---|
| 104 | 109 | Select this option to enable shared memory partition support. |
|---|
| 105 | 110 | With this option a system running in an LPAR can be given more |
|---|
| .. | .. |
|---|
| 109 | 114 | config CMM |
|---|
| 110 | 115 | tristate "Collaborative memory management" |
|---|
| 111 | 116 | depends on PPC_SMLPAR |
|---|
| 117 | + select MEMORY_BALLOON |
|---|
| 112 | 118 | default y |
|---|
| 113 | 119 | help |
|---|
| 114 | 120 | Select this option, if you want to enable the kernel interface |
|---|
| .. | .. |
|---|
| 119 | 125 | balance memory across many LPARs. |
|---|
| 120 | 126 | |
|---|
| 121 | 127 | config HV_PERF_CTRS |
|---|
| 122 | | - bool "Hypervisor supplied PMU events (24x7 & GPCI)" |
|---|
| 123 | | - default y |
|---|
| 124 | | - depends on PERF_EVENTS && PPC_PSERIES |
|---|
| 125 | | - help |
|---|
| 128 | + bool "Hypervisor supplied PMU events (24x7 & GPCI)" |
|---|
| 129 | + default y |
|---|
| 130 | + depends on PERF_EVENTS && PPC_PSERIES |
|---|
| 131 | + help |
|---|
| 126 | 132 | Enable access to hypervisor supplied counters in perf. Currently, |
|---|
| 127 | 133 | this enables code that uses the hcall GetPerfCounterInfo and 24x7 |
|---|
| 128 | 134 | interfaces to retrieve counters. GPCI exists on Power 6 and later |
|---|
| 129 | 135 | systems. 24x7 is available on Power 8 and later systems. |
|---|
| 130 | 136 | |
|---|
| 131 | | - If unsure, select Y. |
|---|
| 137 | + If unsure, select Y. |
|---|
| 132 | 138 | |
|---|
| 133 | 139 | config IBMVIO |
|---|
| 134 | 140 | depends on PPC_PSERIES |
|---|
| .. | .. |
|---|
| 140 | 146 | bool "Support for GX bus based adapters" |
|---|
| 141 | 147 | help |
|---|
| 142 | 148 | Bus device driver for GX bus based adapters. |
|---|
| 149 | + |
|---|
| 150 | +config PAPR_SCM |
|---|
| 151 | + depends on PPC_PSERIES && MEMORY_HOTPLUG && LIBNVDIMM |
|---|
| 152 | + tristate "Support for the PAPR Storage Class Memory interface" |
|---|
| 153 | + help |
|---|
| 154 | + Enable access to hypervisor provided storage class memory. |
|---|
| 155 | + |
|---|
| 156 | +config PPC_SVM |
|---|
| 157 | + bool "Secure virtual machine (SVM) support for POWER" |
|---|
| 158 | + depends on PPC_PSERIES |
|---|
| 159 | + select SWIOTLB |
|---|
| 160 | + select ARCH_HAS_MEM_ENCRYPT |
|---|
| 161 | + select ARCH_HAS_FORCE_DMA_UNENCRYPTED |
|---|
| 162 | + help |
|---|
| 163 | + There are certain POWER platforms which support secure guests using |
|---|
| 164 | + the Protected Execution Facility, with the help of an Ultravisor |
|---|
| 165 | + executing below the hypervisor layer. This enables support for |
|---|
| 166 | + those guests. |
|---|
| 167 | + |
|---|
| 168 | + If unsure, say "N". |
|---|