From: Lucas Stach Date: Fri, 25 Jan 2019 16:20:34 +0000 (+0100) Subject: arm64: imx8mq: select GPCv2 irqchip driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=67b9282387c579f6011a3204149d1566b79d9d60;p=linux.git arm64: imx8mq: select GPCv2 irqchip driver The system is unable to boot without this driver being present, as most of the peripherals are connected to this IRQ controller. Signed-off-by: Lucas Stach Reviewed-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 251ecf34cb020..f4e45c52aea4f 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -146,6 +146,7 @@ config ARCH_MXC bool "ARMv8 based NXP i.MX SoC family" select ARM64_ERRATUM_843419 select ARM64_ERRATUM_845719 + select IMX_GPCV2 help This enables support for the ARMv8 based SoCs in the NXP i.MX family.