summaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-11-18 15:41:36 +0100
committerIngo Molnar <mingo@elte.hu>2008-11-18 15:41:36 +0100
commitcbe9ee00cea58d1f77b172fe22a51080e90877f2 (patch)
treebef908ddde094287e57fc0a5a3bb3f84fee6a767 /arch/x86/Kconfig
parent0bd7b79851d0f74b24a9ce87d088f2e7c718f668 (diff)
parent10db4ef7b9a65b86e4d047671a1886f4c101a859 (diff)
Merge branch 'x86/urgent' into x86/cleanups
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 986e09a76b86..3cf457f90e8e 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