diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 75e52c57f19c..251ce7cf1a38 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -441,6 +441,11 @@ config ISA_DMA_API | |||
441 | bool | 441 | bool |
442 | default y | 442 | default y |
443 | 443 | ||
444 | config GENERIC_PENDING_IRQ | ||
445 | bool | ||
446 | depends on GENERIC_HARDIRQS && SMP | ||
447 | default y | ||
448 | |||
444 | menu "Power management options" | 449 | menu "Power management options" |
445 | 450 | ||
446 | source kernel/power/Kconfig | 451 | source kernel/power/Kconfig |