summaryrefslogtreecommitdiff
path: root/zephyr
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-09-17 14:21:48 -0600
committerCommit Bot <commit-bot@chromium.org>2021-09-17 23:51:21 +0000
commitbcf687bce6f31a10e60e831c3f5133a3e5332401 (patch)
tree5f9a0b535a54fb229cdd9399bd530977c5c5d179 /zephyr
parentef98fb8de09159629547d30388a82df451f33b76 (diff)
downloadchrome-ec-bcf687bce6f31a10e60e831c3f5133a3e5332401.tar.gz
zephyr: guybrush: Enable shell candy
Enable help, tab complete, and history for much tasty. BUG=b:195137794 BRANCH=none TEST=use the features Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: Ia27b9a1b0338d5ada6db5ba3c1893cea398ca78c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3169567 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'zephyr')
-rw-r--r--zephyr/projects/guybrush/prj.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/projects/guybrush/prj.conf b/zephyr/projects/guybrush/prj.conf
index 16d9fbcc41..8dc54c4c86 100644
--- a/zephyr/projects/guybrush/prj.conf
+++ b/zephyr/projects/guybrush/prj.conf
@@ -7,6 +7,12 @@ CONFIG_PLATFORM_EC=y
CONFIG_SHIMMED_TASKS=y
CONFIG_ESPI=y
+# Shell features
+CONFIG_SHELL_HELP=y
+CONFIG_SHELL_HISTORY=y
+CONFIG_SHELL_TAB_AUTOCOMPLETION=y
+CONFIG_KERNEL_SHELL=y
+
CONFIG_PLATFORM_EC_VBOOT_EFS2=n
# Power sequencing