Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <arnd@arndb.de>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Peng Fan and committed by
Shawn Guo
d82bcef5 a24015fa

+1
+1
drivers/soc/imx/Kconfig
··· 13 13 depends on ARCH_MXC || COMPILE_TEST 14 14 default ARCH_MXC && ARM64 15 15 select SOC_BUS 16 + select ARM_GIC_V3 if ARCH_MXC 16 17 help 17 18 If you say yes here you get support for the NXP i.MX8M family 18 19 support, it will provide the SoC info like SoC family,