diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2019-01-25 19:20:34 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-02-01 10:00:34 +0300 |
commit | 67b9282387c579f6011a3204149d1566b79d9d60 (patch) | |
tree | 245e342011ebc2f210982e4661be1612d99a78ea /arch/arm64/Kconfig.platforms | |
parent | 9edf908a16c43c438f0edc08ce839c5a7ef7d039 (diff) | |
download | linux-67b9282387c579f6011a3204149d1566b79d9d60.tar.xz |
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.platforms | 1 |
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. |