From 981c67a39da61e5e23f2889e4a6628750b0dcb2b Mon Sep 17 00:00:00 2001 From: Keith Short Date: Mon, 16 Aug 2021 14:50:17 -0600 Subject: zephyr: herobrine: Enable shell help Enable the shell help on Herobrine. BUG=b:192253134 BRANCH=none TEST=zmake testall Signed-off-by: Keith Short Change-Id: I64388ed56182f4e361bc03239101ca2fbbf32851 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3098591 Reviewed-by: Wai-Hong Tam Reviewed-by: Jack Rosenthal Commit-Queue: Jack Rosenthal --- zephyr/projects/herobrine/herobrine_npcx9/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/projects/herobrine/herobrine_npcx9/prj.conf b/zephyr/projects/herobrine/herobrine_npcx9/prj.conf index 25930b64ca..692e384e2e 100644 --- a/zephyr/projects/herobrine/herobrine_npcx9/prj.conf +++ b/zephyr/projects/herobrine/herobrine_npcx9/prj.conf @@ -14,6 +14,7 @@ CONFIG_PLATFORM_EC_POWER_BUTTON=y CONFIG_I2C=y # Shell history and tab autocompletion (for convenience) +CONFIG_SHELL_HELP=y CONFIG_SHELL_HISTORY=y CONFIG_SHELL_TAB=y CONFIG_SHELL_TAB_AUTOCOMPLETION=y -- cgit v1.2.1