diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-19 15:15:01 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 04:39:19 -0400 |
commit | a4caa18efe468acb3522e30763de57a67b3e438b (patch) | |
tree | bb897cdd2bdbd804aa1c7ae56facf1524f5d8243 /arch/x86/Kconfig | |
parent | 6695c85b2e6f9f2e9ccaa8af38b72f5ab4a5184f (diff) |
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/Kconfig | 2 |
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 | |||
307 | 307 | ||
308 | config X86_NUMAQ | 308 | config X86_NUMAQ |
309 | bool "NUMAQ (IBM/Sequent)" | 309 | bool "NUMAQ (IBM/Sequent)" |
310 | depends on SMP && X86_32 | 310 | depends on SMP && X86_32 && X86_MPPARSE |
311 | select NUMA | 311 | select NUMA |
312 | help | 312 | help |
313 | This option is used for getting Linux to run on a NUMAQ (IBM/Sequent) | 313 | This option is used for getting Linux to run on a NUMAQ (IBM/Sequent) |