arm64: imx8mq: select PM support
authorLucas Stach <l.stach@pengutronix.de>
Fri, 25 Jan 2019 16:24:37 +0000 (17:24 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 1 Feb 2019 07:04:32 +0000 (15:04 +0800)
commit84a2ab25b12d69914c96dd12e762f7ff912f9735
tree6be5989d6d5a9958e0d80206c645216aafd43d8d
parent67b9282387c579f6011a3204149d1566b79d9d60
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>
arch/arm64/Kconfig.platforms