diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 2a59dbb28248..87a693cf2bb7 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -117,6 +117,9 @@ config ARCH_HAS_CPU_RELAX | |||
117 | config HAVE_SETUP_PER_CPU_AREA | 117 | config HAVE_SETUP_PER_CPU_AREA |
118 | def_bool X86_64 || (X86_SMP && !X86_VOYAGER) | 118 | def_bool X86_64 || (X86_SMP && !X86_VOYAGER) |
119 | 119 | ||
120 | config HAVE_CPUMASK_OF_CPU_MAP | ||
121 | def_bool X86_64_SMP | ||
122 | |||
120 | config ARCH_HIBERNATION_POSSIBLE | 123 | config ARCH_HIBERNATION_POSSIBLE |
121 | def_bool y | 124 | def_bool y |
122 | depends on !SMP || !X86_VOYAGER | 125 | depends on !SMP || !X86_VOYAGER |
@@ -903,6 +906,15 @@ config X86_64_ACPI_NUMA | |||
903 | help | 906 | help |
904 | Enable ACPI SRAT based node topology detection. | 907 | Enable ACPI SRAT based node topology detection. |
905 | 908 | ||
909 | # Some NUMA nodes have memory ranges that span | ||
910 | # other nodes. Even though a pfn is valid and | ||
911 | # between a node's start and end pfns, it may not | ||
912 | # reside on that node. See memmap_init_zone() | ||
913 | # for details. | ||
914 | config NODES_SPAN_OTHER_NODES | ||
915 | def_bool y | ||
916 | depends on X86_64_ACPI_NUMA | ||
917 | |||
906 | config NUMA_EMU | 918 | config NUMA_EMU |
907 | bool "NUMA emulation" | 919 | bool "NUMA emulation" |
908 | depends on X86_64 && NUMA | 920 | depends on X86_64 && NUMA |