diff options
-rw-r--r-- | arch/ppc64/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig index 87344f324233..011b5c0bf1d0 100644 --- a/arch/ppc64/Kconfig +++ b/arch/ppc64/Kconfig | |||
@@ -199,9 +199,16 @@ config HMT | |||
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 ARCH_DISCONTIGMEM_ENABLE | 201 | config ARCH_DISCONTIGMEM_ENABLE |
202 | bool "Discontiguous Memory Support" | 202 | def_bool y |
203 | depends on SMP && PPC_PSERIES | 203 | depends on SMP && PPC_PSERIES |
204 | 204 | ||
205 | config ARCH_DISCONTIGMEM_DEFAULT | ||
206 | def_bool y | ||
207 | depends on ARCH_DISCONTIGMEM_ENABLE | ||
208 | |||
209 | config ARCH_FLATMEM_ENABLE | ||
210 | def_bool y | ||
211 | |||
205 | source "mm/Kconfig" | 212 | source "mm/Kconfig" |
206 | 213 | ||
207 | config NUMA | 214 | config NUMA |