summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Brockus <dbrockus@google.com>2021-08-09 12:41:59 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-11 03:19:18 +0000
commit2c8dd8b017017c7e45086f16dd0f522bf3f9ad1d (patch)
treecb076065407455aa527af517ecfec7ae02180e60
parentf525ab7bc3e81039a63d56efd0539d0d2ba3dfb3 (diff)
downloadchrome-ec-2c8dd8b017017c7e45086f16dd0f522bf3f9ad1d.tar.gz
zephyr: asurada: enable zephyr_print use printk
Asurada is not currently able to output fast enough using shell_fprintf and they timeout unrelated functionality. For this case it will be allowed to use a define CONFIG_PLATFORM_EC_CONSOLE_USES_PRINTK to force zephyr_print to use printk BUG=b:193585176 BRANCH=none TEST=zmake configure -b $PROJ_HAYATO TEST=boot asurada Signed-off-by: Denis Brockus <dbrockus@google.com> Change-Id: Ia9c3d38754e298e3ef7fe8e72ff1e30a7dc775d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3082329 Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Tested-by: Denis Brockus <dbrockus@chromium.org> Auto-Submit: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
-rw-r--r--zephyr/projects/asurada/hayato/prj.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/projects/asurada/hayato/prj.conf b/zephyr/projects/asurada/hayato/prj.conf
index 4d4c446ab5..8a513e9a47 100644
--- a/zephyr/projects/asurada/hayato/prj.conf
+++ b/zephyr/projects/asurada/hayato/prj.conf
@@ -9,6 +9,7 @@ CONFIG_SHIMMED_TASKS=y
# Bring up options
CONFIG_KERNEL_SHELL=y
CONFIG_PLATFORM_EC_SYSTEM_UNLOCKED=y
+CONFIG_PLATFORM_EC_CONSOLE_USES_PRINTK=y
# Battery
CONFIG_HAS_TASK_USB_CHG_P1=y