aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc64/Kconfig')
-rw-r--r--arch/ppc64/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig
index 0f1fa289744e..87344f324233 100644
--- a/arch/ppc64/Kconfig
+++ b/arch/ppc64/Kconfig
@@ -198,10 +198,12 @@ 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 DISCONTIGMEM 201config ARCH_DISCONTIGMEM_ENABLE
202 bool "Discontiguous Memory Support" 202 bool "Discontiguous Memory Support"
203 depends on SMP && PPC_PSERIES 203 depends on SMP && PPC_PSERIES
204 204
205source "mm/Kconfig"
206
205config NUMA 207config NUMA
206 bool "NUMA support" 208 bool "NUMA support"
207 depends on DISCONTIGMEM 209 depends on DISCONTIGMEM