From 12ea3a5bdf029c3c8e7b078f686f28552ee4499c Mon Sep 17 00:00:00 2001 From: Harry Pan Date: Wed, 22 Apr 2015 15:29:44 +0800 Subject: Cid/Lulu: Keep bluetooth power during S3 Follow Chrome-OS hardware requirement of wake source, BT controller need to remain powering-on. WLAN_EN controls overall BT/WLAN power enabling BUG=chrome-os-partner:39077 BRANCH=none TEST=Check WLAN_EN being high when S3 Change-Id: I96ec6fb5b4c20f45e1ae49d1679a8d447d637d2e Signed-off-by: Harry Pan Reviewed-on: https://chromium-review.googlesource.com/266830 Reviewed-by: Eric Caruso Reviewed-by: Duncan Laurie --- board/cid/board.h | 1 + board/lulu/board.h | 1 + 2 files changed, 2 insertions(+) diff --git a/board/cid/board.h b/board/cid/board.h index 639b0b31b8..1f606aae02 100644 --- a/board/cid/board.h +++ b/board/cid/board.h @@ -40,6 +40,7 @@ #define CONFIG_USB_PORT_POWER_DUMB #define CONFIG_VBOOT_HASH #define CONFIG_WIRELESS +#define CONFIG_WIRELESS_SUSPEND EC_WIRELESS_SWITCH_WLAN_POWER #ifndef __ASSEMBLER__ diff --git a/board/lulu/board.h b/board/lulu/board.h index 978d6ac4ee..41b66c647a 100644 --- a/board/lulu/board.h +++ b/board/lulu/board.h @@ -42,6 +42,7 @@ #define CONFIG_USB_PORT_POWER_DUMB #define CONFIG_VBOOT_HASH #define CONFIG_WIRELESS +#define CONFIG_WIRELESS_SUSPEND EC_WIRELESS_SWITCH_WLAN_POWER #ifndef __ASSEMBLER__ -- cgit v1.2.1