diff options
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 8dfa3054f10f..1596101cfaf8 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -173,6 +173,12 @@ config ACPI_SRAT | |||
173 | bool | 173 | bool |
174 | default y | 174 | default y |
175 | depends on NUMA && (X86_SUMMIT || X86_GENERICARCH) | 175 | depends on NUMA && (X86_SUMMIT || X86_GENERICARCH) |
176 | select ACPI_NUMA | ||
177 | |||
178 | config HAVE_ARCH_PARSE_SRAT | ||
179 | bool | ||
180 | default y | ||
181 | depends on ACPI_SRAT | ||
176 | 182 | ||
177 | config X86_SUMMIT_NUMA | 183 | config X86_SUMMIT_NUMA |
178 | bool | 184 | bool |
@@ -224,7 +230,6 @@ config NR_CPUS | |||
224 | config SCHED_SMT | 230 | config SCHED_SMT |
225 | bool "SMT (Hyperthreading) scheduler support" | 231 | bool "SMT (Hyperthreading) scheduler support" |
226 | depends on SMP | 232 | depends on SMP |
227 | default off | ||
228 | help | 233 | help |
229 | SMT scheduler support improves the CPU scheduler's decision making | 234 | SMT scheduler support improves the CPU scheduler's decision making |
230 | when dealing with Intel Pentium 4 chips with HyperThreading at a | 235 | when dealing with Intel Pentium 4 chips with HyperThreading at a |