irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLER
authorMarc Zyngier <maz@kernel.org>
Wed, 17 Feb 2021 14:28:00 +0000 (14:28 +0000)
committerMarc Zyngier <maz@kernel.org>
Mon, 8 Mar 2021 20:18:41 +0000 (20:18 +0000)
commita79f7051cccb6f3bcd3d2a0a058c7d5c79bb0371
treed20965efd487844c90c27068675fcec6f396b71a
parent3e895f4cbd158c31f1295d097a73ea4fe50f88f4
irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLER

Implementing CONFIG_GENERIC_IRQ_MULTI_HANDLER is a decision that is
made at the architecture level, and shouldn't involve the irqchip
at all (we even provide a fallback helper when the option isn't
selected).

Drop all instances of such selection from non-arch code.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210217142800.2547737-1-maz@kernel.org
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Hector Martin <marcan@marcan.st>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: James Morse <james.morse@arm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/irqchip/Kconfig