summaryrefslogtreecommitdiff
path: root/zephyr/projects
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2021-08-13 13:02:53 -0700
committerCommit Bot <commit-bot@chromium.org>2021-08-13 21:41:22 +0000
commite4cd6ace489a9e159ea9e05210d3ce3c80b96389 (patch)
tree9a75dde25d34b0d43f90565312c7540a1a0507e0 /zephyr/projects
parenta20abd22d42672e253c0378fcf4e159273234cbd (diff)
downloadchrome-ec-e4cd6ace489a9e159ea9e05210d3ce3c80b96389.tar.gz
zephyr: herobrine_npcx9: Enable tab autocompletion
Convenient to list all possible arguments for developers who are not very familiar with the Zephyr commands. The RW code size increases from 196,200 to 197,280 bytes (diff: 1,080 bytes). BRANCH=None BUG=b:187352210, b:192253134 TEST=Typed TAB and checked all possible arguments showing up. Change-Id: I97622f32d62a9447b7b33ee085ce5413e4096f9c Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3094310 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/projects')
-rw-r--r--zephyr/projects/herobrine/herobrine_npcx9/prj.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/zephyr/projects/herobrine/herobrine_npcx9/prj.conf b/zephyr/projects/herobrine/herobrine_npcx9/prj.conf
index ddaf307080..03dbb23338 100644
--- a/zephyr/projects/herobrine/herobrine_npcx9/prj.conf
+++ b/zephyr/projects/herobrine/herobrine_npcx9/prj.conf
@@ -13,8 +13,10 @@ CONFIG_PLATFORM_EC_BACKLIGHT_LID=y
CONFIG_PLATFORM_EC_POWER_BUTTON=y
CONFIG_I2C=y
-# Shell history (for convenience)
+# Shell history and tab autocompletion (for convenience)
CONFIG_SHELL_HISTORY=y
+CONFIG_SHELL_TAB=y
+CONFIG_SHELL_TAB_AUTOCOMPLETION=y
# LED
CONFIG_PLATFORM_EC_LED_COMMON=y