summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorYinghai Lu2008-06-19 21:15:01 +0200
committerIngo Molnar2008-07-08 10:39:19 +0200
commita4caa18efe468acb3522e30763de57a67b3e438b (patch)
treebb897cdd2bdbd804aa1c7ae56facf1524f5d8243 /arch/x86/Kconfig
parentx86: let MPS support be selectable, v2 (diff)
downloadkernel-qcow2-linux-a4caa18efe468acb3522e30763de57a67b3e438b.tar.gz
kernel-qcow2-linux-a4caa18efe468acb3522e30763de57a67b3e438b.tar.xz
kernel-qcow2-linux-a4caa18efe468acb3522e30763de57a67b3e438b.zip
x86: fix compiling when CONFIG_X86_MPPARSE is not set
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 0804a889c27b..25251799337f 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -307,7 +307,7 @@ if X86_GENERICARCH
config X86_NUMAQ
bool "NUMAQ (IBM/Sequent)"
- depends on SMP && X86_32
+ depends on SMP && X86_32 && X86_MPPARSE
select NUMA
help
This option is used for getting Linux to run on a NUMAQ (IBM/Sequent)