aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc64/Kconfig')
-rw-r--r--arch/ppc64/Kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig
index c92d48fe06e5..6448231cb106 100644
--- a/arch/ppc64/Kconfig
+++ b/arch/ppc64/Kconfig
@@ -198,6 +198,13 @@ config HMT
198 This option enables hardware multithreading on RS64 cpus. 198 This option enables hardware multithreading on RS64 cpus.
199 pSeries systems p620 and p660 have such a cpu type. 199 pSeries systems p620 and p660 have such a cpu type.
200 200
201config ARCH_SELECT_MEMORY_MODEL
202 def_bool y
203
204config ARCH_FLATMEM_ENABLE
205 def_bool y
206 depends on !NUMA
207
201config ARCH_DISCONTIGMEM_ENABLE 208config ARCH_DISCONTIGMEM_ENABLE
202 def_bool y 209 def_bool y
203 depends on SMP && PPC_PSERIES 210 depends on SMP && PPC_PSERIES
@@ -209,6 +216,10 @@ config ARCH_DISCONTIGMEM_DEFAULT
209config ARCH_FLATMEM_ENABLE 216config ARCH_FLATMEM_ENABLE
210 def_bool y 217 def_bool y
211 218
219config ARCH_SPARSEMEM_ENABLE
220 def_bool y
221 depends on ARCH_DISCONTIGMEM_ENABLE
222
212source "mm/Kconfig" 223source "mm/Kconfig"
213 224
214config HAVE_ARCH_EARLY_PFN_TO_NID 225config HAVE_ARCH_EARLY_PFN_TO_NID
@@ -229,7 +240,7 @@ config NODES_SPAN_OTHER_NODES
229 240
230config NUMA 241config NUMA
231 bool "NUMA support" 242 bool "NUMA support"
232 depends on DISCONTIGMEM 243 default y if DISCONTIGMEM || SPARSEMEM
233 244
234config SCHED_SMT 245config SCHED_SMT
235 bool "SMT (Hyperthreading) scheduler support" 246 bool "SMT (Hyperthreading) scheduler support"