aboutsummaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-05-18 18:36:28 +0100
committerShow Liu <show.liu@linaro.org>2014-06-18 12:01:49 +0800
commit67eb8b7059b7eb5d1cd0c56f50559b1da4bc00b9 (patch)
treeb96296e9437c9d517e4c805aed3bc5690f3979fe /linaro
parent5beddbd71fb9683823c507cdd79130916bf29da7 (diff)
configs: Make cpufreq not set for RT
Not sure this is going to do the right thing but it fixes errors that the CI sees. Why isn't the RT testing just setting the performance governor anyway? Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r--linaro/configs/preempt-rt.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro/configs/preempt-rt.conf b/linaro/configs/preempt-rt.conf
index f8873a6dfb3..98e036d7544 100644
--- a/linaro/configs/preempt-rt.conf
+++ b/linaro/configs/preempt-rt.conf
@@ -1,4 +1,4 @@
CONFIG_PREEMPT=y
CONFIG_PREEMPT_RT_FULL=y
CONFIG_SLUB=y
-CONFIG_CPU_FREQ=n
+# CONFIG_CPU_FREQ is not set