diff options
Diffstat (limited to 'arch/x86/Kconfig')
| -rw-r--r-- | arch/x86/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 93224b569187..ac22bb7719f7 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
| @@ -167,9 +167,12 @@ config GENERIC_PENDING_IRQ | |||
| 167 | config X86_SMP | 167 | config X86_SMP |
| 168 | bool | 168 | bool |
| 169 | depends on SMP && ((X86_32 && !X86_VOYAGER) || X86_64) | 169 | depends on SMP && ((X86_32 && !X86_VOYAGER) || X86_64) |
| 170 | select USE_GENERIC_SMP_HELPERS | ||
| 171 | default y | 170 | default y |
| 172 | 171 | ||
| 172 | config USE_GENERIC_SMP_HELPERS | ||
| 173 | def_bool y | ||
| 174 | depends on SMP | ||
| 175 | |||
| 173 | config X86_32_SMP | 176 | config X86_32_SMP |
| 174 | def_bool y | 177 | def_bool y |
| 175 | depends on X86_32 && SMP | 178 | depends on X86_32 && SMP |
| @@ -957,7 +960,7 @@ config ARCH_PHYS_ADDR_T_64BIT | |||
| 957 | config NUMA | 960 | config NUMA |
| 958 | bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)" | 961 | bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)" |
| 959 | depends on SMP | 962 | depends on SMP |
| 960 | depends on X86_64 || (X86_32 && HIGHMEM64G && (X86_NUMAQ || X86_BIGSMP || X86_SUMMIT && ACPI) && BROKEN) | 963 | depends on X86_64 || (X86_32 && HIGHMEM64G && (X86_NUMAQ || X86_BIGSMP || X86_SUMMIT && ACPI) && EXPERIMENTAL) |
| 961 | default n if X86_PC | 964 | default n if X86_PC |
| 962 | default y if (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP) | 965 | default y if (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP) |
| 963 | help | 966 | help |
