diff options
Diffstat (limited to 'kernel/irq/Kconfig')
-rw-r--r-- | kernel/irq/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig index 07cbdfea9ae2..a83f10e406c1 100644 --- a/kernel/irq/Kconfig +++ b/kernel/irq/Kconfig | |||
@@ -17,6 +17,11 @@ config GENERIC_IRQ_SHOW | |||
17 | config GENERIC_IRQ_SHOW_LEVEL | 17 | config GENERIC_IRQ_SHOW_LEVEL |
18 | bool | 18 | bool |
19 | 19 | ||
20 | # Facility to allocate a hardware interrupt. This is legacy support | ||
21 | # and should not be used in new code. Use irq domains instead. | ||
22 | config GENERIC_IRQ_LEGACY_ALLOC_HWIRQ | ||
23 | bool | ||
24 | |||
20 | # Support for delayed migration from interrupt context | 25 | # Support for delayed migration from interrupt context |
21 | config GENERIC_PENDING_IRQ | 26 | config GENERIC_PENDING_IRQ |
22 | bool | 27 | bool |