summaryrefslogtreecommitdiff
path: root/board/damu
diff options
context:
space:
mode:
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__