aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2020-11-14 22:01:45 +0100
committerThomas Gleixner <tglx@linutronix.de>2020-11-14 22:39:00 +0100
commitf296dcd629aa412a80a53215e46087f53af87f08 (patch)
treed1c19bdd29ebc958e050557228562d41141b58a7 /kernel/irq/Kconfig
parentregmap: irq: Convert to use irq_domain_create_legacy() (diff)
downloadlinux-dev-f296dcd629aa412a80a53215e46087f53af87f08.tar.xz
linux-dev-f296dcd629aa412a80a53215e46087f53af87f08.zip
genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
Commit bb9d812643d8 ("arch: remove tile port") removed the last user of this cruft two years ago... Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/87eekvac06.fsf@nanos.tec.linutronix.de
Diffstat (limited to 'kernel/irq/Kconfig')
-rw-r--r--kernel/irq/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig
index 10a5aff4eecc..f2cda6b0057f 100644
--- a/kernel/irq/Kconfig
+++ b/kernel/irq/Kconfig
@@ -26,11 +26,6 @@ config GENERIC_IRQ_SHOW_LEVEL
config GENERIC_IRQ_EFFECTIVE_AFF_MASK
bool
-# Facility to allocate a hardware interrupt. This is legacy support
-# and should not be used in new code. Use irq domains instead.
-config GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
- bool
-
# Support for delayed migration from interrupt context
config GENERIC_PENDING_IRQ
bool