]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb084bea422a77962f21f2c626f346a37436c619c
treed20965efd487844c90c27068675fcec6f396b71a
parent09936c1dce5e7fb615e8cc1a239c0b5fb2666a8e
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