Skip to content

Commit 511bd85

Browse files
fifteenhexolofj
authored andcommitted
ARM: mstar: Select MStar intc
MediaTek recently introduced support for the MStar interrupt controller that is also present in some of their chips as well as the MStar/Sigmastar chips. Almost all of the peripheral interrupts go through an instance of this controller in MStar/SigmaStar Arm v7 chips so we want to select it if CONFIG_ARCH_MSTARV7 is selected. Link: https://lore.kernel.org/r/20201002133418.2250277-2-daniel@0x0f.com Signed-off-by: Daniel Palmer <daniel@0x0f.com> Signed-off-by: Olof Johansson <olof@lixom.net>
1 parent acddaa5 commit 511bd85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/mach-mstar/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ menuconfig ARCH_MSTARV7
33
depends on ARCH_MULTI_V7
44
select ARM_GIC
55
select ARM_HEAVY_MB
6+
select MST_IRQ
67
help
78
Support for newer MStar/Sigmastar SoC families that are
89
based on Armv7 cores like the Cortex A7 and share the same

0 commit comments

Comments
 (0)