diff mbox

preempt-rt.conf: fix config fragment syntax for CONFIG_CPU_FREQ

Message ID 1400411003-5205-1-git-send-email-fathi.boudra@linaro.org
State New
Headers show

Commit Message

Fathi Boudra May 18, 2014, 11:03 a.m. UTC
merge_config.sh/config fragments are using the same syntax as used in
the kernel configuraton: to disable an option, "# CONFIG_FOO is not set"
should be used.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
---
 linaro/configs/preempt-rt.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/linaro/configs/preempt-rt.conf b/linaro/configs/preempt-rt.conf
index f8873a6..98e036d 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