summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-06-23 17:30:26 -0600
committerCommit Bot <commit-bot@chromium.org>2021-06-24 15:42:16 +0000
commitfdb7f4eebf53bb260186488c4c8a04fb01cc1ce0 (patch)
tree5ea01385d552288370afa8783ee41318da6ece3e
parentf76ceb679c6fd86c608077d56600c7b4c5d7cf0a (diff)
downloadchrome-ec-fdb7f4eebf53bb260186488c4c8a04fb01cc1ce0.tar.gz
zephyr: asurada: Enable shell tab completion
Enable shell tab completion and history. BUG=none BRANCH=none TEST=Boot zephyr on hayato, verify tab completion and history. Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: Ibbecb7eebbfab62ef15a0140544c8b9d774fedea Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2984176 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
-rw-r--r--zephyr/projects/asurada/boards/riscv/asurada/asurada_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/projects/asurada/boards/riscv/asurada/asurada_defconfig b/zephyr/projects/asurada/boards/riscv/asurada/asurada_defconfig
index 2a0afafe9a..b35bf49d5e 100644
--- a/zephyr/projects/asurada/boards/riscv/asurada/asurada_defconfig
+++ b/zephyr/projects/asurada/boards/riscv/asurada/asurada_defconfig
@@ -18,6 +18,9 @@ CONFIG_HAS_TASK_CHIPSET=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_UART_NS16550=y
+CONFIG_SHELL_TAB=y
+CONFIG_SHELL_TAB_AUTOCOMPLETION=y
+CONFIG_SHELL_HISTORY=y
# GPIO Controller
CONFIG_GPIO=y