devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 1/6] arm64: add basic Kconfig symbols for i.MX8
@ 2018-11-14 17:52 Lucas Stach
  2018-11-14 17:52 ` [PATCH v4 2/6] arm64: add basic DTS for i.MX8MQ Lucas Stach
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Lucas Stach @ 2018-11-14 17:52 UTC (permalink / raw)
  To: linux-arm-kernel, Shawn Guo
  Cc: A . s . Dong, devicetree, patchwork-lst, Rob Herring,
	NXP Linux Team, kernel, Fabio Estevam

Add basic Kconfig symbols to make the MXC architecture available
in the ARM64 world.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
---
v2: fix "enabled" typo.
v3: use SoC suboption in Kconfig.platforms instead of drivers/soc
v4: rebased to 4.20-rc1
---
 arch/arm64/Kconfig.platforms | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 51bc479334a4..072c605f671a 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -142,6 +142,20 @@ config ARCH_MVEBU
 	   - Armada 7K SoC Family
 	   - Armada 8K SoC Family
 
+config ARCH_MXC
+	bool "ARMv8 based NXP i.MX SoC family"
+	help
+	  This enables support for the ARMv8 based SoCs in the
+	  NXP i.MX family.
+
+config SOC_IMX8MQ
+	bool "i.MX8MQ support"
+	depends on ARCH_MXC
+	select ARM64_ERRATUM_843419
+	select ARM64_ERRATUM_845719
+	help
+	  This enables support for the i.MX8MQ SoC.
+
 config ARCH_QCOM
 	bool "Qualcomm Platforms"
 	select GPIOLIB
-- 
2.19.1

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

end of thread, other threads:[~2018-12-08 11:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-14 17:52 [PATCH v4 1/6] arm64: add basic Kconfig symbols for i.MX8 Lucas Stach
2018-11-14 17:52 ` [PATCH v4 2/6] arm64: add basic DTS for i.MX8MQ Lucas Stach
2018-11-16 23:25   ` Rob Herring
2018-12-07 16:17     ` Abel Vesa
2018-12-07 16:36       ` Lucas Stach
2018-12-07 21:07         ` Abel Vesa
2018-12-08 11:52           ` Abel Vesa
2018-11-14 17:52 ` [PATCH v4 3/6] arm64: add support for i.MX8M EVK board Lucas Stach
2018-11-16 22:44   ` Rob Herring
2018-11-14 17:52 ` [PATCH v4 4/6] MAINTAINERS: add i.MX8 DT path to i.MX architecture Lucas Stach
2018-11-14 17:52 ` [PATCH v4 5/6] arm64: dts: imx8mq: add watchdog devices Lucas Stach
2018-11-14 17:52 ` [PATCH v4 6/6] arm64: dts: imx8mq-evk: enable watchdog Lucas Stach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).