aboutsummaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-05-18 18:36:28 +0100
committerMark Brown <broonie@linaro.org>2014-05-18 18:36:28 +0100
commitf15a6a129d6bee7e6a756eaaf6eddf7ed672eaba (patch)
tree4faf93b39d6abe0f87ab847c149548834222af48 /linaro
parent378320764364e299ac24add02770f019d04f738b (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 f8873a6dfb32..98e036d75442 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