diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 9f5b99e7b1eb..61ed16652347 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -274,8 +274,27 @@ config NUMA | |||
274 | bool | 274 | bool |
275 | default n | 275 | default n |
276 | 276 | ||
277 | config ARCH_DISCONTIGMEM_ENABLE | ||
278 | def_bool y | ||
279 | depends on NUMA | ||
280 | |||
281 | config ARCH_DISCONTIGMEM_DEFAULT | ||
282 | def_bool y | ||
283 | depends on NUMA | ||
284 | |||
285 | config ARCH_SPARSEMEM_ENABLE | ||
286 | def_bool y | ||
287 | depends on NUMA | ||
288 | |||
289 | config ARCH_FLATMEM_ENABLE | ||
290 | def_bool y | ||
291 | depends on !NUMA | ||
292 | |||
277 | source "mm/Kconfig" | 293 | source "mm/Kconfig" |
278 | 294 | ||
295 | config HAVE_ARCH_EARLY_PFN_TO_NID | ||
296 | def_bool y | ||
297 | |||
279 | config HAVE_DEC_LOCK | 298 | config HAVE_DEC_LOCK |
280 | bool | 299 | bool |
281 | depends on SMP | 300 | depends on SMP |