diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-17 18:39:01 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 04:38:41 -0400 |
commit | 0699eae140a3eeca976df4e3b7699b1fa3f763cd (patch) | |
tree | cd33b1301b04ff96d6581d556aeb0635bfaa3f9d /arch/x86/Kconfig | |
parent | 593a0cc39046515a438ca9fcc168115961f9f503 (diff) |
x86: Kconfig cleanup with genericarch
we already have summit and etc depends on genericarch,
so use genericarch only.
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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 07276ac01c20..7ebd986050a8 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -446,7 +446,7 @@ config MEMTEST_BOOTPARAM_VALUE | |||
446 | 446 | ||
447 | config ACPI_SRAT | 447 | config ACPI_SRAT |
448 | def_bool y | 448 | def_bool y |
449 | depends on X86_32 && ACPI && NUMA && (X86_SUMMIT || X86_GENERICARCH) | 449 | depends on X86_32 && ACPI && NUMA && X86_GENERICARCH |
450 | select ACPI_NUMA | 450 | select ACPI_NUMA |
451 | 451 | ||
452 | config HAVE_ARCH_PARSE_SRAT | 452 | config HAVE_ARCH_PARSE_SRAT |
@@ -455,11 +455,11 @@ config HAVE_ARCH_PARSE_SRAT | |||
455 | 455 | ||
456 | config X86_SUMMIT_NUMA | 456 | config X86_SUMMIT_NUMA |
457 | def_bool y | 457 | def_bool y |
458 | depends on X86_32 && NUMA && (X86_SUMMIT || X86_GENERICARCH) | 458 | depends on X86_32 && NUMA && X86_GENERICARCH |
459 | 459 | ||
460 | config X86_CYCLONE_TIMER | 460 | config X86_CYCLONE_TIMER |
461 | def_bool y | 461 | def_bool y |
462 | depends on X86_32 && X86_SUMMIT || X86_GENERICARCH | 462 | depends on X86_GENERICARCH |
463 | 463 | ||
464 | config ES7000_CLUSTERED_APIC | 464 | config ES7000_CLUSTERED_APIC |
465 | def_bool y | 465 | def_bool y |
@@ -909,9 +909,9 @@ config X86_PAE | |||
909 | config NUMA | 909 | config NUMA |
910 | bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)" | 910 | bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)" |
911 | depends on SMP | 911 | depends on SMP |
912 | depends on X86_64 || (X86_32 && HIGHMEM64G && (X86_NUMAQ || X86_GENERICARCH || X86_SUMMIT && ACPI) && EXPERIMENTAL) | 912 | depends on X86_64 || (X86_32 && HIGHMEM64G && (X86_NUMAQ || X86_BIGSMP || X86_SUMMIT && ACPI) && EXPERIMENTAL) |
913 | default n if X86_PC | 913 | default n if X86_PC |
914 | default y if (X86_NUMAQ || X86_SUMMIT || X86_GENERICARCH) | 914 | default y if (X86_NUMAQ || X86_SUMMIT || X86_BIGSMP) |
915 | help | 915 | help |
916 | Enable NUMA (Non Uniform Memory Access) support. | 916 | Enable NUMA (Non Uniform Memory Access) support. |
917 | The kernel will try to allocate memory used by a CPU on the | 917 | The kernel will try to allocate memory used by a CPU on the |