aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-05-18 18:36:28 +0100
committerMark Brown <broonie@linaro.org>2014-05-22 11:02:20 +0100
commit5d489188a4e6e4aa0c63e0e92d89a9474a802e3d (patch)
treebe7d83f54cf0fc53543bdc3481849d1ba369ff3b
parentb8108fe7c6d7f8d65d5fa7759918b062672cfe2a (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>
-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