summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-12-07 10:44:40 -0700
committerCommit Bot <commit-bot@chromium.org>2021-12-07 23:54:09 +0000
commit612f4ea7497c62686d248a29464386aa43b7d271 (patch)
tree86c30ae4e3f72ed6ab1ae291477cdc7ee4307490
parentc2d23bfae6a7904c8c7e0a4267a8bb3c1cf221af (diff)
downloadchrome-ec-612f4ea7497c62686d248a29464386aa43b7d271.tar.gz
Zephyr: Guybrush: Actually enable tab completion
Add the CONFIG_SHELL_TAB option to actually enable tab completion in the shell. BRANCH=None BUG=None TEST=load on guybrush and observe the wonder that is automatic tab completion Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I8866fdfc60011570a45aa74944e1d88c48164cc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3321391 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--zephyr/projects/skyrim/prj.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/projects/skyrim/prj.conf b/zephyr/projects/skyrim/prj.conf
index 5adf663ad3..74c39fab12 100644
--- a/zephyr/projects/skyrim/prj.conf
+++ b/zephyr/projects/skyrim/prj.conf
@@ -10,6 +10,7 @@ CONFIG_ESPI=y
# Shell features
CONFIG_SHELL_HELP=y
CONFIG_SHELL_HISTORY=y
+CONFIG_SHELL_TAB=y
CONFIG_SHELL_TAB_AUTOCOMPLETION=y
CONFIG_KERNEL_SHELL=y