summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2023-02-23 14:24:33 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-23 09:08:33 +0000
commitad67dfda11c9495c3d3802e8082e388a7e8880df (patch)
tree397d1ede724d8967540a56b5a0bbf8a44f7be364
parentde73d647e61fc7cd7e470d6f1af137c8d294620a (diff)
downloadchrome-ec-stabilize-15359.B-main.tar.gz
dibbi: add back the MKBP event for the power keystabilize-15359.B-main
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 <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4286384 Reviewed-by: Sam McNally <sammc@chromium.org>
-rw-r--r--board/dibbi/board.h4
1 files changed, 0 insertions, 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