Commit 511bd854 authored by Daniel Palmer's avatar Daniel Palmer Committed by Olof Johansson

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.comSigned-off-by: default avatarDaniel Palmer <daniel@0x0f.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent acddaa55
...@@ -3,6 +3,7 @@ menuconfig ARCH_MSTARV7 ...@@ -3,6 +3,7 @@ menuconfig ARCH_MSTARV7
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7
select ARM_GIC select ARM_GIC
select ARM_HEAVY_MB select ARM_HEAVY_MB
select MST_IRQ
help help
Support for newer MStar/Sigmastar SoC families that are Support for newer MStar/Sigmastar SoC families that are
based on Armv7 cores like the Cortex A7 and share the same based on Armv7 cores like the Cortex A7 and share the same
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment