summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds2009-04-17 01:43:20 +0200
committerLinus Torvalds2009-04-17 01:43:20 +0200
commit20d9207849d5abe60461841b3c3724f6e7c9d33e (patch)
tree4466a988d7dd9f0e08225cf6faca1cd6ab6d7dde /arch/x86/Kconfig
parentMerge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff)
parentx86: UV BAU distribution and payload MMRs (diff)
downloadkernel-qcow2-linux-20d9207849d5abe60461841b3c3724f6e7c9d33e.tar.gz
kernel-qcow2-linux-20d9207849d5abe60461841b3c3724f6e7c9d33e.tar.xz
kernel-qcow2-linux-20d9207849d5abe60461841b3c3724f6e7c9d33e.zip
Merge branch 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86: UV BAU distribution and payload MMRs x86: UV: BAU partition-relative distribution map x86, uv: add Kconfig dependency on NUMA for UV systems x86: prevent /sys/firmware/sgi_uv from being created on non-uv systems x86, UV: Fix for nodes with memory and no cpus x86, UV: system table in bios accessed after unmap x86: UV BAU messaging timeouts x86: UV BAU and nodes with no memory
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index bc25b9f5e4cd..c9086e6307a5 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -353,6 +353,7 @@ config X86_UV
bool "SGI Ultraviolet"
depends on X86_64
depends on X86_EXTENDED_PLATFORM
+ depends on NUMA
select X86_X2APIC
---help---
This option is needed in order to support SGI Ultraviolet systems.