summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-08-16 14:50:17 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-18 23:46:02 +0000
commit981c67a39da61e5e23f2889e4a6628750b0dcb2b (patch)
treee31aeaab1eb2c75f79dd48f5d44c39d01c32708b
parent1c616f739262f1271617ff0979b8e7606d45a441 (diff)
downloadchrome-ec-981c67a39da61e5e23f2889e4a6628750b0dcb2b.tar.gz
zephyr: herobrine: Enable shell help
Enable the shell help on Herobrine. BUG=b:192253134 BRANCH=none TEST=zmake testall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I64388ed56182f4e361bc03239101ca2fbbf32851 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3098591 Reviewed-by: Wai-Hong Tam <waihong@google.com> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--zephyr/projects/herobrine/herobrine_npcx9/prj.conf1
1 files changed, 1 insertions, 0 deletions
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