diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-07-06 14:42:11 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 09:49:08 -0400 |
commit | 6247943d8ab699b57653afd453a4940cca70ef8a (patch) | |
tree | 23e4f546c0798534dc6b776cfcec46b759b9a205 /arch/x86/Kconfig | |
parent | 698839fe04ae11f228074ad45614343c3921a6c6 (diff) |
x86: remove acpi_srat config v2
use ACPI_NUMA directly
and move srat_32.c to mm/
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index d8dddbc5e349..bb0c0d0f6db7 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -455,11 +455,6 @@ config MEMTEST | |||
455 | memtest=4, mean do 4 test patterns. | 455 | memtest=4, mean do 4 test patterns. |
456 | If you are unsure how to answer this question, answer Y. | 456 | If you are unsure how to answer this question, answer Y. |
457 | 457 | ||
458 | config ACPI_SRAT | ||
459 | def_bool y | ||
460 | depends on X86_32 && ACPI && NUMA && X86_GENERICARCH | ||
461 | select ACPI_NUMA | ||
462 | |||
463 | config X86_SUMMIT_NUMA | 458 | config X86_SUMMIT_NUMA |
464 | def_bool y | 459 | def_bool y |
465 | depends on X86_32 && NUMA && X86_GENERICARCH | 460 | depends on X86_32 && NUMA && X86_GENERICARCH |