From e97c68937405603b6b835ab24d48bd90a00473de Mon Sep 17 00:00:00 2001
From: Joel Fernandes <joelaf@google.com>
Date: Tue, 28 Feb 2017 12:17:57 -0800
Subject: [PATCH] config: marlin: Turn off WALT by default

While we're testing the experimental branch, lets turn off WALT by
default so we don't forget to.

Signed-off-by: Joel Fernandes <joelaf@google.com>
---
 arch/arm64/configs/marlin_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/configs/marlin_defconfig b/arch/arm64/configs/marlin_defconfig
index ce70e885b1de..af79d193f811 100644
--- a/arch/arm64/configs/marlin_defconfig
+++ b/arch/arm64/configs/marlin_defconfig
@@ -3,7 +3,6 @@ CONFIG_AUDIT=y
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_IRQ_TIME_ACCOUNTING=y
-CONFIG_SCHED_WALT=y
 CONFIG_RCU_FAST_NO_HZ=y
 CONFIG_IKCONFIG=y
 CONFIG_LOG_CPU_MAX_BUF_SHIFT=15
-- 
GitLab