All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: imx: select ARM_GIC_V3 for i.MX8M
@ 2020-04-29  9:40 ` peng.fan
  0 siblings, 0 replies; 7+ messages in thread
From: peng.fan @ 2020-04-29  9:40 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, festevam, linux-imx, Anson.Huang, leonard.crestez,
	abel.vesa, linux-arm-kernel, linux-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

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>
---
 drivers/soc/imx/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig
index 67aa94b2481b..f4006b784312 100644
--- a/drivers/soc/imx/Kconfig
+++ b/drivers/soc/imx/Kconfig
@@ -20,7 +20,8 @@ config IMX_SCU_SOC
 config SOC_IMX8M
 	bool "i.MX8M SoC family support"
 	depends on ARCH_MXC || COMPILE_TEST
-	default ARCH_MXC && ARM64
+	default ARCH_MXC
+	select ARM_GIC_V3
 	help
 	  If you say yes here you get support for the NXP i.MX8M family
 	  support, it will provide the SoC info like SoC family,
-- 
2.16.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-04-30 10:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29  9:40 [PATCH] soc: imx: select ARM_GIC_V3 for i.MX8M peng.fan
2020-04-29  9:40 ` peng.fan
2020-04-29  9:51 ` Peng Fan
2020-04-29  9:51   ` Peng Fan
2020-04-30 10:34 ` kbuild test robot
2020-04-30 10:34   ` kbuild test robot
2020-04-30 10:34   ` kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.