summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorLucas Stach2019-01-25 17:24:37 +0100
committerShawn Guo2019-02-01 08:04:32 +0100
commit84a2ab25b12d69914c96dd12e762f7ff912f9735 (patch)
tree6be5989d6d5a9958e0d80206c645216aafd43d8d /arch/arm64/Kconfig.platforms
parentarm64: imx8mq: select GPCv2 irqchip driver (diff)
downloadkernel-qcow2-linux-84a2ab25b12d69914c96dd12e762f7ff912f9735.tar.gz
kernel-qcow2-linux-84a2ab25b12d69914c96dd12e762f7ff912f9735.tar.xz
kernel-qcow2-linux-84a2ab25b12d69914c96dd12e762f7ff912f9735.zip
arm64: imx8mq: select PM support
The ATF on the i.MX8MQ device disables all non-essential power domains. For correct on-SoC peripheral operation we need both the power domain driver and generic domains, so device driver probe gets ordered behind the power domain controller driver. Select those options, as those being absent can lead to very hard to debug failures. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index f4e45c52aea4..8c2fc4bb20a5 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -147,6 +147,9 @@ config ARCH_MXC
select ARM64_ERRATUM_843419
select ARM64_ERRATUM_845719
select IMX_GPCV2
+ select IMX_GPCV2_PM_DOMAINS
+ select PM
+ select PM_GENERIC_DOMAINS
help
This enables support for the ARMv8 based SoCs in the
NXP i.MX family.