summaryrefslogtreecommitdiff
path: root/zephyr/projects
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2022-09-03 13:00:05 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-09 00:10:06 +0000
commitdb114a122b096244cccb91b19b23421219a1d15f (patch)
treeebdf5669862f1d48c089ccac3a25b5f981815580 /zephyr/projects
parent70a92293a67902e3e4843c3b85cadeb04b5337cb (diff)
downloadchrome-ec-db114a122b096244cccb91b19b23421219a1d15f.tar.gz
rex: Add help, history and tab extension for ec console
This CL adds config options for help, tab completion and history to the EC console. BRANCH=none BUG=b:240434243 TEST=Validated that help and history are available, and that tab extension works on EC console. Signed-off-by: Scott Collyer <scollyer@google.com> Change-Id: I3a710f0b0777df6fc78b07a1a7c253c336a55ea6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3873649 Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com> Commit-Queue: Scott Collyer <scollyer@chromium.org> Reviewed-by: Madhu P <mparuchuri@google.com>
Diffstat (limited to 'zephyr/projects')
-rw-r--r--zephyr/projects/rex/prj.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/zephyr/projects/rex/prj.conf b/zephyr/projects/rex/prj.conf
index b145fdcb03..cf6b3996b1 100644
--- a/zephyr/projects/rex/prj.conf
+++ b/zephyr/projects/rex/prj.conf
@@ -10,6 +10,13 @@ CONFIG_SYSCON=y
CONFIG_LTO=n
CONFIG_PLATFORM_EC_SYSTEM_UNLOCKED=y
+# Shell Commands
+CONFIG_SHELL_HELP=y
+CONFIG_SHELL_HISTORY=y
+CONFIG_SHELL_TAB=y
+CONFIG_SHELL_TAB_AUTOCOMPLETION=y
+CONFIG_KERNEL_SHELL=y
+
# Logging
CONFIG_LOG=y
CONFIG_LOG_MODE_MINIMAL=y