diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index ba22849ee3ec..b0f4ae9b7c84 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -683,8 +683,10 @@ source "lib/Kconfig" | |||
683 | # Use the generic interrupt handling code in kernel/irq/: | 683 | # Use the generic interrupt handling code in kernel/irq/: |
684 | # | 684 | # |
685 | config GENERIC_HARDIRQS | 685 | config GENERIC_HARDIRQS |
686 | bool | 686 | def_bool y |
687 | default y | 687 | |
688 | config GENERIC_HARDIRQS_NO__DO_IRQ | ||
689 | def_bool y | ||
688 | 690 | ||
689 | config GENERIC_IRQ_PROBE | 691 | config GENERIC_IRQ_PROBE |
690 | bool | 692 | bool |