diff options
Diffstat (limited to 'kernel/irq/Kconfig')
-rw-r--r-- | kernel/irq/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig index 07cbdfea9ae2..d269cecdfbf0 100644 --- a/kernel/irq/Kconfig +++ b/kernel/irq/Kconfig | |||
@@ -5,6 +5,10 @@ menu "IRQ subsystem" | |||
5 | config MAY_HAVE_SPARSE_IRQ | 5 | config MAY_HAVE_SPARSE_IRQ |
6 | bool | 6 | bool |
7 | 7 | ||
8 | # Legacy support, required for itanic | ||
9 | config GENERIC_IRQ_LEGACY | ||
10 | bool | ||
11 | |||
8 | # Enable the generic irq autoprobe mechanism | 12 | # Enable the generic irq autoprobe mechanism |
9 | config GENERIC_IRQ_PROBE | 13 | config GENERIC_IRQ_PROBE |
10 | bool | 14 | bool |
@@ -17,6 +21,11 @@ config GENERIC_IRQ_SHOW | |||
17 | config GENERIC_IRQ_SHOW_LEVEL | 21 | config GENERIC_IRQ_SHOW_LEVEL |
18 | bool | 22 | bool |
19 | 23 | ||
24 | # Facility to allocate a hardware interrupt. This is legacy support | ||
25 | # and should not be used in new code. Use irq domains instead. | ||
26 | config GENERIC_IRQ_LEGACY_ALLOC_HWIRQ | ||
27 | bool | ||
28 | |||
20 | # Support for delayed migration from interrupt context | 29 | # Support for delayed migration from interrupt context |
21 | config GENERIC_PENDING_IRQ | 30 | config GENERIC_PENDING_IRQ |
22 | bool | 31 | bool |