From 16eef671c2115ed9afe481be5fe8e43bc5c4f344 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 2 Dec 2014 16:03:26 -0600 Subject: [PATCH] ryu: disable LOW_POWER_IDLE When the EC goes idle it can no longer communicate over i2c. Therefore, disable this feature. BUG=chrome-os-partner:34230 BRANCH=None TEST=Furquan verified on a proto2 board that no more hangs occur. Change-Id: Icc2d45c0f279aef02fe91242ad5838a80fd35c15 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/232771 Reviewed-by: Furquan Shaikh Reviewed-by: Vic Yang Commit-Queue: Furquan Shaikh --- board/ryu/board.h | 1 - 1 file changed, 1 deletion(-) diff --git a/board/ryu/board.h b/board/ryu/board.h index 1af218dbbb..49aeca9f3d 100644 --- a/board/ryu/board.h +++ b/board/ryu/board.h @@ -32,7 +32,6 @@ #define CONFIG_HW_CRC #define CONFIG_I2C #define CONFIG_LID_SWITCH -#define CONFIG_LOW_POWER_IDLE #define CONFIG_VBOOT_HASH #define CONFIG_WATCHDOG_HELP #undef CONFIG_TASK_PROFILING