aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2017-07-21 12:30:54 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2017-08-01 14:22:04 +0100
commit6a9eae23b6e28af291dfcae6d7e0fe95f023d010 (patch)
tree0734b05870b1f164b2515bf5d285f29f65f171de
parent7957476f79dc1d0523f339224cef5b9d1da1742b (diff)
arm: vexpress: select PM_GENERIC_DOMAINS
With SMCI firmware and a 4.12 kernel, Juno in AArch32 mode needs PM_GENERIC_DOMAINS selected to be able to boot, otherwise it hangs after this line: [ 0.928854] Serial: AMBA PL011 UART driver Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--arch/arm/mach-vexpress/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig
index 7c728ebc0b33..0f07ae362e77 100644
--- a/arch/arm/mach-vexpress/Kconfig
+++ b/arch/arm/mach-vexpress/Kconfig
@@ -22,6 +22,7 @@ menuconfig ARCH_VEXPRESS
select VEXPRESS_CONFIG
select VEXPRESS_SYSCFG
select MFD_VEXPRESS_SYSREG
+ select PM_GENERIC_DOMAINS
help
This option enables support for systems using Cortex processor based
ARM core and logic (FPGA) tiles on the Versatile Express motherboard,