Message ID | 20181114175242.12468-1-l.stach@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v4,1/6] arm64: add basic Kconfig symbols for i.MX8 | expand |
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