From: Liviu Dudau Date: Wed, 13 Mar 2013 15:42:07 +0000 (+0000) Subject: ARM: VExpress: PSCI: Compile PSCI code by default X-Git-Tag: firefly_0821_release~3680^2~236^2^2~14^2 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d9f00d19278b262ecac9f5d28aedec941d938cf0;p=firefly-linux-kernel-4.4.55.git 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 --- diff --git a/linaro/configs/vexpress.conf b/linaro/configs/vexpress.conf index 7266d0cee9ef..94c36e016ad4 100644 --- a/linaro/configs/vexpress.conf +++ b/linaro/configs/vexpress.conf @@ -10,6 +10,7 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_INTERACTIVE=y CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +CONFIG_ARM_PSCI=y CONFIG_HAVE_ARM_ARCH_TIMER=y CONFIG_NR_CPUS=8 CONFIG_HIGHMEM=y