summaryrefslogtreecommitdiff
path: root/board/kukui
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2021-06-25 11:48:42 +0800
committerCommit Bot <commit-bot@chromium.org>2021-06-29 08:48:36 +0000
commit706c939dbb95c58f400136a8c08b13a00977a1c9 (patch)
tree3d0f00059f0ce8e0b7f31674439789c46c78a42c /board/kukui
parentd0d08e1f15c5396709d709718a0a5dfc168c7063 (diff)
downloadchrome-ec-706c939dbb95c58f400136a8c08b13a00977a1c9.tar.gz
kukui: move common mkbp wake events to baseboard.h
also, kodama(detachable) missed MODE_CHANGE event, add it back. BUG=none TEST=make buildall BRANCH=kukui,icarus Change-Id: Id7139ef64caf28720d389d8c048bfd724b42ba95 Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2987227 Tested-by: Eric Yilun Lin <yllin@google.com> Auto-Submit: Eric Yilun Lin <yllin@google.com> Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'board/kukui')
-rw-r--r--board/kukui/board.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/kukui/board.h b/board/kukui/board.h
index bbb66d4e41..e771c9891d 100644
--- a/board/kukui/board.h
+++ b/board/kukui/board.h
@@ -87,12 +87,6 @@
/* Route sbs host requests to virtual battery driver */
#define VIRTUAL_BATTERY_ADDR_FLAGS 0x0B
-/* Define the host events which are allowed to wakeup AP in S3. */
-#define CONFIG_MKBP_HOST_EVENT_WAKEUP_MASK \
- (EC_HOST_EVENT_MASK(EC_HOST_EVENT_LID_OPEN) |\
- EC_HOST_EVENT_MASK(EC_HOST_EVENT_POWER_BUTTON) |\
- EC_HOST_EVENT_MASK(EC_HOST_EVENT_MODE_CHANGE))
-
/* MKBP */
#define CONFIG_MKBP_INPUT_DEVICES
#define CONFIG_MKBP_EVENT