Skip to content

Commit d82bcef

Browse files
MrVanShawn Guo
authored andcommitted
soc: imx: select ARM_GIC_V3 for i.MX8M
Select ARM_GIC_V3, then it is able to use gic v3 driver in aarch32 mode linux on aarch64 hardware. For aarch64 mode, it not hurts to select ARM_GIC_V3. Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent a24015f commit d82bcef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/imx/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ config SOC_IMX8M
1313
depends on ARCH_MXC || COMPILE_TEST
1414
default ARCH_MXC && ARM64
1515
select SOC_BUS
16+
select ARM_GIC_V3 if ARCH_MXC
1617
help
1718
If you say yes here you get support for the NXP i.MX8M family
1819
support, it will provide the SoC info like SoC family,

0 commit comments

Comments
 (0)