aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/irq/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig
index 5f3e2baefca9..c6766f326072 100644
--- a/kernel/irq/Kconfig
+++ b/kernel/irq/Kconfig
@@ -134,6 +134,7 @@ config GENERIC_IRQ_DEBUGFS
134endmenu 134endmenu
135 135
136config GENERIC_IRQ_MULTI_HANDLER 136config GENERIC_IRQ_MULTI_HANDLER
137 depends on !MULTI_IRQ_HANDLER
137 bool 138 bool
138 help 139 help
139 Allow to specify the low level IRQ handler at run time. 140 Allow to specify the low level IRQ handler at run time.