From: Mark Brown Date: Sun, 18 May 2014 17:36:28 +0000 (+0100) Subject: configs: Make cpufreq not set for RT X-Git-Tag: firefly_0821_release~3680^2~5^2~2^2~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f15a6a129d6bee7e6a756eaaf6eddf7ed672eaba;p=firefly-linux-kernel-4.4.55.git 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 --- 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