Commit d82bcef5 authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo

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: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a24015fa
...@@ -13,6 +13,7 @@ config SOC_IMX8M ...@@ -13,6 +13,7 @@ config SOC_IMX8M
depends on ARCH_MXC || COMPILE_TEST depends on ARCH_MXC || COMPILE_TEST
default ARCH_MXC && ARM64 default ARCH_MXC && ARM64
select SOC_BUS select SOC_BUS
select ARM_GIC_V3 if ARCH_MXC
help help
If you say yes here you get support for the NXP i.MX8M family If you say yes here you get support for the NXP i.MX8M family
support, it will provide the SoC info like SoC family, support, it will provide the SoC info like SoC family,
......
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