Skip to content

Commit 3e895f4

Browse files
author
Marc Zyngier
committed
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 <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Signed-off-by: Mark Rutland <[email protected]> Tested-by: Hector Martin <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: James Morse <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>
1 parent 69dd450 commit 3e895f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ config ARCH_EP93XX
348348
select ARM_AMBA
349349
imply ARM_PATCH_PHYS_VIRT
350350
select ARM_VIC
351+
select GENERIC_IRQ_MULTI_HANDLER
351352
select AUTO_ZRELADDR
352353
select CLKDEV_LOOKUP
353354
select CLKSRC_MMIO

0 commit comments

Comments
 (0)