]> www.infradead.org Git - linux-platform-drivers-x86.git/commit
ARM: ep93xx: Select GENERIC_IRQ_MULTI_HANDLER directly
authorMarc Zyngier <maz@kernel.org>
Wed, 17 Feb 2021 18:10:35 +0000 (18:10 +0000)
committerMarc Zyngier <maz@kernel.org>
Mon, 8 Mar 2021 20:18:32 +0000 (20:18 +0000)
commit3e895f4cbd158c31f1295d097a73ea4fe50f88f4
tree07b5e527e68211d47d5ac7c718e1ab59cdacb675
parent69dd4503a7e6bae3389b8e028e5768008be8f2d7
ARM: ep93xx: Select GENERIC_IRQ_MULTI_HANDLER directly

ep93xx currently relies of CONFIG_ARM_VIC to select
GENERIC_IRQ_MULTI_HANDLER. Given that this is logically a platform
architecture property, add the selection of GENERIC_IRQ_MULTI_HANDLER
at the platform level.

Further patches will remove the selection from the irqchip side.

Reported-by: Marc Rutland <mark.rutland@arm.com>
Signed-off-by: Marc Zyngier <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>
arch/arm/Kconfig