From mboxrd@z Thu Jan 1 00:00:00 1970 From: Abel Vesa Subject: [PATCH v5 1/6] arm64: add basic Kconfig symbols for i.MX8 Date: Sun, 9 Dec 2018 14:26:06 +0000 Message-ID: <1544365552-30270-2-git-send-email-abel.vesa@nxp.com> References: <1544365552-30270-1-git-send-email-abel.vesa@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1544365552-30270-1-git-send-email-abel.vesa@nxp.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Lucas Stach , "linux-arm-kernel@lists.infradead.org" , Shawn Guo , Rob Herring Cc: dl-linux-imx , Fabio Estevam , "devicetree@vger.kernel.org" , Aisheng Dong , Pengutronix Kernel Team , "patchwork-lst@pengutronix.de" , Linux Kernel Mailing List , Abel Vesa , Abel Vesa List-Id: devicetree@vger.kernel.org From: Lucas Stach Add basic Kconfig symbols to make the MXC architecture available in the ARM64 world. Signed-off-by: Lucas Stach Reviewed-by: Fabio Estevam --- arch/arm64/Kconfig.platforms | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 28f0521..7e1545a 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 =20 +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 --=20 2.7.4