summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorLucas Stach2018-12-09 15:26:06 +0100
committerShawn Guo2018-12-16 10:28:01 +0100
commit930507c1830498e00ede089890f188de4a108cc7 (patch)
treee45a14bf27fc230c41b92ff627082ad9ea07d03f /arch/arm64/Kconfig.platforms
parentMerge commit '1cf3817bf1f52e57b3f5eb0413ee0d7f0c2e9829' into imx8mq/dt (diff)
downloadkernel-qcow2-linux-930507c1830498e00ede089890f188de4a108cc7.tar.gz
kernel-qcow2-linux-930507c1830498e00ede089890f188de4a108cc7.tar.xz
kernel-qcow2-linux-930507c1830498e00ede089890f188de4a108cc7.zip
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> Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 51bc479334a4..3e177a332b92 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -142,6 +142,14 @@ config ARCH_MVEBU
- Armada 7K SoC Family
- Armada 8K SoC Family
+config ARCH_MXC
+ bool "ARMv8 based NXP i.MX SoC family"
+ select ARM64_ERRATUM_843419
+ select ARM64_ERRATUM_845719
+ help
+ This enables support for the ARMv8 based SoCs in the
+ NXP i.MX family.
+
config ARCH_QCOM
bool "Qualcomm Platforms"
select GPIOLIB