summaryrefslogtreecommitdiffstats
path: root/kernel/irq/Kconfig
diff options
context:
space:
mode:
authorValentin Schneider <valentin.schneider@arm.com>2020-07-03 17:56:45 +0200
committerThomas Gleixner <tglx@linutronix.de>2020-07-04 10:02:06 +0200
commit8fa88a88d573093868565a1afba43b5ae5b3a316 (patch)
tree20e59222b5dc73bbc0e58705f55ca034768eeb86 /kernel/irq/Kconfig
parentsparc64: Deselect IRQ_PREFLOW_FASTEOI (diff)
downloadlinux-8fa88a88d573093868565a1afba43b5ae5b3a316.tar.xz
linux-8fa88a88d573093868565a1afba43b5ae5b3a316.zip
genirq: Remove preflow handler support
That was put in place for sparc64, and blackfin also used it for some time; sparc64 no longer uses those, and blackfin is dead. As there are no more users, remove preflow handlers. Signed-off-by: Valentin Schneider <valentin.schneider@arm.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20200703155645.29703-3-valentin.schneider@arm.com
Diffstat (limited to 'kernel/irq/Kconfig')
-rw-r--r--kernel/irq/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig
index 20512252ecc9..10a5aff4eecc 100644
--- a/kernel/irq/Kconfig
+++ b/kernel/irq/Kconfig
@@ -51,10 +51,6 @@ config GENERIC_IRQ_INJECTION
config HARDIRQS_SW_RESEND
bool
-# Preflow handler support for fasteoi (sparc64)
-config IRQ_PREFLOW_FASTEOI
- bool
-
# Edge style eoi based handler (cell)
config IRQ_EDGE_EOI_HANDLER
bool