aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/openrisc/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index 339df7324e9c..9ecad05bfc73 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -27,6 +27,7 @@ config OPENRISC
27 select GENERIC_STRNLEN_USER 27 select GENERIC_STRNLEN_USER
28 select GENERIC_SMP_IDLE_THREAD 28 select GENERIC_SMP_IDLE_THREAD
29 select MODULES_USE_ELF_RELA 29 select MODULES_USE_ELF_RELA
30 select MULTI_IRQ_HANDLER
30 select HAVE_DEBUG_STACKOVERFLOW 31 select HAVE_DEBUG_STACKOVERFLOW
31 select OR1K_PIC 32 select OR1K_PIC
32 select CPU_NO_EFFICIENT_FFS if !OPENRISC_HAVE_INST_FF1 33 select CPU_NO_EFFICIENT_FFS if !OPENRISC_HAVE_INST_FF1
@@ -68,6 +69,9 @@ config STACKTRACE_SUPPORT
68config LOCKDEP_SUPPORT 69config LOCKDEP_SUPPORT
69 def_bool y 70 def_bool y
70 71
72config MULTI_IRQ_HANDLER
73 def_bool y
74
71source "init/Kconfig" 75source "init/Kconfig"
72 76
73source "kernel/Kconfig.freezer" 77source "kernel/Kconfig.freezer"