diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e0edaaa6920a..2f3fbebf51d8 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -168,6 +168,7 @@ config GENERIC_PENDING_IRQ | |||
168 | config X86_SMP | 168 | config X86_SMP |
169 | bool | 169 | bool |
170 | depends on SMP && ((X86_32 && !X86_VOYAGER) || X86_64) | 170 | depends on SMP && ((X86_32 && !X86_VOYAGER) || X86_64) |
171 | select USE_GENERIC_SMP_HELPERS | ||
171 | default y | 172 | default y |
172 | 173 | ||
173 | config X86_32_SMP | 174 | config X86_32_SMP |