summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2022-03-23 13:46:20 +0530
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-03-24 11:19:07 +0000
commit6585b72ac1f74017597372a8dfe265946e5ed04f (patch)
treeb9d9532d676d3e422726c81c0cba3640d52f0cee
parent15da7ebfba5bafb605cab08751698dd97e4746e8 (diff)
downloadchrome-ec-6585b72ac1f74017597372a8dfe265946e5ed04f.tar.gz
brya: Use GPIO and host event when generating MKBP events
For waking the system from suspend, the plan is to use the host event (SCI) to perform the wakeup, and use the GPIO for IRQ signalling. BUG=b:222375516 TEST=Able to see EC events in elogtool list, like Key Pressed and Lid Open. Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: Id31b921295b8ca5d62e1fb30c8260ab4586e51cd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3544873 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Subrata Banik <subratabanik@chromium.org> Commit-Queue: Subrata Banik <subratabanik@chromium.org> Tested-by: Subrata Banik <subratabanik@chromium.org> Auto-Submit: Subrata Banik <subratabanik@chromium.org>
-rw-r--r--baseboard/brya/baseboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/brya/baseboard.h b/baseboard/brya/baseboard.h
index 7c30a79aff..931af0f605 100644
--- a/baseboard/brya/baseboard.h
+++ b/baseboard/brya/baseboard.h
@@ -57,7 +57,7 @@
#define CONFIG_GMR_TABLET_MODE
#define CONFIG_MKBP_EVENT
-#define CONFIG_MKBP_USE_HOST_EVENT
+#define CONFIG_MKBP_USE_GPIO_AND_HOST_EVENT
#define CONFIG_MKBP_INPUT_DEVICES
/* LED */