summaryrefslogtreecommitdiff
path: root/board/damu
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/damu
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/damu')
-rw-r--r--board/damu/board.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/damu/board.h b/board/damu/board.h
index bd81b717bf..b271f9283d 100644
--- a/board/damu/board.h
+++ b/board/damu/board.h
@@ -87,10 +87,6 @@
#define CONFIG_KEYBOARD_PROTOCOL_MKBP
#define CONFIG_MKBP_EVENT
#define CONFIG_MKBP_USE_GPIO
-/* Define the MKBP 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))
#ifndef __ASSEMBLER__