diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 1cb4aa241c8c..4310b4a311a5 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -334,6 +334,10 @@ config HAVE_ARCH_EARLY_PFN_TO_NID | |||
334 | def_bool y | 334 | def_bool y |
335 | depends on NUMA | 335 | depends on NUMA |
336 | 336 | ||
337 | config OUT_OF_LINE_PFN_TO_PAGE | ||
338 | def_bool y | ||
339 | depends on DISCONTIGMEM | ||
340 | |||
337 | config NR_CPUS | 341 | config NR_CPUS |
338 | int "Maximum number of CPUs (2-256)" | 342 | int "Maximum number of CPUs (2-256)" |
339 | range 2 255 | 343 | range 2 255 |