diff options
author | Harry Pan <harry.pan@intel.com> | 2015-04-22 15:29:44 +0800 |
---|---|---|
committer | ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> | 2015-04-28 03:51:33 +0000 |
commit | 12ea3a5bdf029c3c8e7b078f686f28552ee4499c (patch) | |
tree | de1867c62f3ab0965256c671da8c2508b3489925 | |
parent | af19b81dbbc1d5d974618f788d5b1b0df19958cd (diff) | |
download | chrome-ec-12ea3a5bdf029c3c8e7b078f686f28552ee4499c.tar.gz |
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 <harry.pan@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/266830
Reviewed-by: Eric Caruso <ejcaruso@chromium.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
-rw-r--r-- | board/cid/board.h | 1 | ||||
-rw-r--r-- | board/lulu/board.h | 1 |
2 files changed, 2 insertions, 0 deletions
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__ |