aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-01-25 17:20:34 +0100
committerShawn Guo <shawnguo@kernel.org>2019-02-01 15:00:34 +0800
commit67b9282387c579f6011a3204149d1566b79d9d60 (patch)
tree245e342011ebc2f210982e4661be1612d99a78ea /arch/arm64/Kconfig.platforms
parentARM: imx: add i.MX7ULP SoC revision support (diff)
downloadlinux-dev-67b9282387c579f6011a3204149d1566b79d9d60.tar.xz
linux-dev-67b9282387c579f6011a3204149d1566b79d9d60.zip
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 <l.stach@pengutronix.de> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 251ecf34cb02..f4e45c52aea4 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.