diff options
author | Jack Steiner <steiner@sgi.com> | 2009-04-03 16:39:42 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-08 08:58:11 -0400 |
commit | 54c28d294c658abb6d6430a49fda230fdfd601c8 (patch) | |
tree | 6e1ba06eff08f0575955183495123cae852e0fa6 /arch/x86/Kconfig | |
parent | 06aa05b307e8efbc278f201198e7cdf3877bc5c2 (diff) |
x86, uv: add Kconfig dependency on NUMA for UV systems
Impact: build fix
Add Kconfig dependency on NUMA for enabling UV. Although it might
be possible to configure non-NUMA UV systems, they are unsupported
and not interesting. Much of the infrastructure for UV requires
NUMA support.
Signed-off-by: Jack Steiner <steiner@sgi.com>
LKML-Reference: <20090403203942.GA20137@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 748e50a1a152..2817ab5a1204 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -354,6 +354,7 @@ config X86_UV | |||
354 | bool "SGI Ultraviolet" | 354 | bool "SGI Ultraviolet" |
355 | depends on X86_64 | 355 | depends on X86_64 |
356 | depends on X86_EXTENDED_PLATFORM | 356 | depends on X86_EXTENDED_PLATFORM |
357 | depends on NUMA | ||
357 | select X86_X2APIC | 358 | select X86_X2APIC |
358 | ---help--- | 359 | ---help--- |
359 | This option is needed in order to support SGI Ultraviolet systems. | 360 | This option is needed in order to support SGI Ultraviolet systems. |