diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-25 20:59:41 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 07:10:54 -0400 |
commit | d1b20afec356085a202d7832d47bfb89303ea901 (patch) | |
tree | ce122f6fbc8467812894a342662fdff1e438ec91 /arch/x86/Kconfig | |
parent | 0196bcbb150786d54a50e3074013020570a59d31 (diff) |
x86: make x86_find_smp_config depends on 64 bit too
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 25ff7548d3da..9441e46cb49b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -233,7 +233,6 @@ config SMP | |||
233 | config X86_FIND_SMP_CONFIG | 233 | config X86_FIND_SMP_CONFIG |
234 | def_bool y | 234 | def_bool y |
235 | depends on X86_MPPARSE || X86_VOYAGER || X86_VISWS | 235 | depends on X86_MPPARSE || X86_VOYAGER || X86_VISWS |
236 | depends on X86_32 | ||
237 | 236 | ||
238 | if ACPI | 237 | if ACPI |
239 | config X86_MPPARSE | 238 | config X86_MPPARSE |