summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSue Chen <sue.chen@quanta.corp-partner.google.com>2022-09-12 13:32:06 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-12 16:41:46 +0000
commit443ff441a754444f017b5fa509a4277909d60454 (patch)
treefaf4313905c9a1944f6ef975e1655b8a29f3379d
parentb7e38e16787312b5e855c3936ccf443c2090134d (diff)
downloadchrome-ec-443ff441a754444f017b5fa509a4277909d60454.tar.gz
Craask: define configs for refresh key on KSI3
Craask's refresh key is on KSI3. Define CONFIG_PLATFORM_EC_KEYBOARD_REFRESH_ROW3 and CONFIG_PLATFORM_EC_KEYBOARD_PWRBTN_ASSERTS_KSI3 to fix issue for press "esc + refresh + power button" can't enter recovery screen. BUG=b:245550574 BRANCH=none TEST=zmake build craask Press "esc + refresh + power button" and the dut can show recovery screen Signed-off-by: Sue Chen <sue.chen@quanta.corp-partner.google.com> Change-Id: I903f3f02b135c9768431878cdbcfc7f8436254ce Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3890020 Reviewed-by: Andrew McRae <amcrae@google.com>
-rw-r--r--zephyr/projects/nissa/craask/prj.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr/projects/nissa/craask/prj.conf b/zephyr/projects/nissa/craask/prj.conf
index 88a439cbd3..24460ff64f 100644
--- a/zephyr/projects/nissa/craask/prj.conf
+++ b/zephyr/projects/nissa/craask/prj.conf
@@ -22,6 +22,10 @@ CONFIG_PLATFORM_EC_ACCELGYRO_BMI3XX=y
CONFIG_CROS_KB_RAW_NPCX=y
CONFIG_PLATFORM_EC_KBLIGHT_ENABLE_PIN=y
+# Ensure recovery key combination (esc+refresh+power) is reliable: b/245550574
+CONFIG_PLATFORM_EC_KEYBOARD_PWRBTN_ASSERTS_KSI3=y
+CONFIG_PLATFORM_EC_KEYBOARD_REFRESH_ROW3=y
+
# TCPC+PPC: both C0 and C1 (if present) are RAA489000
CONFIG_PLATFORM_EC_USB_PD_TCPM_RAA489000=y
CONFIG_PLATFORM_EC_USB_PD_DISCHARGE_TCPC=y