diff options
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 3b3b017e1c15..4b7de3e1e57b 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -1318,6 +1318,11 @@ config GENERIC_IRQ_PROBE | |||
1318 | bool | 1318 | bool |
1319 | default y | 1319 | default y |
1320 | 1320 | ||
1321 | config GENERIC_PENDING_IRQ | ||
1322 | bool | ||
1323 | depends on GENERIC_HARDIRQS && SMP | ||
1324 | default y | ||
1325 | |||
1321 | config X86_SMP | 1326 | config X86_SMP |
1322 | bool | 1327 | bool |
1323 | depends on SMP && !X86_VOYAGER | 1328 | depends on SMP && !X86_VOYAGER |