From 0e791f4cfd8e27b9c530f70cb99ee5e8e0ae8e6f Mon Sep 17 00:00:00 2001 From: Scott Collyer Date: Sat, 27 Aug 2022 14:29:39 -0700 Subject: 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 Change-Id: Ie3dc0b3ceceb2a0b0e975c649180f022510bf959 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3860655 Tested-by: Scott Collyer Reviewed-by: Fabio Baltieri Commit-Queue: Scott Collyer Reviewed-by: Madhu P --- zephyr/projects/rex/prj.conf | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.1