From 7423e12eb9ec5b6185447203716fe7001f5edc7d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 4 Feb 2021 15:40:22 -0700 Subject: zephyr: volteer: Enable PWRBTN_ASSERTS_KSI2 Enable this option on volteer to match ECOS. BUG=b:167405015 BRANCH=none TEST=build for volteer and see that the new code is included Signed-off-by: Simon Glass Change-Id: Id36d7af23e6cfeec7fb3e2396fb696e3a8381a00 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2674953 Reviewed-by: Jack Rosenthal Reviewed-by: Keith Short --- zephyr/projects/volteer/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/projects/volteer/prj.conf b/zephyr/projects/volteer/prj.conf index 4729cc11b1..0587c01ad3 100644 --- a/zephyr/projects/volteer/prj.conf +++ b/zephyr/projects/volteer/prj.conf @@ -25,6 +25,7 @@ CONFIG_PLATFORM_EC_KEYBOARD=y CONFIG_PLATFORM_EC_KEYBOARD_COL2_INVERTED=y CONFIG_PLATFORM_EC_KEYBOARD_BOARD_CONFIG=y CONFIG_PLATFORM_EC_KEYBOARD_KEYPAD=y +CONFIG_PLATFORM_EC_KEYBOARD_PWRBTN_ASSERTS_KSI2=y # Battery CONFIG_PLATFORM_EC_BATTERY=y -- cgit v1.2.1