diff options
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 619d843ba231..dcb0ad098c60 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -754,6 +754,7 @@ config NUMA | |||
754 | depends on SMP && HIGHMEM64G && (X86_NUMAQ || X86_GENERICARCH || (X86_SUMMIT && ACPI)) | 754 | depends on SMP && HIGHMEM64G && (X86_NUMAQ || X86_GENERICARCH || (X86_SUMMIT && ACPI)) |
755 | default n if X86_PC | 755 | default n if X86_PC |
756 | default y if (X86_NUMAQ || X86_SUMMIT) | 756 | default y if (X86_NUMAQ || X86_SUMMIT) |
757 | select SPARSEMEM_STATIC | ||
757 | 758 | ||
758 | # Need comments to help the hapless user trying to turn on NUMA support | 759 | # Need comments to help the hapless user trying to turn on NUMA support |
759 | comment "NUMA (NUMA-Q) requires SMP, 64GB highmem support" | 760 | comment "NUMA (NUMA-Q) requires SMP, 64GB highmem support" |