diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2015-08-15 05:46:25 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-19 00:44:36 +0300 |
commit | ff2d92066429d1ba21cea64543264563477ad4da (patch) | |
tree | 39992881621a4f2ebf74704dc3e46f4daecce610 /arch | |
parent | 5446584eeba48ae357435388fb39f35ee9e5d851 (diff) | |
download | linux-ff2d92066429d1ba21cea64543264563477ad4da.tar.xz |
ARM: add TC2 PM support to multi_v7_defconfig
Without this, the multi_v7_defconfig kernel cannot boot all CPUs
nor do deep cpuidle power saving on a TC2 board.
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 887854a59149..3f49d8fd31f5 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -101,6 +101,7 @@ CONFIG_MACH_SNOWBALL=y CONFIG_MACH_UX500_DT=y CONFIG_ARCH_VEXPRESS=y CONFIG_ARCH_VEXPRESS_CA9X4=y +CONFIG_ARCH_VEXPRESS_TC2_PM=y CONFIG_ARCH_WM8850=y CONFIG_ARCH_ZYNQ=y CONFIG_TRUSTED_FOUNDATIONS=y |