diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-11-18 15:41:36 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-18 15:41:36 +0100 |
commit | cbe9ee00cea58d1f77b172fe22a51080e90877f2 (patch) | |
tree | bef908ddde094287e57fc0a5a3bb3f84fee6a767 /arch/x86/Kconfig | |
parent | 0bd7b79851d0f74b24a9ce87d088f2e7c718f668 (diff) | |
parent | 10db4ef7b9a65b86e4d047671a1886f4c101a859 (diff) |
Merge branch 'x86/urgent' into x86/cleanups
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 986e09a76b8..3cf457f90e8 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -167,9 +167,12 @@ config GENERIC_PENDING_IRQ config X86_SMP bool depends on SMP && ((X86_32 && !X86_VOYAGER) || X86_64) - select USE_GENERIC_SMP_HELPERS default y +config USE_GENERIC_SMP_HELPERS + def_bool y + depends on SMP + config X86_32_SMP def_bool y depends on X86_32 && SMP |