From 1f883987e9d71223058d7cb8771607977f3688d5 Mon Sep 17 00:00:00 2001 From: Edward Hill Date: Mon, 4 Feb 2019 14:33:27 -0700 Subject: aleena: Enable GPIO-based MKBP event notification Send MKBP events (for sensor data) over GPIO instead of host event. BUG=b:123750725 BRANCH=grunt TEST=MKBP events still received Change-Id: Ie1b02bbb8df44ade5ec6f1a4ba5dc4c5142e9f39 Signed-off-by: Edward Hill Reviewed-on: https://chromium-review.googlesource.com/1452936 Reviewed-by: Enrico Granata Reviewed-by: Raul E Rangel --- board/grunt/board.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/grunt') diff --git a/board/grunt/board.h b/board/grunt/board.h index c4a27ad4d9..d66f212340 100644 --- a/board/grunt/board.h +++ b/board/grunt/board.h @@ -18,6 +18,8 @@ #undef CONFIG_HOSTCMD_DEBUG_MODE #define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF +#define CONFIG_MKBP_USE_HOST_EVENT + /* Work around Grunt KSI03 HW bug and rework (b/79758966) */ #define CONFIG_KEYBOARD_REFRESH_ROW3 #define CONFIG_KEYBOARD_PWRBTN_ASSERTS_KSI3 -- cgit v1.2.1