Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html