diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3cf457f90e8e..d4d4cb7629ea 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -952,7 +952,7 @@ config ARCH_PHYS_ADDR_T_64BIT | |||
952 | config NUMA | 952 | config NUMA |
953 | bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)" | 953 | bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)" |
954 | depends on SMP | 954 | depends on SMP |
955 | depends on X86_64 || (X86_32 && HIGHMEM64G && (X86_NUMAQ || X86_BIGSMP || X86_SUMMIT && ACPI) && BROKEN) | 955 | depends on X86_64 || (X86_32 && HIGHMEM64G && (X86_NUMAQ || X86_BIGSMP || X86_SUMMIT && ACPI) && EXPERIMENTAL) |
956 | default n if X86_PC | 956 | default n if X86_PC |
957 | default y if (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP) | 957 | default y if (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP) |
958 | help | 958 | help |