From ad67dfda11c9495c3d3802e8082e388a7e8880df Mon Sep 17 00:00:00 2001 From: Zhuohao Lee Date: Thu, 23 Feb 2023 14:24:33 +0800 Subject: dibbi: add back the MKBP event for the power key The MKBP event is needed otherwise the UI won't sense the power key event correctly. BUG=b:270501058 BRANCH=none TEST=deployed to the device and press power key in UI Change-Id: I8167f551f304bdf621e881bd653472e94a3615d5 Signed-off-by: Zhuohao Lee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4286384 Reviewed-by: Sam McNally --- board/dibbi/board.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/board/dibbi/board.h b/board/dibbi/board.h index dae01e9072..c3ed51de7a 100644 --- a/board/dibbi/board.h +++ b/board/dibbi/board.h @@ -99,12 +99,8 @@ #define CONFIG_POWER_BUTTON_X86 /* No Keyboard */ -#undef CONFIG_MKBP_EVENT -#undef CONFIG_MKBP_EVENT_WAKEUP_MASK -#undef CONFIG_MKBP_USE_GPIO_AND_HOST_EVENT #undef CONFIG_KEYBOARD_COL2_INVERTED #undef CONFIG_KEYBOARD_PROTOCOL_8042 -#undef CONFIG_MKBP_INPUT_DEVICES #undef CONFIG_CMD_KEYBOARD #undef CONFIG_KEYBOARD_BOOT_KEYS #undef CONFIG_KEYBOARD_RUNTIME_KEYS -- cgit v1.2.1