summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2018-01-12 15:08:05 +0100
committerLucas Stach <l.stach@pengutronix.de>2018-11-14 18:54:53 +0100
commit45bcfc92d1b00b6e1133be9e6b45b4aa7216509d (patch)
treeaeb1291515655c2ffcfeb61480ad356dafeeef18
parent189507f7ab38bbb03c7c6ca631dba371d4415401 (diff)
downloadlinux-45bcfc92d1b00b6e1133be9e6b45b4aa7216509d.tar.gz
linux-45bcfc92d1b00b6e1133be9e6b45b4aa7216509d.tar.xz
arm64: add basic Kconfig symbols for i.MX8
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
-rw-r--r--arch/arm64/Kconfig.platforms14
1 files changed, 14 insertions, 0 deletions
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