summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2022-08-27 14:29:39 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-08-29 18:17:32 +0000
commit0e791f4cfd8e27b9c530f70cb99ee5e8e0ae8e6f (patch)
tree285db483c7f8ffb28430c5a82844d4cded64ddf4
parent79d8e224452032ce9ab5bafaddee3ca78370a1c6 (diff)
downloadchrome-ec-0e791f4cfd8e27b9c530f70cb99ee5e8e0ae8e6f.tar.gz
rex: Add support for MKBP events
This CL adds the required MKBP config options to support MKBP events BRANCH=none BUG=b:243921710 TEST=zmake build rex Signed-off-by: Scott Collyer <scollyer@google.com> Change-Id: Ie3dc0b3ceceb2a0b0e975c649180f022510bf959 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3860655 Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com> Commit-Queue: Scott Collyer <scollyer@chromium.org> Reviewed-by: Madhu P <mparuchuri@google.com>
-rw-r--r--zephyr/projects/rex/prj.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/zephyr/projects/rex/prj.conf b/zephyr/projects/rex/prj.conf
index afa3bc9d97..5a8701d347 100644
--- a/zephyr/projects/rex/prj.conf
+++ b/zephyr/projects/rex/prj.conf
@@ -125,3 +125,8 @@ CONFIG_PLATFORM_EC_KEYBOARD=y
CONFIG_PLATFORM_EC_KEYBOARD_PROTOCOL_8042=y
# Column 2 is driven through the GSC, which inverts the signal going through it
CONFIG_PLATFORM_EC_KEYBOARD_COL2_INVERTED=y
+
+# MKBP event
+CONFIG_PLATFORM_EC_MKBP_EVENT=y
+CONFIG_PLATFORM_EC_MKBP_INPUT_DEVICES=y
+CONFIG_PLATFORM_EC_MKBP_USE_GPIO_AND_HOST_EVENT=y