linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM64: add basic Kconfig symbols for i.MX8
@ 2018-01-17 18:32 Lucas Stach
  2018-01-17 18:32 ` [PATCH 2/4] arm64: add basic DTS for i.MX8MQ Lucas Stach
                   ` (3 more replies)
  0 siblings, 4 replies; 34+ messages in thread
From: Lucas Stach @ 2018-01-17 18:32 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm64/Kconfig.platforms |  6 ++++++
 drivers/soc/imx/Kconfig      | 12 ++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 2401373565ff..2a22802d1f9e 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -131,6 +131,12 @@ config ARCH_MVEBU
 	   - Armada 7K SoC Family
 	   - Armada 8K SoC Family
 
+config ARCH_MXC
+	bool "ARMv8 based NXP i.MX SoC family"
+	help
+	  This enabled support for the ARMv8 based SoCs in the
+	  NXP i.MX family.
+
 config ARCH_QCOM
 	bool "Qualcomm Platforms"
 	select GPIOLIB
diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig
index a5b86a28f343..8c9f04440896 100644
--- a/drivers/soc/imx/Kconfig
+++ b/drivers/soc/imx/Kconfig
@@ -8,3 +8,15 @@ config IMX7_PM_DOMAINS
 	default y if SOC_IMX7D
 
 endmenu
+
+if ARCH_MXC
+
+if ARM64
+
+config SOC_IMX8MQ
+	bool "i.MX8MQ support"
+	help
+	  This enables support for the i.MX8MQ SoC.
+endif
+
+endif
-- 
2.11.0

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

end of thread, other threads:[~2018-02-02  7:27 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-17 18:32 [PATCH 1/4] ARM64: add basic Kconfig symbols for i.MX8 Lucas Stach
2018-01-17 18:32 ` [PATCH 2/4] arm64: add basic DTS for i.MX8MQ Lucas Stach
2018-01-22 11:51   ` Arnd Bergmann
2018-01-22 11:57   ` Fabio Estevam
2018-01-22 14:47   ` Shawn Guo
2018-01-22 15:11     ` Arnd Bergmann
2018-01-22 17:50       ` Lucas Stach
2018-01-23  1:40         ` Shawn Guo
2018-01-23 10:36   ` Shawn Guo
2018-01-23 13:23     ` Lucas Stach
2018-01-25  9:48       ` aisheng.dong at codeaurora.org
2018-01-25 10:27         ` Lucas Stach
2018-01-25 12:34           ` Dong Aisheng
2018-02-02  7:27         ` Shawn Guo
2018-01-29 17:45   ` Rob Herring
2018-01-29 17:55   ` Rob Herring
2018-01-29 18:00     ` Lucas Stach
2018-01-30 14:55       ` Rob Herring
2018-01-17 18:32 ` [PATCH 3/4] arm64: add support for i.MX8M EVK board Lucas Stach
2018-01-22 11:58   ` Fabio Estevam
2018-01-23 10:39   ` Shawn Guo
2018-01-25 10:10     ` aisheng.dong at codeaurora.org
2018-01-25 10:31       ` Lucas Stach
2018-01-25 10:49         ` Dong Aisheng
2018-01-25 11:09           ` Lucas Stach
2018-01-25 13:03             ` Dong Aisheng
2018-01-25 18:03               ` Lucas Stach
2018-01-26  3:06                 ` A.s. Dong
2018-01-24 14:47   ` Baruch Siach
2018-01-25  9:52     ` Baruch Siach
2018-01-29 17:52   ` Rob Herring
2018-01-17 18:32 ` [PATCH 4/4] MAINTAINERS: add i.MX8 DT path to i.MX architecture Lucas Stach
2018-01-22 11:58   ` Fabio Estevam
2018-01-22 11:53 ` [PATCH 1/4] ARM64: add basic Kconfig symbols for i.MX8 Fabio Estevam

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).