aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2013-03-13 15:42:07 +0000
committerJon Medhurst <tixy@linaro.org>2014-09-29 08:47:39 +0100
commite3c7b2a80bc8460031f5b1d3e11a031f92588415 (patch)
treef4837d339ac2818a2e5fc80a5d07db95757b2e9f
parent9695cb0ba7684d3fbbb7a8c841773e10e467cf8f (diff)
ARM: VExpress: PSCI: Compile PSCI code by default
Compile support for PSCI by default and let the command line decide whether support for SMC calls gets enabled or not. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
-rw-r--r--linaro/configs/vexpress.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/vexpress.conf b/linaro/configs/vexpress.conf
index a601ed4b24c0..0f02f3abd96f 100644
--- a/linaro/configs/vexpress.conf
+++ b/linaro/configs/vexpress.conf
@@ -4,6 +4,7 @@ CONFIG_HAVE_ARM_ARCH_TIMER=y
CONFIG_NR_CPUS=8
CONFIG_HIGHMEM=y
CONFIG_HIGHPTE=y
+CONFIG_ARM_PSCI=y
CONFIG_MCPM=y
CONFIG_ARCH_VEXPRESS_DCSCB=y
CONFIG_ARCH_VEXPRESS_TC2_PM=y