diff options
Diffstat (limited to 'arch/ppc64/Kconfig')
-rw-r--r-- | arch/ppc64/Kconfig | 4 |
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 | ||
201 | config DISCONTIGMEM | 201 | config 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 | ||
205 | source "mm/Kconfig" | ||
206 | |||
205 | config NUMA | 207 | config NUMA |
206 | bool "NUMA support" | 208 | bool "NUMA support" |
207 | depends on DISCONTIGMEM | 209 | depends on DISCONTIGMEM |