From 46e22a752736337d55901653c4191bbbc2ef0c94 Mon Sep 17 00:00:00 2001 From: Dave Parker Date: Fri, 13 Jun 2014 18:22:49 -0700 Subject: Expresso: Enable PWM module in deep sleep This prevents erratic blinking of the charging LED while in G3. BUG=chrome-os-partner:29577 BRANCH=expresso TEST=Shutdown machine and type 'dsleep 0' in the serial console to force deep sleep mode. Verify the charging LED doesn't flash erratically. Change-Id: I4912cde058f54266a2701155d08817f648bc72de Signed-off-by: Dave Parker Reviewed-on: https://chromium-review.googlesource.com/203802 --- board/expresso/board.h | 1 + 1 file changed, 1 insertion(+) diff --git a/board/expresso/board.h b/board/expresso/board.h index 0d2c5333c0..9548a43b44 100644 --- a/board/expresso/board.h +++ b/board/expresso/board.h @@ -34,6 +34,7 @@ #define CONFIG_POWER_BUTTON #define CONFIG_POWER_BUTTON_X86 #define CONFIG_PWM +#define CONFIG_PWM_DSLEEP #define CONFIG_SCI_GPIO GPIO_PCH_SCI_L #define CONFIG_TEMP_SENSOR #define CONFIG_TEMP_SENSOR_TMP432 -- cgit v1.2.1